LibreOffice Module vcl (master) 1
|
#include <o3tl/typed_flags_set.hxx>
#include <tools/gen.hxx>
#include <vcl/dllapi.h>
#include <vcl/outdev.hxx>
#include <rtl/math.hxx>
#include <vector>
#include "font/LogicalFontInstance.hxx"
#include "glyphid.hxx"
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< GlyphItemFlags > |
class | GlyphItem |
class | SalLayoutGlyphsImpl |
Namespaces | |
namespace | o3tl |
Enumerations | |
enum class | GlyphItemFlags : sal_uInt8 { NONE = 0 , IS_IN_CLUSTER = 0x01 , IS_RTL_GLYPH = 0x02 , IS_VERTICAL = 0x04 , IS_SPACING = 0x08 , IS_DROPPED = 0x10 , IS_CLUSTER_START = 0x20 , IS_UNSAFE_TO_BREAK = 0x40 , IS_SAFE_TO_INSERT_KASHIDA = 0x80 } |
|
strong |
Enumerator | |
---|---|
NONE | |
IS_IN_CLUSTER | |
IS_RTL_GLYPH | |
IS_VERTICAL | |
IS_SPACING | |
IS_DROPPED | |
IS_CLUSTER_START | |
IS_UNSAFE_TO_BREAK | |
IS_SAFE_TO_INSERT_KASHIDA |
Definition at line 33 of file impglyphitem.hxx.