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

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

#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"
+ 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 24 of file cpdf_cmap.h.