updating font stuff

master
Allen Webster 2016-06-03 20:27:54 -04:00
parent 51fb028283
commit 2e3bfd8f8b
1 changed files with 2 additions and 2 deletions

View File

@ -1113,7 +1113,8 @@ Font_Load_Sig(system_draw_font_load){
filename, filename,
pt_size, pt_size,
tab_width, tab_width,
oversample oversample,
store_texture
); );
if(success){ if(success){
@ -1209,7 +1210,6 @@ LinuxLoadRenderCode(){
linuxvars.target.pop_clip = draw_pop_clip; linuxvars.target.pop_clip = draw_pop_clip;
linuxvars.target.push_piece = draw_push_piece; linuxvars.target.push_piece = draw_push_piece;
linuxvars.target.font_set.font_info_load = draw_font_info_load;
linuxvars.target.font_set.font_load = system_draw_font_load; linuxvars.target.font_set.font_load = system_draw_font_load;
linuxvars.target.font_set.release_font = draw_release_font; linuxvars.target.font_set.release_font = draw_release_font;
} }