PoDoFo 1.0.0-dev
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
PoDoFo::CodeSpaceRange Struct Referencefinal

Represent a range in the "begincodespacerange" section. More...

#include <PdfCharCodeMap.h>

Public Member Functions

 CodeSpaceRange (unsigned codeLo, unsigned codeHi, unsigned char codeSpaceSize)
 
PdfCharCode GetSrcCodeLo () const
 
PdfCharCode GetSrcCodeHi () const
 

Public Attributes

unsigned CodeLo
 
unsigned CodeHi
 
unsigned char CodeSpaceSize
 

Detailed Description

Represent a range in the "begincodespacerange" section.

Remarks
Lo/Hi codes for different ranges can't be compared linearly, unless they are 1-byte codes. See Adobe CMap specification, pages 48-50: https://adobe-type-tools.github.io/font-tech-notes/pdfs/5014.CIDFont_Spec.pdf

The documentation for this struct was generated from the following files: