Home
last modified time | relevance | path

Searched refs:helpfont (Results 1 – 8 of 8) sorted by relevance

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dhelp.c202 values.font = appdata.helpfont->fid; in printhelppix()
217 htmp = XTextWidth(appdata.helpfont, helptext[i].text, strlen(helptext[i].text)); in printhelppix()
220 XTextExtents(appdata.helpfont, helptext[i].text, strlen(helptext[i].text), in printhelppix()
237 htmp = XTextWidth(appdata.helpfont, bptr, strlen(bptr)); in printhelppix()
240 XTextExtents(appdata.helpfont, bptr, strlen(bptr), in printhelppix()
251 XTextExtents(appdata.helpfont, helptitle, strlen(helptitle), &dum, &t1, in printhelppix()
268 XDrawString(dpy, helppix, hgc, (helpwidth - XTextWidth(appdata.helpfont, in printhelppix()
H A Dxcircuit.h1223 XFontStruct *xcfont, *textfont, *titlefont, *helpfont; member
H A Dxtgui.c212 XtOffset(ApplicationDataPtr, helpfont), XtRString,
H A Dxcwin32.c2289 appdata.helpfont = create_font_struct(GetStockObject(DEFAULT_GUI_FONT)); in GUI_init()
/dports/math/gretl/gretl-2021d/gui/
H A Dtextbuf.c1151 # define helpfont "Geneva" macro
1153 # define helpfont "sans" macro
1183 "family", helpfont, in gretl_tags_new()
1188 g_object_set(tag, "family", helpfont, in gretl_tags_new()
1194 g_object_set(tag, "family", helpfont, in gretl_tags_new()
1201 g_object_set(tag, "family", helpfont, in gretl_tags_new()
1207 g_object_set(tag, "family", helpfont, in gretl_tags_new()
1213 g_object_set(tag, "family", helpfont, in gretl_tags_new()
1221 g_object_set(tag, "family", helpfont, in gretl_tags_new()
1707 "family", helpfont, NULL); in insert_link()
[all …]
/dports/games/orthorobot/orthorobot-1.1.1-1-g48f0742/
H A Dmenu.lua364 love.graphics.setFont(helpfont)
369 …love.graphics.print(wintext[i], screenwidth+screenwidth*0.5 - helpfont:getWidth(wintext[i])/2, i*4…
H A Dmain.lua46 helpfont = love.graphics.newFont( "font.ttf", 30)
/dports/databases/gnats4/gnats-4.1.0/contrib/tkgnats/
H A Dtkpr_library.tcl2982 -font $TkGnats(helpfont) -background [$w.opts.quit cget -background]