ASS_DefaultFontProvider class abstract
\brief Default Font provider to load fonts in libass' database
NONE don't use any default font provider for font lookup AUTODETECT use the first available font provider CORETEXT force a CoreText based font provider (OS X only) DIRECTWRITE force a DirectWrite based font provider (Microsoft Win32 only) FONTCONFIG force a Fontconfig based font provider
libass uses the best shaper available by default.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- ASS_FONTPROVIDER_AUTODETECT → const int
- ASS_FONTPROVIDER_CORETEXT → const int
- ASS_FONTPROVIDER_DIRECTWRITE → const int
- ASS_FONTPROVIDER_FONTCONFIG → const int
- ASS_FONTPROVIDER_NONE → const int