VectSharp
2.2.1
A light library for C# vector graphics
|
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... | |
Contains information describing how the position of two glyphs in a kerning pair should be altered.
Definition at line 4251 of file TrueType.cs.
|
get |
This vector describes how the advance width of the first glyph should be altered.
Definition at line 4261 of file TrueType.cs.
|
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.
|
get |
This vector describes how the advance width of the second glyph should be altered.
Definition at line 4271 of file TrueType.cs.
|
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.