Home
last modified time | relevance | path

Searched refs:TITLE_FONT (Results 1 – 16 of 16) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/internal/views/properties/tabbed/view/
H A DTabbedPropertyTitle.java52 …private static final String TITLE_FONT = "org.eclipse.ui.internal.views.properties.tabbed.view.Tab… field in TabbedPropertyTitle
88 if (! JFaceResources.getFontRegistry().hasValueFor(TITLE_FONT)) { in TabbedPropertyTitle()
93 JFaceResources.getFontRegistry().put(TITLE_FONT, fontData); in TabbedPropertyTitle()
95 font = JFaceResources.getFont(TITLE_FONT); in TabbedPropertyTitle()
/dports/cad/ngspice_rework/ngspice-35/src/frontend/help/
H A Dxdisplay.c16 char *hlp_titlefontname = TITLE_FONT;
/dports/devel/allegro/allegro-4.4.3.1/demos/shooter/
H A Dtitle.c567 text_length(data[TITLE_FONT].dat, credit_name->name) + 24; in scroller()
617 FONT *bigfont = data[TITLE_FONT].dat; in draw_scroller()
637 text_width = text_length(data[TITLE_FONT].dat, buf); in draw_scroller()
764 textprintf_ex(bmp, data[TITLE_FONT].dat, c, 4, -1, 0, "%s:", in draw_scroller()
767 dirty_rectangle(0, 4, SCREEN_W, text_height(data[TITLE_FONT].dat)); in draw_scroller()
H A Ddata.h80 #define TITLE_FONT 74 /* FONT */ macro
/dports/print/pscal/pscal-1.16/
H A Dpscal13 TITLE_FONT=Times-Bold
468 TITLE_FONT=TimesNRCyrMT-Bold
660 TITLE_FONT="$2";
662 -F*) TITLE_FONT=`echo $1 | sed -n 1s/-.//p`;
776 %%DocumentFonts: $TITLE_FONT $DAY_FONT $EVENT_FONT
1452 /titlefont /$TITLE_FONT def
/dports/x11-wm/flwm/flwm-1.16/
H A Dconfig.h181 #ifdef TITLE_FONT
H A Dmain.C280 #ifdef TITLE_FONT in initialize()
281 Fl::set_font(TITLE_FONT_SLOT, TITLE_FONT); in initialize()
/dports/cad/ngspice_rework/ngspice-35/src/include/ngspice/
H A Dhlpdefs.h78 #define TITLE_FONT "accordb" macro
/dports/games/xboing/xboing/
H A Dinit.c95 #define TITLE_FONT "-adobe-helvetica-bold-r-*-*-24-*-*-*-*-*-*-*" macro
272 if (!(titleFont = XLoadQueryFont(display, TITLE_FONT)))
276 TITLE_FONT);
/dports/java/jgraph/jgraph-java-5.13.0.4/src/com/jgraph/io/svg/
H A DSVGGraphWriter.java30 public static Font TITLE_FONT = new Font("Dialog", 0, 16); field in SVGGraphWriter
100 Font titleFont = TITLE_FONT; in createNode()
/dports/japanese/groff/groff-1.18.1.1/contrib/mom/examples/
H A Delvis_syntax102 keyword .TITLE .TITLE_FAMILY .TITLE_FONT .TITLE_SIZE .T_MARGIN
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Desper.c130 # define TITLE_FONT "OCR A Std 10, Lucida Console 10, Monaco 10" macro
132 # define TITLE_FONT "-*-courier-bold-r-*-*-*-100-*-*-m-*-*-*" macro
134 # define TITLE_FONT "-*-ocr a std-medium-r-*-*-*-100-*-*-m-*-*-*" macro
142 "*titleFont: " TITLE_FONT "\n" \
/dports/games/d2x/d2x-0.2.5/main/
H A Dnewmenu.c631 #define TITLE_FONT HUGE_FONT macro
1353 grd_curcanv->cv_font = TITLE_FONT; in newmenu_do4()
1594 grd_curcanv->cv_font = TITLE_FONT; in newmenu_do4()
/dports/devel/allegro/allegro-4.4.3.1/docs/src/
H A Dgrabber._tx264 export the TITLE_FONT into a PCX file. Have a look at the resulting picture
H A Dallegro._tx7575 the `demo.dat' file and export the TITLE_FONT into a PCX file. Have a look
/dports/textproc/diffstat/diffstat-1.64/testing/
H A Dcase26.pat1413 #ifdef TITLE_FONT
1414 Fl::set_font(TITLE_FONT_SLOT, TITLE_FONT);