![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fpdfapi/page/cpdf_textstate.h"#include <math.h>#include <utility>#include "core/fpdfapi/font/cpdf_font.h"#include "core/fpdfapi/page/cpdf_docpagedata.h"Go to the source code of this file.
Functions | |
| bool | SetTextRenderingModeFromInt (int iMode, TextRenderingMode *mode) |
| bool | TextRenderingModeIsClipMode (const TextRenderingMode &mode) |
| bool | TextRenderingModeIsStrokeMode (const TextRenderingMode &mode) |
| bool SetTextRenderingModeFromInt | ( | int | iMode, |
| TextRenderingMode * | mode ) |
Definition at line 128 of file cpdf_textstate.cpp.
| bool TextRenderingModeIsClipMode | ( | const TextRenderingMode & | mode | ) |
Definition at line 135 of file cpdf_textstate.cpp.
References MODE_CLIP, MODE_FILL_CLIP, MODE_FILL_STROKE_CLIP, and MODE_STROKE_CLIP.
| bool TextRenderingModeIsStrokeMode | ( | const TextRenderingMode & | mode | ) |
Definition at line 147 of file cpdf_textstate.cpp.
References MODE_FILL_STROKE, MODE_FILL_STROKE_CLIP, MODE_STROKE, and MODE_STROKE_CLIP.