C# Class FC3Editor.Win32.TextMetric

Mostrar archivo Open project: Azerothian/fc3editor Class Usage Examples

Public Properties

Property Type Description
tmAscent int
tmAveCharWidth int
tmBreakChar char
tmCharSet byte
tmDefaultChar char
tmDescent int
tmDigitizedAspectX int
tmDigitizedAspectY int
tmExternalLeading int
tmFirstChar char
tmHeight int
tmInternalLeading int
tmItalic byte
tmLastChar char
tmMaxCharWidth int
tmOverhang int
tmPitchAndFamily byte
tmStruckOut byte
tmUnderlined byte
tmWeight int

Property Details

tmAscent public_oe property

public int tmAscent
return int

tmAveCharWidth public_oe property

public int tmAveCharWidth
return int

tmBreakChar public_oe property

public char tmBreakChar
return char

tmCharSet public_oe property

public byte tmCharSet
return byte

tmDefaultChar public_oe property

public char tmDefaultChar
return char

tmDescent public_oe property

public int tmDescent
return int

tmDigitizedAspectX public_oe property

public int tmDigitizedAspectX
return int

tmDigitizedAspectY public_oe property

public int tmDigitizedAspectY
return int

tmExternalLeading public_oe property

public int tmExternalLeading
return int

tmFirstChar public_oe property

public char tmFirstChar
return char

tmHeight public_oe property

public int tmHeight
return int

tmInternalLeading public_oe property

public int tmInternalLeading
return int

tmItalic public_oe property

public byte tmItalic
return byte

tmLastChar public_oe property

public char tmLastChar
return char

tmMaxCharWidth public_oe property

public int tmMaxCharWidth
return int

tmOverhang public_oe property

public int tmOverhang
return int

tmPitchAndFamily public_oe property

public byte tmPitchAndFamily
return byte

tmStruckOut public_oe property

public byte tmStruckOut
return byte

tmUnderlined public_oe property

public byte tmUnderlined
return byte

tmWeight public_oe property

public int tmWeight
return int