LibreOffice Module sw (master) 1
Classes | Macros
fontcfg.hxx File Reference
#include <rtl/ustring.hxx>
#include <unotools/configitem.hxx>
#include <i18nlangtag/lang.h>
#include <swdllapi.h>
Include dependency graph for fontcfg.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SwStdFontConfig
 

Macros

#define FONT_STANDARD   0
 
#define FONT_OUTLINE   1
 
#define FONT_LIST   2
 
#define FONT_CAPTION   3
 
#define FONT_INDEX   4
 
#define FONT_STANDARD_CJK   5
 
#define FONT_OUTLINE_CJK   6
 
#define FONT_LIST_CJK   7
 
#define FONT_CAPTION_CJK   8
 
#define FONT_INDEX_CJK   9
 
#define FONT_STANDARD_CTL   10
 
#define FONT_OUTLINE_CTL   11
 
#define FONT_LIST_CTL   12
 
#define FONT_CAPTION_CTL   13
 
#define FONT_INDEX_CTL   14
 
#define DEF_FONT_COUNT   15
 
#define FONT_PER_GROUP   5
 
#define FONT_GROUP_DEFAULT   0
 
#define FONT_GROUP_CJK   1
 
#define FONT_GROUP_CTL   2
 
#define FONTSIZE_DEFAULT   240
 
#define FONTSIZE_KOREAN_DEFAULT   200
 
#define FONTSIZE_CJK_DEFAULT   210
 
#define FONTSIZE_OUTLINE   280
 

Macro Definition Documentation

◆ DEF_FONT_COUNT

#define DEF_FONT_COUNT   15

Definition at line 42 of file fontcfg.hxx.

◆ FONT_CAPTION

#define FONT_CAPTION   3

Definition at line 30 of file fontcfg.hxx.

◆ FONT_CAPTION_CJK

#define FONT_CAPTION_CJK   8

Definition at line 35 of file fontcfg.hxx.

◆ FONT_CAPTION_CTL

#define FONT_CAPTION_CTL   13

Definition at line 40 of file fontcfg.hxx.

◆ FONT_GROUP_CJK

#define FONT_GROUP_CJK   1

Definition at line 47 of file fontcfg.hxx.

◆ FONT_GROUP_CTL

#define FONT_GROUP_CTL   2

Definition at line 48 of file fontcfg.hxx.

◆ FONT_GROUP_DEFAULT

#define FONT_GROUP_DEFAULT   0

Definition at line 46 of file fontcfg.hxx.

◆ FONT_INDEX

#define FONT_INDEX   4

Definition at line 31 of file fontcfg.hxx.

◆ FONT_INDEX_CJK

#define FONT_INDEX_CJK   9

Definition at line 36 of file fontcfg.hxx.

◆ FONT_INDEX_CTL

#define FONT_INDEX_CTL   14

Definition at line 41 of file fontcfg.hxx.

◆ FONT_LIST

#define FONT_LIST   2

Definition at line 29 of file fontcfg.hxx.

◆ FONT_LIST_CJK

#define FONT_LIST_CJK   7

Definition at line 34 of file fontcfg.hxx.

◆ FONT_LIST_CTL

#define FONT_LIST_CTL   12

Definition at line 39 of file fontcfg.hxx.

◆ FONT_OUTLINE

#define FONT_OUTLINE   1

Definition at line 28 of file fontcfg.hxx.

◆ FONT_OUTLINE_CJK

#define FONT_OUTLINE_CJK   6

Definition at line 33 of file fontcfg.hxx.

◆ FONT_OUTLINE_CTL

#define FONT_OUTLINE_CTL   11

Definition at line 38 of file fontcfg.hxx.

◆ FONT_PER_GROUP

#define FONT_PER_GROUP   5

Definition at line 44 of file fontcfg.hxx.

◆ FONT_STANDARD

#define FONT_STANDARD   0

Definition at line 27 of file fontcfg.hxx.

◆ FONT_STANDARD_CJK

#define FONT_STANDARD_CJK   5

Definition at line 32 of file fontcfg.hxx.

◆ FONT_STANDARD_CTL

#define FONT_STANDARD_CTL   10

Definition at line 37 of file fontcfg.hxx.

◆ FONTSIZE_CJK_DEFAULT

#define FONTSIZE_CJK_DEFAULT   210

Definition at line 53 of file fontcfg.hxx.

◆ FONTSIZE_DEFAULT

#define FONTSIZE_DEFAULT   240

Definition at line 51 of file fontcfg.hxx.

◆ FONTSIZE_KOREAN_DEFAULT

#define FONTSIZE_KOREAN_DEFAULT   200

Definition at line 52 of file fontcfg.hxx.

◆ FONTSIZE_OUTLINE

#define FONTSIZE_OUTLINE   280

Definition at line 54 of file fontcfg.hxx.