Struct Gdi.GLYPHMETRICSFLOAT
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: CADability
Assembly: CADability.dll
Syntax
public struct GLYPHMETRICSFLOAT
Fields
| Improve this Doc View SourcegmfBlackBoxX
Specifies the width of the smallest rectangle (the glyph's black box) that completely encloses the glyph.
Declaration
public float gmfBlackBoxX
Field Value
| Type | Description |
|---|---|
| System.Single |
gmfBlackBoxY
Specifies the height of the smallest rectangle (the glyph's black box) that completely encloses the glyph.
Declaration
public float gmfBlackBoxY
Field Value
| Type | Description |
|---|---|
| System.Single |
gmfCellIncX
Specifies the horizontal distance from the origin of the current character cell to the origin of the next character cell.
Declaration
public float gmfCellIncX
Field Value
| Type | Description |
|---|---|
| System.Single |
gmfCellIncY
Specifies the vertical distance from the origin of the current character cell to the origin of the next character cell.
Declaration
public float gmfCellIncY
Field Value
| Type | Description |
|---|---|
| System.Single |
gmfptGlyphOrigin
Specifies the x and y coordinates of the upper-left corner of the smallest rectangle that completely encloses the glyph.
Declaration
public Gdi.POINTFLOAT gmfptGlyphOrigin
Field Value
| Type | Description |
|---|---|
| Gdi.POINTFLOAT |