MyDXFFont Class Reference
Class for drawing text characters in MyDXFFile. More...
#include <mydxffont.hpp>
Public Member Functions | |
void | plot (const class MyDXFFile *dxf, cairo_t *cairo, const Transformation *t, const double range[4], uint32_t c, Vec3D &x) const |
Plot character c with cairo. More... | |
void | size (Vec3D &min, Vec3D &max, const class MyDXFFile *dxf, uint32_t c, Vec3D &x) const |
Detailed Description
Class for drawing text characters in MyDXFFile.
Member Function Documentation
◆ plot()
void MyDXFFont::plot | ( | const class MyDXFFile * | dxf, |
cairo_t * | cairo, | ||
const Transformation * | t, | ||
const double | range[4], | ||
uint32_t | c, | ||
Vec3D & | x | ||
) | const |
Plot character c with cairo.
Character c is drawn using transformation \t a to cairo surface with current style at location x. Location is advanced to next character location.
The documentation for this class was generated from the following files: