Interface IFontSelectorStrategy

    • Method Detail

      • getGlyphLines

        java.util.List<Tuple2<GlyphLine,​PdfFont>> getGlyphLines​(java.lang.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