LibreOffice Module vcl (master)
1
|
#include <vcl/dllapi.h>
#include <vcl/outdev.hxx>
#include <o3tl/sorted_vector.hxx>
#include <unotools/fontcfg.hxx>
#include "PhysicalFontFace.hxx"
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< FontTypeFaces > |
class | PhysicalFontFamily |
Namespaces | |
o3tl | |
Enumerations | |
enum | FontTypeFaces { FontTypeFaces::NONE = 0x00, FontTypeFaces::Scalable = 0x01, FontTypeFaces::Symbol = 0x02, FontTypeFaces::NoneSymbol = 0x04, FontTypeFaces::Light = 0x08, FontTypeFaces::Bold = 0x10, FontTypeFaces::Normal = 0x20, FontTypeFaces::NoneItalic = 0x40, FontTypeFaces::Italic = 0x80 } |
|
strong |
Enumerator | |
---|---|
NONE | |
Scalable | |
Symbol | |
NoneSymbol | |
Light | |
Bold | |
Normal | |
NoneItalic | |
Italic |
Definition at line 37 of file PhysicalFontFamily.hxx.