C# Class ASCIIArt.NativeMethods.TEXTMETRIC

Show file Open project: EFanZh/EFanZh

Public Properties

Property Type Description
tmAscent System.Int32
tmAveCharWidth System.Int32
tmBreakChar Char
tmCharSet Byte
tmDefaultChar Char
tmDescent System.Int32
tmDigitizedAspectX System.Int32
tmDigitizedAspectY System.Int32
tmExternalLeading System.Int32
tmFirstChar Char
tmHeight System.Int32
tmInternalLeading System.Int32
tmItalic Byte
tmLastChar Char
tmMaxCharWidth System.Int32
tmOverhang System.Int32
tmPitchAndFamily Byte
tmStruckOut Byte
tmUnderlined Byte
tmWeight System.Int32

Property Details

tmAscent public property

public Int32,System tmAscent
return System.Int32

tmAveCharWidth public property

public Int32,System tmAveCharWidth
return System.Int32

tmBreakChar public property

public Char tmBreakChar
return Char

tmCharSet public property

public Byte tmCharSet
return Byte

tmDefaultChar public property

public Char tmDefaultChar
return Char

tmDescent public property

public Int32,System tmDescent
return System.Int32

tmDigitizedAspectX public property

public Int32,System tmDigitizedAspectX
return System.Int32

tmDigitizedAspectY public property

public Int32,System tmDigitizedAspectY
return System.Int32

tmExternalLeading public property

public Int32,System tmExternalLeading
return System.Int32

tmFirstChar public property

public Char tmFirstChar
return Char

tmHeight public property

public Int32,System tmHeight
return System.Int32

tmInternalLeading public property

public Int32,System tmInternalLeading
return System.Int32

tmItalic public property

public Byte tmItalic
return Byte

tmLastChar public property

public Char tmLastChar
return Char

tmMaxCharWidth public property

public Int32,System tmMaxCharWidth
return System.Int32

tmOverhang public property

public Int32,System tmOverhang
return System.Int32

tmPitchAndFamily public property

public Byte tmPitchAndFamily
return Byte

tmStruckOut public property

public Byte tmStruckOut
return Byte

tmUnderlined public property

public Byte tmUnderlined
return Byte

tmWeight public property

public Int32,System tmWeight
return System.Int32