NameRecord
Overview
NameRecord is a class in Aspose.Font FOSS for Python.
NameRecord.platform_id identifies the platform for which the name record applies.
Properties: encoding_id, language_id, name_id, platform_id, value.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
platform_id | int | Read/Write | Gets or sets the platform id. |
encoding_id | int | Read/Write | Gets or sets the encoding id. |
language_id | int | Read/Write | Gets or sets the language id. |
name_id | int | Read/Write | Gets or sets the name id. |
value | str | Read/Write | Gets or sets the value. |