ass_style class

ASS Style: line

Inheritance
Implemented types
Available extensions

Constructors

ass_style()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
Alignment int
use VALIGN_* | HALIGN_* as value
getter/setter pair
Angle double
getter/setter pair
BackColour int
getter/setter pair
Blur double
sets a default \blur for the event; same values as \blur
getter/setter pair
Bold int
0 or 1 (boolean)
getter/setter pair
BorderStyle int
getter/setter pair
Encoding int
getter/setter pair
FontName Pointer<Char>
must be a valid non-NULL string pointer; may be an empty string
getter/setter pair
FontSize double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
Italic int
0 or 1 (boolean)
getter/setter pair
Justify int
sets text justification independent of event alignment; use ASS_JUSTIFY_*
getter/setter pair
MarginL int
getter/setter pair
MarginR int
getter/setter pair
MarginV int
getter/setter pair
Name Pointer<Char>
must be a valid non-NULL string pointer; may be an empty string
getter/setter pair
Outline double
getter/setter pair
OutlineColour int
getter/setter pair
PrimaryColour int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ScaleX double
positive with 1.0 representing 100%
getter/setter pair
ScaleY double
positive with 1.0 representing 100%
getter/setter pair
SecondaryColour int
getter/setter pair
Shadow double
getter/setter pair
Spacing double
getter/setter pair
StrikeOut int
0 or 1 (boolean)
getter/setter pair
treat_fontname_as_pattern int
does nothing (left in place for ABI-compatibility)
getter/setter pair
Underline int
0 or 1 (boolean)
getter/setter pair

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