Go to the source code of this file.
|
class | IDOMGlyphs |
| An abstract class providing an interface to a "Glyphs" node. Glyphs nodes are used to represent a run of uniformly formatted text from a single font. Text runs are broken by line advances and formatting changes. When a text run is broken, a new Glyphs node will be created to describe the text from the change point onwards. More...
|
class | IDOMGlyphs::Data |
| Initialization data. More...
|
◆ dom2IDOMGlyphs
#define dom2IDOMGlyphs |
( |
| src | ) |
|
Value:dom2NodeType<IDOMGlyphs, eDOMGlyphsNode>(src)
◆ edlobj2IDOMGlyphs
#define edlobj2IDOMGlyphs |
( |
| src | ) |
|
Value:
An abstract class providing an interface to a "Glyphs" node. Glyphs nodes are used to represent a run...
Definition idomglyphs.h:49
CSmartPtr< Type > edl_cast(Type *dst, IEDLObjectPtr src)
Definition iedlobject.h:91
◆ IDOMGlyphsClassID
#define IDOMGlyphsClassID 0x26AA00B9, 0x290A4048, 0xA0D141C1, 0xEFCB15CE |
◆ DECL_SMART_PTR()