ASS_Hinting class abstract

Hinting type. (see ass_set_hinting below)

Setting hinting to anything but ASS_HINTING_NONE will put libass in a mode that reduces compatibility with vsfilter and many ASS scripts. The main problem is that hinting conflicts with smooth scaling, which precludes animations and precise positioning.

In other words, enabling hinting might break some scripts severely.

FreeType's native hinter is still buggy sometimes and it is recommended to use the light autohinter, ASS_HINTING_LIGHT, instead. For best compatibility with problematic fonts, disable hinting.

Constructors

ASS_Hinting()

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_HINTING_LIGHT → const int
ASS_HINTING_NATIVE → const int
ASS_HINTING_NONE → const int
ASS_HINTING_NORMAL → const int