27 #ifndef BOARD_BOARD_FONT_TEXT_H
28 #define BOARD_BOARD_FONT_TEXT_H
38 Group boardFontText(Point p,
const std::string & text,
double size, Color penColor =
Style::defaultPenColor(),
double lineWidth = 0.0);
40 void splitAndParseSVGPaths(
const std::string & text, ShapeList & shapes);
41 void parseSVGPath(
const std::string & text, ShapeList & paths);
42 void flush(
const std::vector<Point> & points,
const std::vector<Point> & controls, ShapeList & paths);