LibreOffice Module vcl (master) 1
Classes | Namespaces | Enumerations
SalLayoutFlags.hxx File Reference
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for SalLayoutFlags.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< SalLayoutFlags >
 

Namespaces

namespace  o3tl
 

Enumerations

enum class  SalLayoutFlags {
  NONE = 0x0000 ,
  BiDiRtl = 0x0001 ,
  BiDiStrong = 0x0002 ,
  RightAlign = 0x0004 ,
  DisableKerning = 0x0010 ,
  KerningAsian = 0x0020 ,
  Vertical = 0x0040 ,
  DisableLigatures = 0x0200 ,
  ForFallback = 0x2000 ,
  GlyphItemsOnly = 0x4000
}
 

Enumeration Type Documentation

◆ SalLayoutFlags

enum class SalLayoutFlags
strong
Enumerator
NONE 
BiDiRtl 
BiDiStrong 
RightAlign 
DisableKerning 
KerningAsian 
Vertical 
DisableLigatures 
ForFallback 
GlyphItemsOnly 

Definition at line 24 of file SalLayoutFlags.hxx.