PoDoFo  1.0.0-dev
Public Member Functions | Friends | List of all members
PoDoFo::PdfStringScanContext Class Reference

A PDF string context to iteratively scan a string and collect both CID and unicode codepoints. More...

#include <PdfEncoding.h>

Public Member Functions

bool IsEndOfString () const
 
bool TryScan (PdfCID &cid, std::string &utf8str, CodePointSpan &codepoints)
 Advance string reading. More...
 

Friends

class PdfEncoding
 

Detailed Description

A PDF string context to iteratively scan a string and collect both CID and unicode codepoints.

Member Function Documentation

◆ TryScan()

bool PdfStringScanContext::TryScan ( PdfCID cid,
std::string &  utf8str,
CodePointSpan codepoints 
)

Advance string reading.

Returns
true if success

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