class Freetype::SfntName
- Freetype::SfntName
- Reference
- Object
Defined in:
freetype/sfnt_name.crConstructors
Instance Method Summary
-
#encoding_id
The encoding ID for 'string'.
-
#language_id
The language ID for 'string'.
-
#name_id
An identifier for 'string'.
-
#platform_id
The platform ID for 'string'.
- #sfnt_name : LibFreetype::FT_SfntName
-
#string
The 'name' string.
-
#string_len
The length of 'string' in bytes.
Macro Summary
Constructor Detail
Instance Method Detail
def string
#
The 'name' string. Note that its format differs depending on the (platform,encoding) pair. It can be a Pascal String, a UTF-16 one, etc.
Generally speaking, the string is not zero-terminated. Please refer to the TrueType specification for details.