LibreOffice Module vcl (master)
1
|
#include <o3tl/typed_flags_set.hxx>
#include <tools/gen.hxx>
#include <vcl/dllapi.h>
#include <vcl/glyphitem.hxx>
#include <vcl/outdev.hxx>
#include <vector>
#include "fontinstance.hxx"
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< GlyphItemFlags > |
class | GlyphItem |
class | SalLayoutGlyphsImpl |
Namespaces | |
o3tl | |
Enumerations | |
enum | GlyphItemFlags { GlyphItemFlags::NONE = 0, GlyphItemFlags::IS_IN_CLUSTER = 0x001, GlyphItemFlags::IS_RTL_GLYPH = 0x002, GlyphItemFlags::IS_DIACRITIC = 0x004, GlyphItemFlags::IS_VERTICAL = 0x008, GlyphItemFlags::IS_SPACING = 0x010, GlyphItemFlags::ALLOW_KASHIDA = 0x020, GlyphItemFlags::IS_DROPPED = 0x040, GlyphItemFlags::IS_CLUSTER_START = 0x080 } |
|
strong |
Enumerator | |
---|---|
NONE | |
IS_IN_CLUSTER | |
IS_RTL_GLYPH | |
IS_DIACRITIC | |
IS_VERTICAL | |
IS_SPACING | |
ALLOW_KASHIDA | |
IS_DROPPED | |
IS_CLUSTER_START |
Definition at line 32 of file impglyphitem.hxx.