Class AsianFontMapper
java.lang.Object
com.gitlab.pdftk_java.com.lowagie.text.pdf.DefaultFontMapper
com.gitlab.pdftk_java.com.lowagie.text.pdf.AsianFontMapper
- All Implemented Interfaces:
FontMapper
-
Nested Class Summary
Nested classes/interfaces inherited from class com.gitlab.pdftk_java.com.lowagie.text.pdf.DefaultFontMapper
DefaultFontMapper.BaseFontParameters
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic String
static String
static String
static String
static String
static String
static String
private String
private String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.gitlab.pdftk_java.com.lowagie.text.pdf.DefaultFontMapper
getAliases, getBaseFontParameters, getMapper, insertDirectory, insertNames, pdfToAwt, putAlias, putName
-
Field Details
-
ChineseSimplifiedFont
-
ChineseSimplifiedEncoding_H
-
ChineseSimplifiedEncoding_V
-
ChineseTraditionalFont_MHei
-
ChineseTraditionalFont_MSung
-
ChineseTraditionalEncoding_H
-
ChineseTraditionalEncoding_V
-
JapaneseFont_Go
-
JapaneseFont_Min
-
JapaneseEncoding_H
-
JapaneseEncoding_V
-
JapaneseEncoding_HW_H
-
JapaneseEncoding_HW_V
-
KoreanFont_GoThic
-
KoreanFont_SMyeongJo
-
KoreanEncoding_H
-
KoreanEncoding_V
-
defaultFont
-
encoding
-
-
Constructor Details
-
AsianFontMapper
-
-
Method Details
-
awtToPdf
Description copied from class:DefaultFontMapper
Returns a BaseFont which can be used to represent the given AWT Font- Specified by:
awtToPdf
in interfaceFontMapper
- Overrides:
awtToPdf
in classDefaultFontMapper
- Parameters:
font
- the font to be converted- Returns:
- a BaseFont which has similar properties to the provided Font
-