Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <stdint.h>
#include <memory>
#include <vector>
#include "core/fpdfapi/font/cpdf_font.h"
#include "core/fxcrt/fx_coordinates.h"
#include "core/fxcrt/fx_string.h"
#include "core/fxcrt/retain_ptr.h"
#include "core/fxcrt/unowned_ptr.h"
Go to the source code of this file.
Classes | |
class | CPDF_CIDFont |
Enumerations | |
enum | CIDSet : uint8_t { CIDSET_UNKNOWN , CIDSET_GB1 , CIDSET_CNS1 , CIDSET_JAPAN1 , CIDSET_KOREA1 , CIDSET_UNICODE , CIDSET_NUM_SETS } |
enum CIDSet : uint8_t |
Enumerator | |
---|---|
CIDSET_UNKNOWN | |
CIDSET_GB1 | |
CIDSET_CNS1 | |
CIDSET_JAPAN1 | |
CIDSET_KOREA1 | |
CIDSET_UNICODE | |
CIDSET_NUM_SETS |
Definition at line 21 of file cpdf_cidfont.h.