Scalable Screen Font: Difference between revisions

m
[unchecked revision][unchecked revision]
m (Added text directions)
Line 112:
y = pen_y;
} else {
x = pen_x - (rtl ? glyph->w : 0);
y = pen_y - glyph->baseline;
}
if(rtl)
x -= glyph->w;
 
my_draw_glyph(x, y, ...);
Anonymous user