Struct NativeMethods.NewTextMetric
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.WinControls
Assembly: TelerikCommon.dll
Syntax
public struct NewTextMetric
Fields
ntmAvgWidth
Declaration
public int ntmAvgWidth
Field Value
System.Int32
|
ntmCellHeight
Declaration
public int ntmCellHeight
Field Value
System.Int32
|
ntmFlags
Declaration
public ulong ntmFlags
Field Value
System.UInt64
|
ntmSizeEM
Declaration
public int ntmSizeEM
Field Value
System.Int32
|
tmAscent
Declaration
public long tmAscent
Field Value
System.Int64
|
tmAvecharWidth
Declaration
public long tmAvecharWidth
Field Value
System.Int64
|
tmBreakchar
Declaration
public char tmBreakchar
Field Value
System.Char
|
tmcharSet
Declaration
public byte tmcharSet
Field Value
System.Byte
|
tmDefaultchar
Declaration
public char tmDefaultchar
Field Value
System.Char
|
tmDescent
Declaration
public long tmDescent
Field Value
System.Int64
|
tmDigitizedAspectX
Declaration
public long tmDigitizedAspectX
Field Value
System.Int64
|
tmDigitizedAspectY
Declaration
public long tmDigitizedAspectY
Field Value
System.Int64
|
tmExternalLeading
Declaration
public long tmExternalLeading
Field Value
System.Int64
|
tmFirstchar
Declaration
public char tmFirstchar
Field Value
System.Char
|
tmHeight
Declaration
public long tmHeight
Field Value
System.Int64
|
tmInternalLeading
Declaration
public long tmInternalLeading
Field Value
System.Int64
|
tmItalic
Declaration
public byte tmItalic
Field Value
System.Byte
|
tmLastchar
Declaration
public char tmLastchar
Field Value
System.Char
|
tmMaxcharWidth
Declaration
public long tmMaxcharWidth
Field Value
System.Int64
|
tmOverhang
Declaration
public long tmOverhang
Field Value
System.Int64
|
tmPitchAndFamily
Declaration
public byte tmPitchAndFamily
Field Value
System.Byte
|
tmStruckOut
Declaration
public byte tmStruckOut
Field Value
System.Byte
|
tmUnderlined
Declaration
public byte tmUnderlined
Field Value
System.Byte
|
tmWeight
Declaration
public long tmWeight
Field Value
System.Int64
|