Interface PDVectorFont

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      android.graphics.Path getPath​(int code)
      Returns the glyph path for the given character code.
      boolean hasGlyph​(int code)
      Returns true if this font contains a glyph for the given character code.
    • Method Detail

      • getPath

        android.graphics.Path getPath​(int code)
                               throws IOException
        Returns the glyph path for the given character code.
        Parameters:
        code - character code
        Throws:
        IOException - if the font could not be read
      • hasGlyph

        boolean hasGlyph​(int code)
                  throws IOException
        Returns true if this font contains a glyph for the given character code.
        Parameters:
        code - character code
        Throws:
        IOException