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 <vector>
#include "core/fpdfapi/font/cpdf_cidfont.h"
#include "core/fxcrt/fixed_size_data_vector.h"
#include "core/fxcrt/retain_ptr.h"
#include "core/fxcrt/unowned_ptr.h"
#include "third_party/base/containers/span.h"
Go to the source code of this file.
Classes | |
class | CPDF_CMap |
struct | CPDF_CMap::CodeRange |
struct | CPDF_CMap::CIDRange |
Namespaces | |
namespace | fxcmap |
Enumerations | |
enum class | CIDCoding : uint8_t { kUNKNOWN = 0 , kGB , kBIG5 , kJIS , kKOREA , kUCS2 , kCID , kUTF16 } |
|
strong |
Enumerator | |
---|---|
kUNKNOWN | |
kGB | |
kBIG5 | |
kJIS | |
kKOREA | |
kUCS2 | |
kCID | |
kUTF16 |
Definition at line 24 of file cpdf_cmap.h.