Interface IFontSelectorStrategy
-
- All Known Implementing Classes:
AbstractFontSelectorStrategy
,BestMatchFontSelectorStrategy
,FirstMatchFontSelectorStrategy
public interface IFontSelectorStrategy
The font selector strategy is responsible for splitting text into parts with one particular font.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Tuple2<GlyphLine,PdfFont>>
getGlyphLines(java.lang.String text)
Converts text into glyphs with the best matching font.
-