Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <fx_bidi.h>
Classes | |
struct | Segment |
Public Types | |
enum class | Direction { kNeutral , kLeft , kRight , kLeftWeak } |
Public Member Functions | |
CFX_BidiChar () | |
bool | AppendChar (wchar_t wch) |
bool | EndChar () |
const Segment & | GetSegmentInfo () const |
|
strong |
CFX_BidiChar::CFX_BidiChar | ( | ) |
Definition at line 14 of file fx_bidi.cpp.
References kNeutral.
bool CFX_BidiChar::AppendChar | ( | wchar_t | wch | ) |
Definition at line 18 of file fx_bidi.cpp.
References CFX_BidiChar::Segment::count, CFX_BidiChar::Segment::direction, pdfium::unicode::GetBidiClass(), kAL, kAN, kBN, kCS, kEN, kES, kET, kL, kLeft, kLeftWeak, kNeutral, kNSM, kR, and kRight.
bool CFX_BidiChar::EndChar | ( | ) |
Definition at line 50 of file fx_bidi.cpp.
References CFX_BidiChar::Segment::count, and kNeutral.
|
inline |