A Hershey vector font.
Definition font.hpp:19
A Hershey vector font glyph.
Definition glyph.hpp:17
A character string comprising Hershey vector font glyphs.
Definition string.hpp:20
int get_height()
Get the height of the string.
Definition string.cpp:49
int get_width()
Get the width of the string.
Definition string.cpp:41
int get_nglyph()
Get the number of glyphs in the string.
Definition string.cpp:33
String operator+(String rhs)
Add two strings.
Definition string.cpp:16
String()
Create a new string.
Definition string.cpp:5
Glyph get_glyph(int i)
Get a i'th glyph in the string.
Definition string.cpp:37