Struct Win32Native.TextMetric
Text Metric struct.
Namespace: Evergine.Forms
Assembly: Evergine.Forms.dll
Syntax
public struct Win32Native.TextMetric
Fields
TmAscent
The tm ascent.
Declaration
public int TmAscent
Field Value
Type | Description |
---|---|
int |
TmAveCharWidth
The tm ave char width.
Declaration
public int TmAveCharWidth
Field Value
Type | Description |
---|---|
int |
TmBreakChar
The tm break char.
Declaration
public char TmBreakChar
Field Value
Type | Description |
---|---|
char |
TmCharSet
The tm char set.
Declaration
public byte TmCharSet
Field Value
Type | Description |
---|---|
byte |
TmDefaultChar
The tm default char.
Declaration
public char TmDefaultChar
Field Value
Type | Description |
---|---|
char |
TmDescent
The tm descent.
Declaration
public int TmDescent
Field Value
Type | Description |
---|---|
int |
TmDigitizedAspectX
The tm digitized aspect X.
Declaration
public int TmDigitizedAspectX
Field Value
Type | Description |
---|---|
int |
TmDigitizedAspectY
The tm digitized aspect Y.
Declaration
public int TmDigitizedAspectY
Field Value
Type | Description |
---|---|
int |
TmExternalLeading
The tm external leading.
Declaration
public int TmExternalLeading
Field Value
Type | Description |
---|---|
int |
TmFirstChar
The tm first char.
Declaration
public char TmFirstChar
Field Value
Type | Description |
---|---|
char |
TmHeight
The tm height.
Declaration
public int TmHeight
Field Value
Type | Description |
---|---|
int |
TmInternalLeading
The tm internal leading.
Declaration
public int TmInternalLeading
Field Value
Type | Description |
---|---|
int |
TmItalic
The tm italic.
Declaration
public byte TmItalic
Field Value
Type | Description |
---|---|
byte |
TmLastChar
The tm last char.
Declaration
public char TmLastChar
Field Value
Type | Description |
---|---|
char |
TmMaxCharWidth
The tm max char width.
Declaration
public int TmMaxCharWidth
Field Value
Type | Description |
---|---|
int |
TmOverhang
The tm overhang.
Declaration
public int TmOverhang
Field Value
Type | Description |
---|---|
int |
TmPitchAndFamily
The tm pitch and family.
Declaration
public byte TmPitchAndFamily
Field Value
Type | Description |
---|---|
byte |
TmStruckOut
The tm struck out.
Declaration
public byte TmStruckOut
Field Value
Type | Description |
---|---|
byte |
TmUnderlined
The tm underlined.
Declaration
public byte TmUnderlined
Field Value
Type | Description |
---|---|
byte |
TmWeight
The tm weight.
Declaration
public int TmWeight
Field Value
Type | Description |
---|---|
int |