API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

T

typeFontFamily

@codexo/exojs / rendering / stable

A CSS font-family string. When FontRegistry has entries the type narrows to registered names ∪ arbitrary strings (for unregistered fonts); without registry entries it falls back to plain `string`.

0
props
0
methods
0
events
Import
import { FontFamily } from '@codexo/exojs'

A CSS font-family string. When FontRegistry has entries the type narrows to registered names ∪ arbitrary strings (for unregistered fonts); without registry entries it falls back to plain `string`.

Definition1
Source