Structsยง
- Font
Cache ๐Key - Font
Context - The FontContext represents the per-thread/thread state necessary for working with fonts. It is the public API used by the layout and paint code. It talks directly to the system font service where required.
- Font
Face ๐Rule Initiator - Font
Group ๐Cache Key - Font
Parameters ๐ - Known
Font ๐Face Rule - Known
Font ๐Face Rules - Remote
WebFont ๐Downloader - WebFont
Document Context - Document-specific data required to fetch a web font.
- WebFont
Download ๐State - Tracks the progress of loading a single
@font-facerule by trying all specified sources in order.
Enumsยง
- Downloader
Response ๐Result - WebFont
Load ๐Initiator
Staticsยง
Traitsยง
- CspViolation
Handler - A callback that will be invoked on the Fetch thread if a web font download results in CSP violations. This handler will be cloned each time a new web font download is initiated.
- Font
Context WebFont Methods - Network
Timing Handler - A callback that will be invoked on the Fetch thread when a web font download succeeds, providing timing information about the request.
Functionsยง
- font_
face_ ๐rules_ conflict - Returns
trueif the two@font-facerules cannot both apply at the same time.