#include <customgui_kerning.h>
TriState helper for class Kerning .
公共成员函数 |
|
| KerningTriState () | |
| KerningTriState (const Kerning &k) | |
| void | 添加 (const Kerning &k) |
| Kerning | GetValue () const |
| Bool | GetTri () const |
Public Attributes |
|
| TriState < Float > | _kerning |
| TriState < Float > | _tracking |
| TriState < Float > | _scale |
| TriState < Float > | _scaleH |
| TriState < Float > | _scaleV |
| TriState < Float > | _baselineShift |
| TriState < Float > | _leading |
| KerningTriState | ( | ) |
Default constructor.
|
explicit |
Copy constructor.
| [in] | k | The KerningTriState object to copy members from. |
| void Add | ( | const Kerning & | k | ) |
Adds a Kerning object to the TriState .
| [in] | k | The Kerning object to add. |
| Kerning GetValue | ( | ) | const |
Retrieves the TriState 's value.
| Bool GetTri | ( | ) | const |
Retrieves the TriState status.
| TriState < Float > _kerning |
TriState for Kerning.
| TriState < Float > _tracking |
TriState for Tracking.
| TriState < Float > _scale |
TriState for Scale.
| TriState < Float > _scaleH |
TriState for Horizontal Scale.
| TriState < Float > _scaleV |
TriState for Vertical Scale.
| TriState < Float > _baselineShift |
TriState for Baseline Shift.
| TriState < Float > _leading |
TriState for Leading.