Branch: Tag:

1999-05-14

1999-05-14 00:56:15 by David Hedbor <david@hedbor.org>

Changed to use 32 point font since it won't work without ttf-support otherwise.

Rev: server/base_server/config/draw_things.pike:1.40
Rev: server/base_server/mainconfig.pike:1.121

1:   inherit "config/builders"; - string cvs_version = "$Id: mainconfig.pike,v 1.120 1999/04/23 17:55:02 per Exp $"; + string cvs_version = "$Id: mainconfig.pike,v 1.121 1999/05/14 00:56:14 neotron Exp $";   //inherit "roxenlib";      inherit "config/draw_things";
1138:   }       - object module_font = resolve_font("haru 64"); // default font. - object button_font = resolve_font("haru 64"); // default font. + object module_font = resolve_font("haru 32"); // default font. + object button_font = resolve_font("haru 32"); // default font.   mapping(string:object) my_colortable = ([]);      mapping auto_image(string in, object id)
1154:      // werror("Str=%O\n", in);    +  if(!module_font) module_font = resolve_font(0); +  if(!button_font) button_font = resolve_font(0);    string img_key = "auto/"+replace(in,"/","_")+".gif"-" ";       if(e=file_image(encode_filename(img_key)))