Table of Contents

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 string

the text to split

Returns

IList<Tuple2<GlyphLine, PdfFont>>

the glyphs with the matching font attached