Home
last modified time | relevance | path

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

/dports/graphics/lua-gd/lua-gd-2.0.33r2/demos/
H A Dstdfont.lua13 im:string(gd.FONT_GIANT, 10, 65, "gd.FONT_GIANT", black)
H A Dtest.lua25 im2:string(gd.FONT_GIANT, sx+80, 10, "Powered by Lua", white)
/dports/games/cake/cake_src/cake/
H A Ddefinitions.h108 #define FONT_GIANT 4 macro
/dports/graphics/zimg/zimg-5.0.0/
H A Dzimg_priv.h287 FONT_SMALL, FONT_LARGE, FONT_GIANT }; enumerator
H A Dcmdln.c1000 && z->fontsize != (float)FONT_GIANT)) { in readcmdln()
H A Dzimg.c670 case FONT_GIANT: in getFont()