TopDictDataProvider.SetRos
Contents
[
Hide
]SetRos(string, string, int)
Sets values for the ROS(Registry Ordering Supplement) field(operator).
public void SetRos(string registry, string ordering, int supplement)
Parameter | Type | Description |
---|---|---|
registry | String | String value for registry field |
ordering | String | String value for ordering field |
supplement | Int32 | Supplement field value |
See Also
- class TopDictDataProvider
- namespace Aspose.Font.CffDataProviders
- assembly Aspose.Font
SetRos(int, int, int)
Sets values for the ROS(Registry Ordering Supplement) field(operator). String identifiers (SID) should be used for registry and ordering parameters.
public void SetRos(int registry, int ordering, int supplement)
Parameter | Type | Description |
---|---|---|
registry | Int32 | SID of the “Registry” field |
ordering | Int32 | SID of the “Ordering” field |
supplement | Int32 | Supplement field value |
See Also
- class TopDictDataProvider
- namespace Aspose.Font.CffDataProviders
- assembly Aspose.Font