Class PlatformFontUsage


  • public class PlatformFontUsage
    extends java.lang.Object
    Information about amount of glyphs that were rendered with given font.
    • Constructor Summary

      Constructors 
      Constructor Description
      PlatformFontUsage​(java.lang.String familyName, java.lang.Boolean isCustomFont, java.lang.Number glyphCount)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFamilyName()
      Font's family name reported by platform.
      java.lang.Number getGlyphCount()
      Amount of glyphs that were rendered with this font.
      java.lang.Boolean getIsCustomFont()
      Indicates if the font was downloaded or resolved locally.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlatformFontUsage

        public PlatformFontUsage​(java.lang.String familyName,
                                 java.lang.Boolean isCustomFont,
                                 java.lang.Number glyphCount)
    • Method Detail

      • getFamilyName

        public java.lang.String getFamilyName()
        Font's family name reported by platform.
      • getIsCustomFont

        public java.lang.Boolean getIsCustomFont()
        Indicates if the font was downloaded or resolved locally.
      • getGlyphCount

        public java.lang.Number getGlyphCount()
        Amount of glyphs that were rendered with this font.