mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
23 lines
990 B
Markdown
23 lines
990 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [PlatformFontUsage](./puppeteer.protocol.css.platformfontusage.md)
|
||
|
|
||
|
## Protocol.CSS.PlatformFontUsage interface
|
||
|
|
||
|
Information about amount of glyphs that were rendered with given font.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface PlatformFontUsage
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [familyName](./puppeteer.protocol.css.platformfontusage.familyname.md) | string | Font's family name reported by platform. |
|
||
|
| [glyphCount](./puppeteer.protocol.css.platformfontusage.glyphcount.md) | number | Amount of glyphs that were rendered with this font. |
|
||
|
| [isCustomFont](./puppeteer.protocol.css.platformfontusage.iscustomfont.md) | boolean | Indicates if the font was downloaded or resolved locally. |
|
||
|
|