MRaster lib 21.0.0.0
Image Processing Library
|
Struct to define a glyph. More...
#include <hersheyFont.hpp>
Public Attributes | |
int | charNum |
Character Number for glyph. | |
int | numComp |
Number of strokes in glyph. | |
const char * | components |
Coordinates for each stroke. | |
Struct to define a glyph.
Definition at line 18 of file hersheyFont.hpp.
int mjr::hershey::herChar::charNum |
Character Number for glyph.
Definition at line 19 of file hersheyFont.hpp.
int mjr::hershey::herChar::numComp |
Number of strokes in glyph.
Definition at line 20 of file hersheyFont.hpp.
const char* mjr::hershey::herChar::components |
Coordinates for each stroke.
Definition at line 21 of file hersheyFont.hpp.