TEXTMETRIC class base struct

The TEXTMETRIC structure contains basic information about a physical font. All sizes are specified in logical units; that is, they depend on the current mapping mode of the display context.

Inheritance
Implemented types
Available extensions

Constructors

TEXTMETRIC()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tmAscent int
getter/setter pair
tmAveCharWidth int
getter/setter pair
tmBreakChar int
getter/setter pair
tmCharSet int
getter/setter pair
tmDefaultChar int
getter/setter pair
tmDescent int
getter/setter pair
tmDigitizedAspectX int
getter/setter pair
tmDigitizedAspectY int
getter/setter pair
tmExternalLeading int
getter/setter pair
tmFirstChar int
getter/setter pair
tmHeight int
getter/setter pair
tmInternalLeading int
getter/setter pair
tmItalic int
getter/setter pair
tmLastChar int
getter/setter pair
tmMaxCharWidth int
getter/setter pair
tmOverhang int
getter/setter pair
tmPitchAndFamily int
getter/setter pair
tmStruckOut int
getter/setter pair
tmUnderlined int
getter/setter pair
tmWeight int
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