![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <stdint.h>Go to the source code of this file.
Namespaces | |
| namespace | pdfium |
Enumerations | |
| enum class | pdfium::WordBreakProperty : uint8_t { pdfium::kNone = 0 , pdfium::kCR , pdfium::kLF , pdfium::kNewLine , pdfium::kExtend , pdfium::kFormat , pdfium::kKataKana , pdfium::kALetter , pdfium::kMidLetter , pdfium::kMidNum , pdfium::kMidNumLet , pdfium::kNumeric , pdfium::kExtendNumLet } |
Functions | |
| bool | pdfium::FX_CheckStateChangeForWordBreak (WordBreakProperty from, WordBreakProperty to) |
| WordBreakProperty | pdfium::FX_GetWordBreakProperty (wchar_t wcCodePoint) |