Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cfx_folderfontinfo.h File Reference

(08e24b2ba6847221abd35e9b994206b764d6b322)

#include <map>
#include <memory>
#include <vector>
#include "core/fxcrt/fx_codepage_forward.h"
#include "core/fxcrt/unowned_ptr.h"
#include "core/fxge/cfx_fontmapper.h"
#include "core/fxge/systemfontinfo_iface.h"
Include dependency graph for cfx_folderfontinfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CFX_FolderFontInfo
class  CFX_FolderFontInfo::FontFaceInfo

Macros

#define CHARSET_FLAG_ANSI   (1 << 0)
#define CHARSET_FLAG_SYMBOL   (1 << 1)
#define CHARSET_FLAG_SHIFTJIS   (1 << 2)
#define CHARSET_FLAG_BIG5   (1 << 3)
#define CHARSET_FLAG_GB   (1 << 4)
#define CHARSET_FLAG_KOREAN   (1 << 5)

Macro Definition Documentation

◆ CHARSET_FLAG_ANSI

#define CHARSET_FLAG_ANSI   (1 << 0)

Definition at line 19 of file cfx_folderfontinfo.h.

◆ CHARSET_FLAG_BIG5

#define CHARSET_FLAG_BIG5   (1 << 3)

Definition at line 22 of file cfx_folderfontinfo.h.

◆ CHARSET_FLAG_GB

#define CHARSET_FLAG_GB   (1 << 4)

Definition at line 23 of file cfx_folderfontinfo.h.

◆ CHARSET_FLAG_KOREAN

#define CHARSET_FLAG_KOREAN   (1 << 5)

Definition at line 24 of file cfx_folderfontinfo.h.

◆ CHARSET_FLAG_SHIFTJIS

#define CHARSET_FLAG_SHIFTJIS   (1 << 2)

Definition at line 21 of file cfx_folderfontinfo.h.

◆ CHARSET_FLAG_SYMBOL

#define CHARSET_FLAG_SYMBOL   (1 << 1)

Definition at line 20 of file cfx_folderfontinfo.h.