LibreOffice Module vcl (master)
1
|
#include <rtl/ustring.hxx>
#include <tools/gen.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <vcl/dllapi.h>
#include <vcl/glyphitem.hxx>
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< FontType > |
class | FontSubsetInfo |
Namespaces | |
vcl | |
o3tl | |
Enumerations | |
enum | FontType { FontType::NO_FONT = 0, FontType::SFNT_TTF = 1<<1, FontType::SFNT_CFF = 1<<2, FontType::TYPE1_PFA = 1<<3, FontType::TYPE1_PFB = 1<<4, FontType::CFF_FONT = 1<<5, FontType::TYPE3_FONT = 1<<6, FontType::TYPE42_FONT = 1<<7, FontType::ANY_SFNT = SFNT_TTF | SFNT_CFF, FontType::ANY_TYPE1 = TYPE1_PFA | TYPE1_PFB } |
< SFT's idea of a TTF font More... | |
|
strong |
< SFT's idea of a TTF font
Definition at line 32 of file fontsubset.hxx.