PoDoFo 0.9.20
|
This is the complete list of members for PoDoFo::PdfPainter, including all inherited members.
BeginMarkedContent(const std::string_view &tag) | PoDoFo::PdfPainter | |
ClipPath(const PdfPainterPath &path, bool useEvenOddRule=false) | PoDoFo::PdfPainter | |
DrawArc(double x, double y, double radius, double startAngle, double endAngle, bool clockwise=false) | PoDoFo::PdfPainter | |
DrawCircle(double x, double y, double radius, PdfPathDrawMode mode=PdfPathDrawMode::Stroke) | PoDoFo::PdfPainter | |
DrawCubicBezier(double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4) | PoDoFo::PdfPainter | |
DrawEllipse(double x, double y, double width, double height, PdfPathDrawMode mode=PdfPathDrawMode::Stroke) | PoDoFo::PdfPainter | |
DrawImage(const PdfImage &obj, double x, double y, double scaleX=1.0, double scaleY=1.0) | PoDoFo::PdfPainter | |
DrawLine(double x1, double y1, double x2, double y2) | PoDoFo::PdfPainter | |
DrawPath(const PdfPainterPath &path, PdfPathDrawMode drawMode=PdfPathDrawMode::Stroke) | PoDoFo::PdfPainter | |
DrawRectangle(double x, double y, double width, double height, PdfPathDrawMode mode=PdfPathDrawMode::Stroke, double roundX=0.0, double roundY=0.0) | PoDoFo::PdfPainter | |
DrawRectangle(const Rect &rect, PdfPathDrawMode mode=PdfPathDrawMode::Stroke, double roundX=0.0, double roundY=0.0) | PoDoFo::PdfPainter | |
DrawText(const std::string_view &str, double x, double y, PdfDrawTextStyle style=PdfDrawTextStyle::Regular) | PoDoFo::PdfPainter | |
DrawTextAligned(const std::string_view &str, double x, double y, double width, PdfHorizontalAlignment hAlignment, PdfDrawTextStyle style=PdfDrawTextStyle::Regular) | PoDoFo::PdfPainter | |
DrawTextMultiLine(const std::string_view &str, double x, double y, double width, double height, const PdfDrawTextMultiLineParams ¶ms={ }) | PoDoFo::PdfPainter | |
DrawTextMultiLine(const std::string_view &str, const Rect &rect, const PdfDrawTextMultiLineParams ¶ms={ }) | PoDoFo::PdfPainter | |
DrawXObject(const PdfXObject &obj, double x, double y, double scaleX=1.0, double scaleY=1.0) | PoDoFo::PdfPainter | |
EndMarkedContent() | PoDoFo::PdfPainter | |
FinishDrawing() | PoDoFo::PdfPainter | |
GetCanvas() const | PoDoFo::PdfPainter | inline |
GetContent() const | PoDoFo::PdfPainter | |
GetPrecision() const | PoDoFo::PdfPainter | |
GetStream() const | PoDoFo::PdfPainter | inline |
GetTabWidth() const | PoDoFo::PdfPainter | inline |
PdfPainter(PdfPainterFlags flags=PdfPainterFlags::None) | PoDoFo::PdfPainter | |
Restore() | PoDoFo::PdfPainter | |
Save() | PoDoFo::PdfPainter | |
SetCanvas(PdfCanvas &page) | PoDoFo::PdfPainter | |
SetClipRect(double x, double y, double width, double height) | PoDoFo::PdfPainter | |
SetClipRect(const Rect &rect) | PoDoFo::PdfPainter | |
SetExtGState(const PdfExtGState &inGState) | PoDoFo::PdfPainter | |
SetPrecision(unsigned short precision) | PoDoFo::PdfPainter | |
SetShadingPattern(const PdfShadingPattern &pattern) | PoDoFo::PdfPainter | |
SetStrokeStyle(PdfStrokeStyle strokeStyle, bool inverted=false, double scale=1.0, bool subtractJoinCap=false) | PoDoFo::PdfPainter | |
SetStrokingShadingPattern(const PdfShadingPattern &pattern) | PoDoFo::PdfPainter | |
SetStrokingTilingPattern(const PdfTilingPattern &pattern) | PoDoFo::PdfPainter | |
SetTabWidth(unsigned short tabWidth) | PoDoFo::PdfPainter | inline |
SetTilingPattern(const PdfTilingPattern &pattern) | PoDoFo::PdfPainter |