Interface Font.CodepointIDVisitor

  • Enclosing interface:
    Font

    public static interface Font.CodepointIDVisitor
    General purpose (unicode) `codepoint` symbol and Font.Glyph ID visitor without enforcing Font.Glyph caching.
    • Method Detail

      • visit

        void visit​(char codepoint,
                   int glyph_id)
        Visiting the given (unicode) `codepoint` symbol and Font.Glyph ID.
        Parameters:
        codepoint - (unicode) `codepoint` symbol
        glyph_id - Font.Glyph ID