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_fontencoding.cpp File Reference

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

+ Include dependency graph for cpdf_fontencoding.cpp:

Go to the source code of this file.

Functions

uint32_t CharCodeFromUnicodeForEncoding (fxge::FontEncoding encoding, wchar_t unicode)
 
wchar_t UnicodeFromAppleRomanCharCode (uint8_t charcode)
 
pdfium::span< const uint16_t > UnicodesForPredefinedCharSet (FontEncoding encoding)
 
const char * CharNameFromPredefinedCharSet (FontEncoding encoding, uint8_t charcode)
 

Function Documentation

◆ CharCodeFromUnicodeForEncoding()

uint32_t CharCodeFromUnicodeForEncoding ( fxge::FontEncoding encoding,
wchar_t unicode )

Definition at line 1738 of file cpdf_fontencoding.cpp.

References fxge::kAdobeCustom, fxge::kAdobeExpert, fxge::kAdobeStandard, fxge::kAppleRoman, fxge::kLatin1, kPDFDocEncoding, fxge::kSymbol, and fxge::kUnicode.

Referenced by CPDF_CIDFont::GlyphFromCharCode().

+ Here is the caller graph for this function:

◆ CharNameFromPredefinedCharSet()

const char * CharNameFromPredefinedCharSet ( FontEncoding encoding,
uint8_t charcode )

Definition at line 1788 of file cpdf_fontencoding.cpp.

References kAdobeSymbol, kMacExpert, kMacRoman, kPdfDoc, kStandard, kWinAnsi, and kZapfDingbats.

Referenced by CPDF_Font::GetAdobeCharName().

+ Here is the caller graph for this function:

◆ UnicodeFromAppleRomanCharCode()

wchar_t UnicodeFromAppleRomanCharCode ( uint8_t charcode)

Definition at line 1760 of file cpdf_fontencoding.cpp.

◆ UnicodesForPredefinedCharSet()

pdfium::span< const uint16_t > UnicodesForPredefinedCharSet ( FontEncoding encoding)