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
cpdf_cmap.h File Reference

(e4657a741c23c8f48e0e97ae2091dc2d99f4f27d)

#include <stdint.h>
#include <array>
#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/span.h"
#include "core/fxcrt/unowned_ptr.h"
Include dependency graph for cpdf_cmap.h:
This graph shows which files directly or indirectly include this file:

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
}

Enumeration Type Documentation

◆ CIDCoding

enum class CIDCoding : uint8_t
strong
Enumerator
kUNKNOWN 
kGB 
kBIG5 
kJIS 
kKOREA 
kUCS2 
kCID 
kUTF16 

Definition at line 25 of file cpdf_cmap.h.