LibreOffice Module vcl (master) 1
Classes | Namespaces | Enumerations
fntstyle.hxx File Reference
#include <sal/types.h>
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for fntstyle.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< FontKerning >
 

Namespaces

namespace  o3tl
 

Enumerations

enum class  FontRelief {
  NONE ,
  Embossed ,
  Engraved ,
  FontRelief_FORCE_EQUAL_SIZE =SAL_MAX_ENUM
}
 
enum class  FontKerning {
  NONE = 0x00 ,
  FontSpecific = 0x01 ,
  Asian = 0x02
}
 

Enumeration Type Documentation

◆ FontKerning

enum class FontKerning
strong
Enumerator
NONE 
FontSpecific 
Asian 

Definition at line 28 of file fntstyle.hxx.

◆ FontRelief

enum class FontRelief
strong
Enumerator
NONE 
Embossed 
Engraved 
FontRelief_FORCE_EQUAL_SIZE 

Definition at line 26 of file fntstyle.hxx.