Home
last modified time | relevance | path

Searched refs:BOLD_FONT (Results 1 – 25 of 192) sorted by relevance

12345678

/dports/print/fig2dev/fig2dev-3.2.8a/fig2dev/dev/
H A Dpsfonts.c74 BOLD_FONT, /* Times-Bold */
75 BOLD_FONT, /* Times-BoldItalic */
86 BOLD_FONT, /* Courier-Bold */
87 BOLD_FONT, /* Courier-BoldItalic */
90 BOLD_FONT, /* Helvetica-Bold */
91 BOLD_FONT, /* Helvetica-BoldOblique */
94 BOLD_FONT, /* Helvetica-Narrow-Bold */
98 BOLD_FONT, /* NewCenturySchlbk-Bold */
99 BOLD_FONT, /* NewCenturySchlbk-BoldItalic */
102 BOLD_FONT, /* Palatino-Bold */
[all …]
/dports/print/transfig/transfig.3.2.5e/fig2dev/
H A Dpsfonts.c67 BOLD_FONT, /* Times-Bold */
68 BOLD_FONT, /* Times-BoldItalic */
79 BOLD_FONT, /* Courier-Bold */
80 BOLD_FONT, /* Courier-BoldItalic */
83 BOLD_FONT, /* Helvetica-Bold */
84 BOLD_FONT, /* Helvetica-BoldOblique */
87 BOLD_FONT, /* Helvetica-Narrow-Bold */
91 BOLD_FONT, /* NewCenturySchlbk-Bold */
92 BOLD_FONT, /* NewCenturySchlbk-BoldItalic */
95 BOLD_FONT, /* Palatino-Bold */
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Converter/src/junit/swingui/
H A DStatusLine.java13 public static final Font BOLD_FONT= new Font("dialog", Font.BOLD, 12); field in StatusLine
17 setFont(BOLD_FONT); in StatusLine()
32 setFont(BOLD_FONT); in showError()
/dports/graphics/grx/grx249/src/bgi/
H A Dtext1.c49 for (i=1; i <= BOLD_FONT; ++i) in __gr_text_registerfont()
52 if (i > BOLD_FONT) { in __gr_text_registerfont()
H A Dtext.c28 char *StdFonts[BOLD_FONT+1] = {
/dports/net/rsync/rsync-3.2.3/
H A Dmd2man67 BOLD_FONT = ('\2', r"\fB")
215 st.txt += BOLD_FONT[0]
217 st.txt += BOLD_FONT[0]
348 .replace(BOLD_FONT[0], BOLD_FONT[1])
/dports/x11-toolkits/p5-Tk/Tk-804.035/demos/
H A Dwidget14 use vars qw/ $MW $FONT $BOLD_FONT $LARGE_FONT $MONOSPACE_FONT $WIDTRIB /;
49 $BOLD_FONT = "$DEFAULT_FONT_FAMILY 12 bold";
57 …$BOLD_FONT = $MW->fontCreate(%default_font, -family => $DEFAULT_FONT_FAMILY, -weight => "bold…
130 $T->tagConfigure('bold', -font => $BOLD_FONT);
/dports/misc/py-orange3-datafusion/orange3-datafusion-0.1.11-7-g69aa51c/orangecontrib/datafusion/widgets/
H A Dowcompletionscoring.py57 BOLD_FONT = QFont()
58 BOLD_FONT.setWeight(QFont.DemiBold)
95 item.setFont(BOLD_FONT)
/dports/print/lprps/lprps-2.5/
H A Dtextps.c39 #ifndef BOLD_FONT
40 #define BOLD_FONT "Courier-Bold" macro
70 char *bold_font = BOLD_FONT;
/dports/cad/ngspice_rework/ngspice-35/src/frontend/help/
H A Dxdisplay.c13 char *hlp_boldfontname = BOLD_FONT;
/dports/graphics/libboard/libboard-5b38274/src/
H A DShapes.cpp2185 static const char BOLD_FONT = 0x01; in flushTikZ() local
2192 BOLD_FONT, // TimesBold, in flushTikZ()
2193 BOLD_FONT | ITALIC_FONT, // TimesBoldItalic, in flushTikZ()
2204 MONOSPACE_FONT | BOLD_FONT, // CourierBold, in flushTikZ()
2208 SANSSERIF_FONT | BOLD_FONT, // HelveticaBold, in flushTikZ()
2212 SANSSERIF_FONT | BOLD_FONT, // HelveticaNarrowBold, in flushTikZ()
2216 BOLD_FONT, // NewCenturySchoolbookBold, in flushTikZ()
2217 BOLD_FONT | ITALIC_FONT, // NewCenturySchoolbookBoldItalic, in flushTikZ()
2220 BOLD_FONT, // PalatinoBold, in flushTikZ()
2221 BOLD_FONT | ITALIC_FONT, // PalatinoBoldItalic, in flushTikZ()
[all …]
/dports/games/xgalaga/xgalaga-2.1.1.0/libsprite/
H A Ddefs.h58 #define BOLD_FONT "6x10" macro
/dports/graphics/grx/grx249/test/bgi/
H A Dfontplay.c55 for (font=TRIPLEX_FONT; font <= BOLD_FONT; ++font) { in main()
/dports/sysutils/dfc/dfc-3.1.1/src/
H A Dextern.h57 #define BOLD_FONT 1 macro
/dports/print/transfig/transfig.3.2.5e/fig2dev/dev/
H A Dgenpstricks.c2677 BOLD_FONT, /* Times-Bold */
2678 BOLD_FONT, /* Times-BoldItalic */
2689 BOLD_FONT, /* Courier-Bold */
2690 BOLD_FONT, /* Courier-BoldItalic */
2693 BOLD_FONT, /* Helvetica-Bold */
2694 BOLD_FONT, /* Helvetica-BoldOblique */
2697 BOLD_FONT, /* Helvetica-Narrow-Bold */
2701 BOLD_FONT, /* NewCenturySchlbk-Bold */
2702 BOLD_FONT, /* NewCenturySchlbk-BoldItalic */
2705 BOLD_FONT, /* Palatino-Bold */
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/hugo/
H A Dhugo_defines.h128 #define BOLD_FONT 1 macro
/dports/games/scummvm/scummvm-2.5.1/engines/glk/hugo/
H A Dhugo_defines.h130 #define BOLD_FONT 1 macro
/dports/mail/claws-mail-vcalendar/claws-mail-3.18.0/src/common/
H A Ddefs.h163 #define BOLD_FONT prefs_common.boldfont macro
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/common/
H A Ddefs.h163 #define BOLD_FONT prefs_common.boldfont macro
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/common/
H A Ddefs.h163 #define BOLD_FONT prefs_common.boldfont macro
/dports/mail/claws-mail-notification/claws-mail-3.18.0/src/common/
H A Ddefs.h163 #define BOLD_FONT prefs_common.boldfont macro
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/common/
H A Ddefs.h163 #define BOLD_FONT prefs_common.boldfont macro
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/common/
H A Ddefs.h163 #define BOLD_FONT prefs_common.boldfont macro
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/common/
H A Ddefs.h163 #define BOLD_FONT prefs_common.boldfont macro
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/common/
H A Ddefs.h163 #define BOLD_FONT prefs_common.boldfont macro

12345678