Capítulo 207 de 988

Chapter 207: loadFontFromInfo()

Core Idea

Loads a Google Font based on some metadata that was obtained using getInfo().

Key Concepts

  • API
  • See also

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

  1. Understand api when working with loadFontFromInfo().
  2. 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.