VectSharp
2.2.1
A light library for C# vector graphics
|
Represents the maximum heigth above and depth below the baseline of a glyph. More...
Public Attributes | |
int | YMin |
The maximum depth below the baseline of the glyph. More... | |
int | YMax |
The maximum height above the baseline of the glyph. More... | |
Represents the maximum heigth above and depth below the baseline of a glyph.
Definition at line 2240 of file TrueType.cs.
int VectSharp.TrueTypeFile.VerticalMetrics.YMax |
The maximum height above the baseline of the glyph.
Definition at line 2250 of file TrueType.cs.
int VectSharp.TrueTypeFile.VerticalMetrics.YMin |
The maximum depth below the baseline of the glyph.
Definition at line 2245 of file TrueType.cs.