Show / Hide Table of Contents

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 Source

gmfBlackBoxX

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX