VectSharp  2.2.1
A light library for C# vector graphics
VectSharp.TrueTypeFile.PairKerning Class Reference

Contains information describing how the position of two glyphs in a kerning pair should be altered. More...

Properties

Point Glyph1Placement [get]
 This vector contains the displacement that should be applied to the first glyph of the pair. More...
 
Point Glyph1Advance [get]
 This vector describes how the advance width of the first glyph should be altered. More...
 
Point Glyph2Placement [get]
 This vector contains the displacement that should be applied to the second glyph of the pair. More...
 
Point Glyph2Advance [get]
 This vector describes how the advance width of the second glyph should be altered. More...
 

Detailed Description

Contains information describing how the position of two glyphs in a kerning pair should be altered.

Definition at line 4251 of file TrueType.cs.

Property Documentation

◆ Glyph1Advance

Point VectSharp.TrueTypeFile.PairKerning.Glyph1Advance
get

This vector describes how the advance width of the first glyph should be altered.

Definition at line 4261 of file TrueType.cs.

◆ Glyph1Placement

Point VectSharp.TrueTypeFile.PairKerning.Glyph1Placement
get

This vector contains the displacement that should be applied to the first glyph of the pair.

Definition at line 4256 of file TrueType.cs.

◆ Glyph2Advance

Point VectSharp.TrueTypeFile.PairKerning.Glyph2Advance
get

This vector describes how the advance width of the second glyph should be altered.

Definition at line 4271 of file TrueType.cs.

◆ Glyph2Placement

Point VectSharp.TrueTypeFile.PairKerning.Glyph2Placement
get

This vector contains the displacement that should be applied to the second glyph of the pair.

Definition at line 4266 of file TrueType.cs.


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