#include <text_path.hpp>
Public Member Functions | |
| character_node (int c_, double x_, double y_, double angle_) | |
| ~character_node () | |
| void | vertex (int *c_, double *x_, double *y_, double *angle_) |
Public Attributes | |
| int | c |
| double | x |
| double | y |
| double | angle |
| mapnik::text_path::character_node::character_node | ( | int | c_, | |
| double | x_, | |||
| double | y_, | |||
| double | angle_ | |||
| ) | [inline] |
| mapnik::text_path::character_node::~character_node | ( | ) | [inline] |
| void mapnik::text_path::character_node::vertex | ( | int * | c_, | |
| double * | x_, | |||
| double * | y_, | |||
| double * | angle_ | |||
| ) | [inline] |
1.4.7