Sha256: 3363f7b613009a6a9508e078109feeab3b9c552efe4f971b56eb3c3383103ef4

Contents?: true

Size: 526 Bytes

Versions: 2

Compression:

Stored size: 526 Bytes

Contents

//========================================================================
//
// CharTypes.h
//
// Copyright 2001-2003 Glyph & Cog, LLC
//
//========================================================================

#ifndef CHARTYPES_H
#define CHARTYPES_H

// Unicode character.
typedef unsigned int Unicode;

// Character ID for CID character collections.
typedef unsigned int CID;

// This is large enough to hold any of the following:
// - 8-bit char code
// - 16-bit CID
// - Unicode
typedef unsigned int CharCode;

#endif

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pdf2json-0.2.0 pdf2json-0.52-source/xpdf/CharTypes.h
pdf2json-0.1.0 pdf2json-0.52-source/xpdf/CharTypes.h