| Package | Description | 
|---|---|
| com.itextpdf.layout.font | 
| Modifier and Type | Method and Description | 
|---|---|
| FontCharacteristics | FontCharacteristics. setBoldFlag(boolean isBold) | 
| FontCharacteristics | FontCharacteristics. setFontStyle(String fs)
             Set font style 
            | 
| FontCharacteristics | FontCharacteristics. setFontWeight(short fw)
             Sets preferred font weight 
            | 
| FontCharacteristics | FontCharacteristics. setFontWeight(String fw) | 
| FontCharacteristics | FontCharacteristics. setItalicFlag(boolean isItalic) | 
| FontCharacteristics | FontCharacteristics. setMonospaceFlag(boolean isMonospace) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected FontSelector | FontProvider. createFontSelector(Collection<FontInfo> fonts, List<String> fontFamilies, FontCharacteristics fc)
             Create a new instance of  FontSelector. | 
| protected Comparator<FontInfo> | FontSelector. getComparator(List<String> fontFamilies, FontCharacteristics fc) | 
| FontSelector | FontProvider. getFontSelector(List<String> fontFamilies, FontCharacteristics fc)
             Create  FontSelectoror get from cache. | 
| FontSelector | FontProvider. getFontSelector(List<String> fontFamilies, FontCharacteristics fc, FontSet tempFonts)
             Create  FontSelectoror get from cache. | 
| FontSelectorStrategy | FontProvider. getStrategy(String text, List<String> fontFamilies, FontCharacteristics fc) | 
| FontSelectorStrategy | FontProvider. getStrategy(String text, List<String> fontFamilies, FontCharacteristics fc, FontSet additonalFonts) | 
| Constructor and Description | 
|---|
| FontCharacteristics(FontCharacteristics other) | 
| FontSelector(Collection<FontInfo> allFonts, List<String> fontFamilies, FontCharacteristics fc)
             Create new FontSelector instance. 
            | 
Copyright © 1998–2019 iText Group NV. All rights reserved.