Searched +refs:ps +refs:font (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.9.5/tcl-102/tk/tk/tests/
H A Dvisual_bb.test51 message .msg -font {Times 18} -relief raised -width 4i \
78 menubutton .menu.ps -text "Canvas Postscript" -menu .menu.ps.m
79 menu .menu.ps.m
80 .menu.ps.m add command -label "Rectangles and other graphics" \
82 .menu.ps.m add command -label "Text" \
84 .menu.ps.m add command -label "Bitmaps" \
86 .menu.ps.m add command -label "Images" \
88 .menu.ps.m add command -label "Arcs" \
91 pack .menu.file .menu.group1 .menu.ps
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/tests/
H A Dvisual_bb.test56 message .msg -font {Times 18} -relief raised -width 4i \
83 menubutton .menu.ps -text "Canvas Postscript" -menu .menu.ps.m
84 menu .menu.ps.m
85 .menu.ps.m add command -label "Rectangles and other graphics" \
87 .menu.ps.m add command -label "Text" \
89 .menu.ps.m add command -label "Bitmaps" \
91 .menu.ps.m add command -label "Images" \
93 .menu.ps.m add command -label "Arcs" \
96 pack .menu.file .menu.group1 .menu.ps
[all...]
/macosx-10.9.5/groff-38/groff/src/devices/grolbp/
H A Dlbp.cpp50 class lbp_font : public font {
66 void set_char(int, font *, const environment *, int, const char *name);
70 font *make_font(const char *);
95 : font(nm)
130 // fprintf(stderr, "Loading font \"%s\" \n", arg);
132 // fprintf(stderr, "Loading font %s \"%s\" in %s at %d\n",
146 lbp_printer::lbp_printer(int ps, double pw, double pl) argument
164 if (font::papersize) {
165 papersize = set_papersize(font::papersize);
166 paperlength = font
[all...]
/macosx-10.9.5/groff-38/groff/src/devices/grolj4/
H A Dlj4.cpp82 class lj4_font : public font {
97 : font(nm), weight(0), style(0), proportional(0), typeface(0)
166 void set_char(int, font *, const environment *, int, const char *name);
170 font *make_font(const char *);
214 lj4_printer::lj4_printer(int ps) argument
223 if (7200 % font::res != 0)
225 font::res);
227 if (font::res != 300)
228 printf("\033&u%dD", font::res); // unit of measure
232 if (font
[all...]
/macosx-10.9.5/groff-38/groff/src/libs/libgroff/
H A Dfont.cpp31 #include "font.h"
150 /* font functions */
152 font::font(const char *s) function in class:font
163 font::~font()
208 inline int font::scale(int w, int sz)
213 int font::unit_scale(double *value, char unit)
241 int font::get_skew(int c, int point_size, int sl)
247 int font
257 font_widths_cache(int ps, int ch_size, font_widths_cache *p) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A DGDIFontInstance.cpp41 void GDISurface::setFont(const GDIFontInstance *font) argument
44 if (fCurrentFont != font) {
45 fCurrentFont = font;
46 SelectObject(fHdc, font->getFont());
49 SelectObject(fHdc, font->getFont());
53 void GDISurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const float *positions, argument
58 float *ps = LE_NEW_ARRAY(float, count * 2 + 2); local
73 ps[out * 2] = positions[g * 2];
74 ps[out * 2 + 1] = positions[g * 2 + 1];
81 setFont((GDIFontInstance *) font);
[all...]
H A Dclayout.c126 static le_font *font = NULL; local
138 font = le_scriptCompositeFontOpen(fontMap);
150 context->paragraph = pf_factory("Sample.txt", font, guiSupport);
231 PAINTSTRUCT ps; local
235 hdc = BeginPaint(hwnd, &ps);
257 EndPaint(hwnd, &ps);
299 newParagraph = pf_factory(szFileName, font, guiSupport);
348 le_fontClose(font);
H A Dlayout.cpp125 static ScriptCompositeFontInstance *font = NULL; local
136 font = new ScriptCompositeFontInstance(fontMap);
148 context->paragraph = Paragraph::paragraphFactory("Sample.txt", font, guiSupport);
229 PAINTSTRUCT ps; local
233 hdc = BeginPaint(hwnd, &ps);
255 EndPaint(hwnd, &ps);
295 Paragraph *newParagraph = Paragraph::paragraphFactory(szFileName, font, guiSupport);
344 delete font;
/macosx-10.9.5/vim-53/src/
H A Dgui_w48.c136 static WORD s_dlgfntheight; /* height of the dialog font */
137 static WORD s_dlgfntwidth; /* width of the dialog font */
1283 * Get the character size of a font.
1286 GetFontSize(GuiFont font) argument
1290 HFONT hfntOld = SelectFont(hdc, (HFONT)font);
1320 HFONT font = NULL; local
1322 /* Load the font */
1323 font = CreateFontIndirect(lf);
1325 if (font == NULL)
1328 return (GuiFont)font;
1355 GuiFont font = NOFONT; local
1382 gui_mch_free_font(GuiFont font) argument
2752 PAINTSTRUCT ps; local
3083 GuiFont font = NOFONT; local
[all...]
/macosx-10.9.5/groff-38/groff/contrib/groffer/
H A Dgroffer2.sh301 _DEFAULT_MODES='x,ps,tty';
314 export _VIEWER_PS; # viewer program for ps mode
393 'no-location' 'no-man' 'no-special' 'pdf' 'ps' 'rv' 'source' \
399 'fn' 'font' 'foreground' 'html-viewer' 'html-viewer-tty' 'mode' \
400 'pdf-viewer' 'pdf-viewer-tty' 'print' 'ps-viewer' 'ps-viewer-tty' 'shell' \
421 'bw' 'display' 'fg' 'fn' 'font' 'foreground' 'ft' 'geometry' \
515 export _OPT_FN; # set font in some modes.
532 export _OPT_VIEWER_PS; # viewer program for ps mode
3833 --mode=auto|dvi|groff|html|pdf|ps|sourc
[all...]
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex50 % dvips foo.dvi -o # or whatever; this makes foo.ps.
615 % latex.ltx, since we use a different font for the raised A; it's most
616 % convenient for us to use an explicitly smaller font, rather than using
617 % the \scriptstyle font (since we don't reset \scriptstyle and
793 % outputs text on separate line in roman font, starting at standard page margin
1078 % @dots{} outputs an ellipsis using the current font.
1080 % font as three actual period characters.
1394 % Change the current font style to #1, remembering it in \curfontstyle.
1395 % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in
1400 \csname ten#1\endcsname % change the current font
[all...]
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex50 % dvips foo.dvi -o # or whatever; this makes foo.ps.
615 % latex.ltx, since we use a different font for the raised A; it's most
616 % convenient for us to use an explicitly smaller font, rather than using
617 % the \scriptstyle font (since we don't reset \scriptstyle and
793 % outputs text on separate line in roman font, starting at standard page margin
1078 % @dots{} outputs an ellipsis using the current font.
1080 % font as three actual period characters.
1394 % Change the current font style to #1, remembering it in \curfontstyle.
1395 % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in
1400 \csname ten#1\endcsname % change the current font
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex50 % dvips foo.dvi -o # or whatever; this makes foo.ps.
612 % latex.ltx, since we use a different font for the raised A; it's most
613 % convenient for us to use an explicitly smaller font, rather than using
614 % the \scriptstyle font (since we don't reset \scriptstyle and
790 % outputs text on separate line in roman font, starting at standard page margin
1075 % @dots{} outputs an ellipsis using the current font.
1077 % font as three actual period characters.
1380 % Change the current font style to #1, remembering it in \curfontstyle.
1381 % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in
1386 \csname ten#1\endcsname % change the current font
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dtexinfo.tex56 % dvips foo.dvi -o # or whatever; this makes foo.ps.
658 % @dots{} output an ellipsis using the current font.
660 % font as three actual period characters.
689 % outputs text on separate line in roman font, starting at standard page margin
849 \let\implicitmath = $%$ font-lock fix
1112 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1142 % Set the font macro #1 to the font named #2, adding on the
1143 % specified font prefix (normally `cm').
1144 % #3 is the font'
[all...]
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex54 % dvips foo.dvi -o # or whatever; this makes foo.ps.
699 % @dots{} output an ellipsis using the current font.
701 % font as three actual period characters.
730 % outputs text on separate line in roman font, starting at standard page margin
891 \let\implicitmath = $%$ font-lock fix
1171 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1201 % Set the font macro #1 to the font named #2, adding on the
1202 % specified font prefix (normally `cm').
1203 % #3 is the font'
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dgnuplot.vim103 syn keyword gnuplotType label nolabel logscale nolog[scale] missing center font locale
105 syn keyword gnuplotType linestyle nolinestyle linetype lt linewidth lw pointtype pt pointsize ps
H A Dpostscr.vim4 " Filenames: *.ps,*.eps
12 " postscr_fonts - highlight standard font names (a lot for PS 3)
/macosx-10.9.5/uucp-11/uucp/
H A Dtexinfo.tex53 % dvips foo.dvi -o # or whatever, to process the dvi file; this makes foo.ps.
645 % @dots{} output an ellipsis using the current font.
647 % font as three actual period characters.
676 % outputs text on separate line in roman font, starting at standard page margin
1066 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1079 % Set the font macro #1 to the font named #2, adding on the
1080 % specified font prefix (normally `cm').
1081 % #3 is the font's design size, #4 is a scale factor
1082 \def\setfont#1#2#3#4{\font#
[all...]
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex50 % dvips foo.dvi -o # or whatever; this makes foo.ps.
620 % latex.ltx, since we use a different font for the raised A; it's most
621 % convenient for us to use an explicitly smaller font, rather than using
622 % the \scriptstyle font (since we don't reset \scriptstyle and
813 % outputs text on separate line in roman font, starting at standard page margin
1098 % @dots{} outputs an ellipsis using the current font.
1508 % Change the current font style to #1, remembering it in \curfontstyle.
1509 % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in
1514 \csname ten#1\endcsname % change the current font
1527 % Texinfo sort of supports the sans serif font styl
[all...]
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex50 % dvips foo.dvi -o # or whatever; this makes foo.ps.
620 % latex.ltx, since we use a different font for the raised A; it's most
621 % convenient for us to use an explicitly smaller font, rather than using
622 % the \scriptstyle font (since we don't reset \scriptstyle and
813 % outputs text on separate line in roman font, starting at standard page margin
1098 % @dots{} outputs an ellipsis using the current font.
1508 % Change the current font style to #1, remembering it in \curfontstyle.
1509 % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in
1514 \csname ten#1\endcsname % change the current font
1527 % Texinfo sort of supports the sans serif font styl
[all...]
/macosx-10.9.5/bc-21/bc/doc/
H A Dtexinfo.tex53 % dvips foo.dvi -o # or whatever, to process the dvi file; this makes foo.ps.
644 % @dots{} output an ellipsis using the current font.
646 % font as three actual period characters.
675 % outputs text on separate line in roman font, starting at standard page margin
1026 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1039 % Set the font macro #1 to the font named #2, adding on the
1040 % specified font prefix (normally `cm').
1041 % #3 is the font's design size, #4 is a scale factor
1042 \def\setfont#1#2#3#4{\font#
[all...]
/macosx-10.9.5/ncurses-42/ncurses/include/
H A DCaps.aix4442 print_screen mc0 str ps - - -B-G-* print contents of screen
512 font_0 font0 str f0 - - ----K select font 0
513 font_1 font1 str f1 - - ----K select font 1
514 font_2 font2 str f2 - - ----K select font 2
515 font_3 font3 str f3 - - ----K select font 3
516 font_4 font4 str f4 - - ----K select font 4
517 font_5 font5 str f5 - - ----K select font 5
518 font_6 font6 str f6 - - ----K select font 6
519 font_7 font7 str f7 - - ----K select font 7
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tkimg/
H A Ddemo.rb107 :font=>'Helvetica 8').pack
1331 %%Title: postscript.ps
1338 % 30 procedure entries + room for 40 cached font dictionaries
/macosx-10.9.5/vim-53/runtime/
H A Dfiletype.vim271 " BDF font
922 " Java Properties resource file (note: doesn't catch font.properties.pl)
1353 " PostScript (+ font files, encapsulated PostScript, Adobe Illustrator)
1354 au BufNewFile,BufRead *.ps,*.pfa,*.afm,*.eps,*.epsf,*.epsi,*.ai setf postscr
/macosx-10.9.5/cups-372.4/cups/
H A Dconfigure1185 -psdir | --psdir | --psdi | --psd | --ps)
1187 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1498 --psdir=DIR ps documentation [DOCDIR]
1568 --with-fontpath set font path for pstoraster

Completed in 428 milliseconds

12