Posted By: LazyDog
SDK question about font_remove - 03/06/09 15:00
EXT FONT* F(font_remove)(FONT*);
should this actually return a Var instead of a font?
doesn't seem logical when deleting a font to return a font.
EXT var F(font_remove)(FONT*);
should this actually return a Var instead of a font?
doesn't seem logical when deleting a font to return a font.
EXT var F(font_remove)(FONT*);
