Home
last modified time | relevance | path

Searched defs:H_FONT_WIDTH (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dconfig.h105 H_FONT_WIDTH = 39, ///< this is the font height in V5 enumerator
/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dconfig.h105 H_FONT_WIDTH = 39, ///< this is the font height in V5 enumerator
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/common/
H A Dfrotz.h199 #define H_FONT_WIDTH 39 /* this is the font height in V5 */ macro