NEWTEXTMETRIC class base Struct

The NEWTEXTMETRIC structure contains data that describes a physical font.

Inheritance

Constructors

NEWTEXTMETRIC()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
ntmAvgWidth int
read / write
ntmCellHeight int
read / write
ntmFlags int
read / write
ntmSizeEM int
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
tmAscent int
read / write
tmAveCharWidth int
read / write
tmBreakChar int
read / write
tmCharSet int
read / write
tmDefaultChar int
read / write
tmDescent int
read / write
tmDigitizedAspectX int
read / write
tmDigitizedAspectY int
read / write
tmExternalLeading int
read / write
tmFirstChar int
read / write
tmHeight int
read / write
tmInternalLeading int
read / write
tmItalic int
read / write
tmLastChar int
read / write
tmMaxCharWidth int
read / write
tmOverhang int
read / write
tmPitchAndFamily int
read / write
tmStruckOut int
read / write
tmUnderlined int
read / write
tmWeight int
read / write

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