cairo_font_weight class abstract
cairo_font_weight_t: @CAIRO_FONT_WEIGHT_NORMAL: Normal font weight, since 1.0 @CAIRO_FONT_WEIGHT_BOLD: Bold font weight, since 1.0
Specifies variants of a font face based on their weight.
Since: 1.0
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
- CAIRO_FONT_WEIGHT_BOLD → const int
- CAIRO_FONT_WEIGHT_NORMAL → const int