Index: rnd_inclib/font/glyph.h =================================================================== --- rnd_inclib/font/glyph.h (revision 36463) +++ rnd_inclib/font/glyph.h (revision 36464) @@ -70,7 +70,7 @@ typedef struct rnd_glyph_s { unsigned valid:1; rnd_coord_t width, height; /* total size of glyph */ - rnd_coord_t xdelta; /* distance to next symbol */ + rnd_coord_t xdelta; /* extra distance after width to next symbol */ vtgla_t atoms; } rnd_glyph_t;