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
-
Method Details
-
getGlyphLines
Converts text into glyphs with the best matching font.- Parameters:
-
text
- the text to split - Returns:
- the glyphs with the matching font attached
-