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

NameTypeAccessDescription
platform_idintRead/WriteGets or sets the platform id.
encoding_idintRead/WriteGets or sets the encoding id.
language_idintRead/WriteGets or sets the language id.
name_idintRead/WriteGets or sets the name id.
valuestrRead/WriteGets or sets the value.

See Also