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

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

Detailed Description

Represents the left- and right-side bearings of a glyph.

Definition at line 2185 of file TrueType.cs.

Member Data Documentation

◆ LeftSideBearing

int VectSharp.TrueTypeFile.Bearings.LeftSideBearing

The left-side bearing of the glyph.

Definition at line 2190 of file TrueType.cs.

◆ RightSideBearing

int VectSharp.TrueTypeFile.Bearings.RightSideBearing

The right-side bearing of the glyph.

Definition at line 2195 of file TrueType.cs.


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