Chapter 207: loadFontFromInfo()
Core Idea
Loads a Google Font based on some metadata that was obtained using getInfo().
Key Concepts
Code Examples
// Return `info` to the client using an endpoint
const info = getInfo();
- What it demonstrates: Usage pattern for loadFontFromInfo() from the official docs.
Key Takeaways
- Understand api when working with loadFontFromInfo().
- Understand see also when working with loadFontFromInfo().
Connects To
- Animatedimage: related page in the Assets & Media section.
- Delaying: related page in the Assets & Media section.
- Exporting: related page in the Assets & Media section.