Uses of Class
com.itextpdf.layout.font.FontCharacteristics
-
Uses of FontCharacteristics in com.itextpdf.layout.font
Modifier and TypeMethodDescriptionFontCharacteristics.setBoldFlag
(boolean isBold) FontCharacteristics.setFontStyle
(String fs) Set font styleFontCharacteristics.setFontWeight
(short fw) Sets preferred font weightFontCharacteristics.setFontWeight
(String fw) FontCharacteristics.setItalicFlag
(boolean isItalic) FontCharacteristics.setMonospaceFlag
(boolean isMonospace) Modifier and TypeMethodDescriptionprotected FontSelector
FontProvider.createFontSelector
(Collection<FontInfo> fonts, List<String> fontFamilies, FontCharacteristics fc) Create a new instance ofFontSelector
.protected Comparator<FontInfo>
FontSelector.getComparator
(List<String> fontFamilies, FontCharacteristics fc) final FontSelector
FontProvider.getFontSelector
(List<String> fontFamilies, FontCharacteristics fc) CreateFontSelector
or get from cache.final FontSelector
FontProvider.getFontSelector
(List<String> fontFamilies, FontCharacteristics fc, FontSet additionalFonts) CreateFontSelector
or get from cache.FontProvider.getStrategy
(String text, List<String> fontFamilies, FontCharacteristics fc) Gets theFontSelectorStrategy
to split specified text into sequences of glyphs, already tied to the fonts which contain them.FontProvider.getStrategy
(String text, List<String> fontFamilies, FontCharacteristics fc, FontSet additionalFonts) Gets theFontSelectorStrategy
to split specified text into sequences of glyphs, already tied to the fonts which contain them.ModifierConstructorDescriptionFontSelector
(Collection<FontInfo> allFonts, List<String> fontFamilies, FontCharacteristics fc) Create new FontSelector instance.