LOGFONT class base struct

The LOGFONT structure defines the attributes of a font.

Inheritance

Constructors

LOGFONT()

Properties

hashCode int
The hash code for this object.
no setterinherited
lfCharSet int
getter/setter pair
lfClipPrecision int
getter/setter pair
lfEscapement int
getter/setter pair
lfFaceName String
getter/setter pair
lfHeight int
getter/setter pair
lfItalic int
getter/setter pair
lfOrientation int
getter/setter pair
lfOutPrecision int
getter/setter pair
lfPitchAndFamily int
getter/setter pair
lfQuality int
getter/setter pair
lfStrikeOut int
getter/setter pair
lfUnderline int
getter/setter pair
lfWeight int
getter/setter pair
lfWidth int
getter/setter pair
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