![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <fx_quartz_device.h>
Public Member Functions | |
| void * | CreateGraphics (const RetainPtr< CFX_DIBitmap > &bitmap) |
| void | DestroyGraphics (void *graphics) |
| void * | CreateFont (pdfium::span< const uint8_t > font_data) |
| void | DestroyFont (void *font) |
| void | SetGraphicsTextMatrix (void *graphics, const CFX_Matrix &matrix) |
| bool | DrawGraphicsString (void *graphics, void *font, float font_size, pdfium::span< uint16_t > glyph_indices, pdfium::span< CGPoint > glyph_positions, FX_ARGB argb) |
Definition at line 20 of file fx_quartz_device.h.
| void * CQuartz2D::CreateFont | ( | pdfium::span< const uint8_t > | font_data | ) |
Definition at line 51 of file fx_quartz_device.cpp.
| void * CQuartz2D::CreateGraphics | ( | const RetainPtr< CFX_DIBitmap > & | bitmap | ) |
Definition at line 26 of file fx_quartz_device.cpp.
Definition at line 63 of file fx_quartz_device.cpp.
Definition at line 46 of file fx_quartz_device.cpp.
| bool CQuartz2D::DrawGraphicsString | ( | void * | graphics, |
| void * | font, | ||
| float | font_size, | ||
| pdfium::span< uint16_t > | glyph_indices, | ||
| pdfium::span< CGPoint > | glyph_positions, | ||
| FX_ARGB | argb ) |
Definition at line 78 of file fx_quartz_device.cpp.
| void CQuartz2D::SetGraphicsTextMatrix | ( | void * | graphics, |
| const CFX_Matrix & | matrix ) |
Definition at line 67 of file fx_quartz_device.cpp.
References CFX_Matrix::a, CFX_Matrix::b, CFX_Matrix::c, CFX_Matrix::d, CFX_Matrix::e, and CFX_Matrix::f.