Class PlatformFontUsage

java.lang.Object
org.openqa.selenium.devtools.v85.css.model.PlatformFontUsage

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

    • PlatformFontUsage

      public PlatformFontUsage(String familyName, Boolean isCustomFont, Number glyphCount)
  • Method Details

    • getFamilyName

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

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

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