Font.existing constructor

Font.existing(
  1. String identifier
)

Retrieves an ExistingFont with the given identifier.

Implementation

factory Font.existing(String identifier) => ExistingFont(identifier);