Home
last modified time | relevance | path

Searched refs:USER_CHAR_SIZE (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/grx/grx249/src/bgi/
H A Dtextb.c35 TXT.charsize = USER_CHAR_SIZE; in setusercharsize()
H A Dtexta.c87 if (charsize == USER_CHAR_SIZE) { in settextstyle()
/dports/lang/ptoc/ptoc/WinBGI/
H A Dgraphics.h43 #define USER_CHAR_SIZE 0 macro
/dports/devel/z88dk/z88dk/include/
H A Dbgi.h81 #define USER_CHAR_SIZE 0 macro
/dports/graphics/grx/grx249/include/
H A Dlibbcc.h256 #define USER_CHAR_SIZE 0 /* user-defined char size */ macro
/dports/graphics/grx/grx249/test/bgi/
H A Dbccbgi.c566 changetextstyle( font, HORIZ_DIR, USER_CHAR_SIZE ); in TextDemo()