Class TrueTypeCodePages
The code pages possible for a True Type font.
public sealed class TrueTypeCodePages
- Inheritance
-
TrueTypeCodePages
- Inherited Members
Methods
Get(int)
Gets code page description based on ulCodePageRange bit settings (OS/2 table).
public static string Get(int bit)
Parameters
bit
intindex from ulCodePageRange bit settings (OS/2 table). From 0 to 63.
Returns
- string
code bage description.
Remarks
Gets code page description based on ulCodePageRange bit settings (OS/2 table). See https://www.microsoft.com/typography/unicode/ulcp.htm for more details.