Struct GlyphInfo
Holds metrics for a single glyph: its advance width, glyph index and source character.
Inherited Members
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.dll
Syntax
public struct GlyphInfo
Fields
View SourceChar
Declaration
public char Char
Field Value
| Type | Description |
|---|---|
| char |
Glyph
Declaration
public int Glyph
Field Value
| Type | Description |
|---|---|
| int |
Width
Declaration
public double Width
Field Value
| Type | Description |
|---|---|
| double |