LibreOffice Module vcl (master) 1
Classes | Namespaces | Enumerations
PhysicalFontFamily.hxx File Reference
#include <sal/config.h>
#include <vcl/dllapi.h>
#include <vcl/outdev.hxx>
#include <o3tl/sorted_vector.hxx>
#include <unotools/fontcfg.hxx>
Include dependency graph for PhysicalFontFamily.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< vcl::font::FontTypeFaces >
 
class  vcl::font::PhysicalFontFamily
 

Namespaces

namespace  vcl
 
namespace  vcl::font
 A PhysicalFontFaceCollection is created by a PhysicalFontCollection and becomes invalid when original PhysicalFontCollection is modified.
 
namespace  o3tl
 

Enumerations

enum class  vcl::font::FontTypeFaces {
  vcl::font::NONE = 0x00 ,
  vcl::font::Scalable = 0x01 ,
  vcl::font::Symbol = 0x02 ,
  vcl::font::NoneSymbol = 0x04 ,
  vcl::font::Light = 0x08 ,
  vcl::font::Bold = 0x10 ,
  vcl::font::Normal = 0x20 ,
  vcl::font::NoneItalic = 0x40 ,
  vcl::font::Italic = 0x80
}