C# Class TOAPI.Types.TEXTMETRIC

Show file Open project: Wiladams/NewTOAPIA

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 property

public int tmAscent
return int

tmAveCharWidth public property

public int tmAveCharWidth
return int

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 int tmDescent
return int

tmDigitizedAspectX public property

public int tmDigitizedAspectX
return int

tmDigitizedAspectY public property

public int tmDigitizedAspectY
return int

tmExternalLeading public property

public int tmExternalLeading
return int

tmFirstChar public property

public char tmFirstChar
return char

tmHeight public property

public int tmHeight
return int

tmInternalLeading public property

public int tmInternalLeading
return int

tmItalic public property

public byte tmItalic
return byte

tmLastChar public property

public char tmLastChar
return char

tmMaxCharWidth public property

public int tmMaxCharWidth
return int

tmOverhang public property

public int tmOverhang
return int

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 int tmWeight
return int