#include <IHindiDigitsAttr.h>
|
| enum | { kDefaultIID = IID_IDIGITSATTR } |
| |
| enum | Digits { kNativeDigits = -1, kDefaultDigits = 0, kArabicDigits, kHindiDigits, kFarsiDigits, kFullFarsiDigits, kThaiDigits, kLaoDigits, kDevanagariDigits, kBengaliDigits, kGurmukhiDigits, kGujaratiDigits, kOriyaDigits, kTamilDigits, kTeluguDigits, kKannadaDigits, kMalayalamDigits, kTibetanDigits, kKhmerDigits, kBurmeseDigits, kLastDigitSet } |
| |
| typedef IDigitsAttr::Digits | ValueType |
| |
IDigitsAttr is a simple data interface that is used to hold the desired digits used by the world ready composer. The simple low-ascii digit values will draw with non-standard glyphs if this attribute specifies it.
- See Also
- IDrawingStyleME
| virtual ValueType IDigitsAttr::Get | ( | | ) | const |
| pure virtual |
Get the digits used by the world ready composer.
- Returns
- the digit type.
| virtual void IDigitsAttr::Set | ( | ValueType | val | ) | |
| pure virtual |
Set the digits used by the world ready composer.
- Parameters