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 Details

    • getGlyphLines

      List<Tuple2<GlyphLine,PdfFont>> getGlyphLines (String text)
      Converts text into glyphs with the best matching font.
      Parameters:
      text - the text to split
      Returns:
      the glyphs with the matching font attached