#include <glv_font.h>
Public Member Functions | |
| Font & | letterSpacing (float v) |
| Set spacing, in ems, between the left and right edges of successive letters. | |
| Font & | lineSpacing (float v) |
| Set spacing, in ems, between lines. | |
| Font & | size (unsigned size) |
| Set the size in pixels. | |
| Font & | tabSpaces (unsigned spaces) |
| Set number of spaces per tab. | |
| float | advance (char c) const |
| Returns advance width of character. | |
| float | advance (const char *text) const |
| Returns total advance width of text string. | |
1.5.5