TEXTMETRIC class Null safety 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
- Object
- NativeType
- Struct
- TEXTMETRIC
- Available Extensions
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- tmAscent ↔ int
-
@Int32(), read / write
- tmAveCharWidth ↔ int
-
@Int32(), read / write
- tmBreakChar ↔ int
-
@Int16(), read / write
- tmCharSet ↔ int
-
@Uint8(), read / write
- tmDefaultChar ↔ int
-
@Int16(), read / write
- tmDescent ↔ int
-
@Int32(), read / write
- tmDigitizedAspectX ↔ int
-
@Int32(), read / write
- tmDigitizedAspectY ↔ int
-
@Int32(), read / write
- tmExternalLeading ↔ int
-
@Int32(), read / write
- tmFirstChar ↔ int
-
@Int16(), read / write
- tmHeight ↔ int
-
@Int32(), read / write
- tmInternalLeading ↔ int
-
@Int32(), read / write
- tmItalic ↔ int
-
@Uint8(), read / write
- tmLastChar ↔ int
-
@Int16(), read / write
- tmMaxCharWidth ↔ int
-
@Int32(), read / write
- tmOverhang ↔ int
-
@Int32(), read / write
- tmPitchAndFamily ↔ int
-
@Uint8(), read / write
- tmStruckOut ↔ int
-
@Uint8(), read / write
- tmUnderlined ↔ int
-
@Uint8(), read / write
- tmWeight ↔ int
-
@Int32(), read / write
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