Commit f8f35482 authored by David Brown's avatar David Brown
Browse files

Implemented font size choices.

parent 9cb10354
No preview for this file type
......@@ -127,6 +127,7 @@
#define CD_FontsTF2Bt 0x26b3
#define CD_FontsTF3Disp 0x26b4
#define CD_FontsTF3Bt 0x26b5
#define CD_FontsSize 0x26b6
/* In hotlist subwindow */
......
......@@ -90,6 +90,7 @@ void fm_set_system_font (int systemfont);
int fm_system_font (void);
void fm_init (int systemfont, int base_size);
void fm_init_sizes (int base_size);
void fm_shutdown (void);
_kernel_oserror * fm_get_string_width (fm_face h, const char * s, int maxwid, int maxbytes, int split, int * bytes, int * width);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment