LOGFONT class Null safety Struct
The LOGFONT structure defines the attributes of a font.
- Inheritance
- Object
- NativeType
- Struct
- LOGFONT
- Available Extensions
Constructors
- LOGFONT()
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- lfCharSet ↔ int
-
@Uint8(), read / write
- lfClipPrecision ↔ int
-
@Uint8(), read / write
- lfEscapement ↔ int
-
@Int32(), read / write
- lfFaceName → String
-
read-only
- lfHeight ↔ int
-
@Int32(), read / write
- lfItalic ↔ int
-
@Uint8(), read / write
- lfOrientation ↔ int
-
@Int32(), read / write
- lfOutPrecision ↔ int
-
@Uint8(), read / write
- lfPitchAndFamily ↔ int
-
@Uint8(), read / write
- lfQuality ↔ int
-
@Uint8(), read / write
- lfStrikeOut ↔ int
-
@Uint8(), read / write
- lfUnderline ↔ int
-
@Uint8(), read / write
- lfWeight ↔ int
-
@Int32(), read / write
- lfWidth ↔ int
-
@Int32(), read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited