Package com.itextpdf.io.font.constants
Class TrueTypeCodePages
java.lang.Object
com.itextpdf.io.font.constants.TrueTypeCodePages
The code pages possible for a True Type font.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CODE_PAGES
-
-
Constructor Details
-
TrueTypeCodePages
private TrueTypeCodePages()
-
-
Method Details
-
get
Gets code page description based on ulCodePageRange bit settings (OS/2 table). See https://www.microsoft.com/typography/unicode/ulcp.htm for more details.- Parameters:
bit
- index from ulCodePageRange bit settings (OS/2 table). From 0 to 63.- Returns:
- code bage description.
-