Aspose::Font::CffDataProviders::TopDictDataProvider::GetRos method

TopDictDataProvider::GetRos(int32_t&, int32_t&, int32_t&) method

Gets values of the ROS(Registry Ordering Supplement) field(operator). String identifiers (SID) are used for output string types.

void Aspose::Font::CffDataProviders::TopDictDataProvider::GetRos(int32_t &registrySid, int32_t &orderingSid, int32_t &supplement)
ParameterTypeDescription
registrySidint32_t&SID of registry field
orderingSidint32_t&SID of ordering field
supplementint32_t&Supplement field value

See Also

TopDictDataProvider::GetRos(System::String&, System::String&, int32_t&) method

Gets values of the ROS(Registry Ordering Supplement) field(operator).

void Aspose::Font::CffDataProviders::TopDictDataProvider::GetRos(System::String &registry, System::String &ordering, int32_t &supplement)
ParameterTypeDescription
registrySystem::String&Registry field value
orderingSystem::String&Ordering field value
supplementint32_t&Supplement field value

See Also