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

(0ccf980226462398d5097987466bcffd8236e1e9)

#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"
Include dependency graph for cpdf_textstate.cpp:

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)

Function Documentation

◆ SetTextRenderingModeFromInt()

bool SetTextRenderingModeFromInt ( int iMode,
TextRenderingMode * mode )

Definition at line 128 of file cpdf_textstate.cpp.

◆ TextRenderingModeIsClipMode()

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.

◆ TextRenderingModeIsStrokeMode()

bool TextRenderingModeIsStrokeMode ( const TextRenderingMode & mode)