OpenGLContext.scenegraph.text.fontprovider

Base functionality for font-providers (objects creating fonts)

Classes

Abstract base class for font-providers
The font-provider allows you to get a system-specific font via the currently registered font-providing system.
Attributes: fonts -- the set of instantiated fonts the provider is currently managing. A mapping from key: font where key is calculated by the provider's key method.
Class attributes: PROVIDER_SEARCH_ORDER -- default search order for font provider types. When you ask for a match for a particular fontStyle the search order is rearranged to match the fontStyle IFF the fontStyle specifies a particular format, otherwise the default search order is used. providers -- the set of registered font providers