VGA Fonts: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Cyao (talk | contribs)
m Welp had to look up if its the same, putted it here so no more ppl needs to look it up again
m fixed the glyph-gylph typo
Line 120:
int cx,cy;
int mask[8]={1,2,4,8,16,32,64,128};
unsigned char *gylphglyph=font+(int)c*16;
 
for(cy=0;cy<16;cy++){
Line 140:
int cx,cy;
int mask[8]={1,2,4,8,16,32,64,128};
unsigned char *gylphglyph=font+(int)c*16;
 
for(cy=0;cy<16;cy++){