Class PlatformFontUsage
java.lang.Object
org.openqa.selenium.devtools.v141.css.model.PlatformFontUsage
Information about amount of glyphs that were rendered with given font.
-
Constructor Summary
ConstructorsConstructorDescriptionPlatformFontUsage(String familyName, String postScriptName, Boolean isCustomFont, Number glyphCount) -
Method Summary
Modifier and TypeMethodDescriptionFont's family name reported by platform.Amount of glyphs that were rendered with this font.Indicates if the font was downloaded or resolved locally.Font's PostScript name reported by platform.
-
Constructor Details
-
PlatformFontUsage
-
-
Method Details
-
getFamilyName
Font's family name reported by platform. -
getPostScriptName
Font's PostScript name reported by platform. -
getIsCustomFont
Indicates if the font was downloaded or resolved locally. -
getGlyphCount
Amount of glyphs that were rendered with this font.
-