Struct OS2WindowsMetricsClass.FontTextMetric
Description of FontTextMetric structure
Assembly: FastReport.dll
Syntax
public struct FontTextMetric
Fields
tmAscent
Declaration
Field Value
Type |
Description |
System.Int32 |
|
tmAveCharWidth
Declaration
public int tmAveCharWidth
Field Value
Type |
Description |
System.Int32 |
|
tmBreakChar
Declaration
Field Value
Type |
Description |
System.Char |
|
tmCharSet
Declaration
Field Value
Type |
Description |
System.Byte |
|
tmDefaultChar
Declaration
public char tmDefaultChar
Field Value
Type |
Description |
System.Char |
|
tmDescent
Declaration
Field Value
Type |
Description |
System.Int32 |
|
tmDigitizedAspectX
Declaration
public int tmDigitizedAspectX
Field Value
Type |
Description |
System.Int32 |
|
tmDigitizedAspectY
Declaration
public int tmDigitizedAspectY
Field Value
Type |
Description |
System.Int32 |
|
tmExternalLeading
Declaration
public int tmExternalLeading
Field Value
Type |
Description |
System.Int32 |
|
tmFirstChar
Declaration
Field Value
Type |
Description |
System.Char |
|
tmHeight
Declaration
Field Value
Type |
Description |
System.Int32 |
|
tmInternalLeading
Declaration
public int tmInternalLeading
Field Value
Type |
Description |
System.Int32 |
|
tmItalic
Declaration
Field Value
Type |
Description |
System.Byte |
|
tmLastChar
Declaration
Field Value
Type |
Description |
System.Char |
|
tmMaxCharWidth
Declaration
public int tmMaxCharWidth
Field Value
Type |
Description |
System.Int32 |
|
tmOverhang
Declaration
Field Value
Type |
Description |
System.Int32 |
|
tmPitchAndFamily
Declaration
public byte tmPitchAndFamily
Field Value
Type |
Description |
System.Byte |
|
tmStruckOut
Declaration
Field Value
Type |
Description |
System.Byte |
|
tmUnderlined
Declaration
Field Value
Type |
Description |
System.Byte |
|
tmWeight
Declaration
Field Value
Type |
Description |
System.Int32 |
|