Package com.itextpdf.layout.font.selectorstrategy
package com.itextpdf.layout.font.selectorstrategy
-
ClassDescriptionThe class defines complex implementation of
IFontSelectorStrategy
which based on the following algorithm: 1.The class implements strategy where the best font for each symbol is used if possible.The factory forBestMatchFontSelectorStrategy
.The class implements strategy where the first matched font is used to render as many glyphs as possible.The factory forFirstMatchFontSelectorStrategy
.The font selector strategy is responsible for splitting text into parts with one particular font.The factory forIFontSelectorStrategy
.