Interface FontFamilyResolver

    • Method Detail

      • resolve

        GVTFontFamily resolve​(java.lang.String familyName)
        Resolves a font family name into a GVTFontFamily. If the font family cannot be resolved then null will be returned.
        Parameters:
        familyName - The Font Family name to resolve
        Returns:
        A resolved GVTFontFamily or null if the font family could not be resolved.
      • loadFont

        GVTFontFamily loadFont​(java.io.InputStream in,
                               FontFace fontFace)
                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getFamilyThatCanDisplay

        GVTFontFamily getFamilyThatCanDisplay​(char c)