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
pdfium::arabic Namespace Reference

Functions

wchar_t GetFormChar (wchar_t wch, wchar_t prev, wchar_t next)
 
wchar_t GetFormChar (const CFGAS_Char *cur, const CFGAS_Char *prev, const CFGAS_Char *next)
 
absl::optional< wchar_t > GetArabicFromShaddaTable (wchar_t shadda)
 

Variables

constexpr wchar_t kArabicLetterLam = 0x0644
 
constexpr wchar_t kArabicLetterHeh = 0x0647
 
constexpr wchar_t kArabicShadda = 0x0651
 
constexpr wchar_t kArabicLetterSuperscriptAlef = 0x0670
 

Function Documentation

◆ GetArabicFromShaddaTable()

absl::optional< wchar_t > pdfium::arabic::GetArabicFromShaddaTable ( wchar_t shadda)

Definition at line 215 of file fgas_arabic.cpp.

◆ GetFormChar() [1/2]

wchar_t pdfium::arabic::GetFormChar ( const CFGAS_Char * cur,
const CFGAS_Char * prev,
const CFGAS_Char * next )

Definition at line 180 of file fgas_arabic.cpp.

References pdfium::unicode::kZeroWidthNoBreakSpace.

Referenced by GetFormChar().

+ Here is the caller graph for this function:

◆ GetFormChar() [2/2]

wchar_t pdfium::arabic::GetFormChar ( wchar_t wch,
wchar_t prev,
wchar_t next )

Definition at line 173 of file fgas_arabic.cpp.

References CFGAS_Char::CFGAS_Char(), and GetFormChar().

Referenced by CFGAS_RTFBreak::GetDisplayPos(), and CFGAS_TxtBreak::GetDisplayPos().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ kArabicLetterHeh

wchar_t pdfium::arabic::kArabicLetterHeh = 0x0647
constexpr

Definition at line 18 of file fgas_arabic.h.

Referenced by CFGAS_TxtBreak::GetDisplayPos().

◆ kArabicLetterLam

wchar_t pdfium::arabic::kArabicLetterLam = 0x0644
constexpr

Definition at line 17 of file fgas_arabic.h.

Referenced by CFGAS_TxtBreak::GetDisplayPos().

◆ kArabicLetterSuperscriptAlef

wchar_t pdfium::arabic::kArabicLetterSuperscriptAlef = 0x0670
constexpr

Definition at line 20 of file fgas_arabic.h.

Referenced by CFGAS_TxtBreak::GetDisplayPos().

◆ kArabicShadda

wchar_t pdfium::arabic::kArabicShadda = 0x0651
constexpr

Definition at line 19 of file fgas_arabic.h.

Referenced by CFGAS_TxtBreak::GetDisplayPos().