VectSharp  2.2.1
A light library for C# vector graphics
VectSharp.TrueTypeFile.VerticalMetrics Struct Reference

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...
 

Detailed Description

Represents the maximum heigth above and depth below the baseline of a glyph.

Definition at line 2240 of file TrueType.cs.

Member Data Documentation

◆ YMax

int VectSharp.TrueTypeFile.VerticalMetrics.YMax

The maximum height above the baseline of the glyph.

Definition at line 2250 of file TrueType.cs.

◆ YMin

int VectSharp.TrueTypeFile.VerticalMetrics.YMin

The maximum depth below the baseline of the glyph.

Definition at line 2245 of file TrueType.cs.


The documentation for this struct was generated from the following file: