VectSharp
2.2.1
A light library for C# vector graphics
|
Represents the left- and right-side bearings of a glyph. More...
Public Attributes | |
int | LeftSideBearing |
The left-side bearing of the glyph. More... | |
int | RightSideBearing |
The right-side bearing of the glyph. More... | |
Represents the left- and right-side bearings of a glyph.
Definition at line 2185 of file TrueType.cs.
int VectSharp.TrueTypeFile.Bearings.LeftSideBearing |
The left-side bearing of the glyph.
Definition at line 2190 of file TrueType.cs.
int VectSharp.TrueTypeFile.Bearings.RightSideBearing |
The right-side bearing of the glyph.
Definition at line 2195 of file TrueType.cs.