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

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

#include "core/fpdfapi/page/cpdf_textobject.h"
#include <algorithm>
#include "core/fpdfapi/font/cpdf_cidfont.h"
#include "core/fpdfapi/font/cpdf_font.h"
#include "core/fxcrt/fx_coordinates.h"
#include "third_party/base/check.h"
#include "third_party/base/containers/span.h"
+ Include dependency graph for cpdf_textobject.cpp:

Go to the source code of this file.

Macros

#define ISLATINWORD(u)
 

Macro Definition Documentation

◆ ISLATINWORD

#define ISLATINWORD ( u)
Value:
(u != 0x20 && u <= 0x28FF)

Definition at line 17 of file cpdf_textobject.cpp.