Interface IFontSelectorStrategy
- Namespace
- iText.Layout.Font.Selectorstrategy
- Assembly
- itext.layout.dll
The font selector strategy is responsible for splitting text into parts with one particular font.
public interface IFontSelectorStrategy
Methods
GetGlyphLines(string)
Converts text into glyphs with the best matching font.
IList<Tuple2<GlyphLine, PdfFont>> GetGlyphLines(string text)
Parameters
text
stringthe text to split