| /sfw/usr/src/cmd/psutils/psutils/ |
| fixfmps.pl | 8 %fonts=(); 12 $fonts{$1} = $_; 14 print $_, join('',values(%fonts));
|
| fixpspps.pl | 10 %fonts = (); $font = ""; 21 if (! defined($fonts{$1})) { 22 $fonts{$1} = 1; 36 if (! defined($fonts{$font,$1})) { 37 $fonts{$font,$1} = 1;
|
| fixdlsrps.pl | 11 @fonts = (); 18 push(@fonts, $_); 21 push(@fonts, $_); 50 print @fonts;
|
| fixmacps.pl | 21 %fonts = (); 74 print values(%fonts); 84 $fonts{$_} = $_;
|
| /sfw/usr/src/cmd/cups/cups-1.4.1/filter/ |
| pstext.c | 18 * psTextEmbedFonts() - Embed PostScript fonts. 19 * psTextListFonts() - List PostScript fonts. 47 * 'psTextEmbedFonts()'- Embed PostScript fonts. 51 psTextEmbedFonts(ps_text_t *fonts) /* I - Font data */ 73 for (font = (char *)cupsArrayFirst(fonts->unique); 75 font = (char *)cupsArrayNext(fonts->unique)) 79 snprintf(filename, sizeof(filename), "%s/fonts/%s", cups_datadir, font); 100 for (i = 0; i < fonts->num_fonts; i ++) 106 if (fonts->glyphs[fonts->codes[i * 256 + ch]] 204 ps_text_t *fonts; \/* Font data *\/ local [all...] |
| pstext.h | 47 int num_fonts; /* Number of fonts to use */ 48 char *fonts[256][4]; /* Fonts to use */ member in struct:ps_text_s 49 cups_array_t *unique; /* Unique fonts */ 51 codes[65536]; /* Unicode glyph mapping to fonts */ 63 extern void psTextEmbedFonts(ps_text_t *fonts); 64 extern void psTextListFonts(ps_text_t *fonts); 66 extern void psTextUTF8(ps_text_t *fonts, float size, int style, 68 extern void psTextUTF32(ps_text_t *fonts, float size, int style,
|
| bannertops.c | 79 ps_text_t *fonts, int job_id, 98 ps_text_t *fonts; /* Fonts for output */ local 144 fonts = write_prolog(title, username); 145 num_pages = write_banner(banner, ppd, fonts, job_id, title, username, 435 ps_text_t *fonts, /* I - Fonts */ 613 psTextUTF8(fonts, fontsize, PS_BOLD, PS_RIGHT, 615 psTextUTF8(fonts, fontsize, PS_NORMAL, PS_LEFT, getenv("PRINTER")); 622 psTextUTF8(fonts, fontsize, PS_BOLD, PS_RIGHT 1052 ps_text_t *fonts; \/* Fonts *\/ local [all...] |
| /sfw/usr/src/pkgdefs/SUNWgsfot/ |
| prototype_com | 50 d none usr/share/ghostscript/fonts 755 root bin 51 f none usr/share/ghostscript/fonts/bchb.afm 644 root bin 52 f none usr/share/ghostscript/fonts/bchb.pfa 644 root bin 53 f none usr/share/ghostscript/fonts/bchbi.afm 644 root bin 54 f none usr/share/ghostscript/fonts/bchbi.pfa 644 root bin 55 f none usr/share/ghostscript/fonts/bchr.afm 644 root bin 56 f none usr/share/ghostscript/fonts/bchr.pfa 644 root bin 57 f none usr/share/ghostscript/fonts/bchri.afm 644 root bin 58 f none usr/share/ghostscript/fonts/bchri.pfa 644 root bin 59 f none usr/share/ghostscript/fonts/fcyr.afm 644 root bi [all...] |
| /sfw/usr/src/cmd/a2ps/a2ps-4.13/afm/ |
| make_fonts_map.sh | 22 # This shell script is ment to ease the writing of the fonts.map 29 /bin/rm -rf fonts.map.new fonts.map.tmp 77 echo "$col1$col2" >> fonts.map.new 83 sort -u -t' ' +0 -1 fonts.map.new > fonts.map.tmp 86 cat > fonts.map.new <<EOF 122 # of the system's fonts.map 130 cat fonts.map.tmp >> fonts.map.ne [all...] |
| /sfw/usr/src/pkgdefs/SUNWgsfst/ |
| prototype_com | 50 d none usr/share/ghostscript/fonts 755 root bin 51 f none usr/share/ghostscript/fonts/a010013l.afm 644 root bin 52 f none usr/share/ghostscript/fonts/a010013l.pfb 644 root bin 53 f none usr/share/ghostscript/fonts/a010013l.pfm 644 root bin 54 f none usr/share/ghostscript/fonts/a010015l.afm 644 root bin 55 f none usr/share/ghostscript/fonts/a010015l.pfb 644 root bin 56 f none usr/share/ghostscript/fonts/a010015l.pfm 644 root bin 57 f none usr/share/ghostscript/fonts/a010033l.afm 644 root bin 58 f none usr/share/ghostscript/fonts/a010033l.pfb 644 root bin 59 f none usr/share/ghostscript/fonts/a010033l.pfm 644 root bi [all...] |
| /sfw/usr/src/cmd/cups/cups-1.4.1/fonts/ |
| Makefile | 4 # Fonts makefile for the Common UNIX Printing System (CUPS). 22 FONTS = \ 76 $(INSTALL_DIR) -m 755 $(DATADIR)/fonts 78 for file in $(FONTS); do \ 79 $(INSTALL_DATA) $$file $(DATADIR)/fonts; \ 110 for file in $(FONTS); do \ 111 $(RM) $(DATADIR)/fonts/$$file; \ 113 $(RMDIR) $(DATADIR)/fonts
|
| /sfw/usr/src/lib/wxwidgets/wxGTK-2.8.10/src/unix/ |
| fontenum.cpp | 134 // create the list of all fonts with the given spacing and encoding 141 char **fonts, 179 // get the list of all fonts 184 char **fonts, 195 char *font = fonts[n]; 242 char **fonts; 247 fonts = CreateFontList(wxT('m'), encoding, &nFonts); 248 if ( fonts ) 250 cont = ProcessFamiliesFromFontList(this, fonts, nFonts); 252 XFreeFontNames(fonts); [all...] |
| /sfw/usr/src/lib/jxl/jexcelapi/src/jxl/biff/ |
| Fonts.java | 31 * A container for the list of fonts used in this workbook 33 public class Fonts 36 * The list of fonts 38 private ArrayList fonts; field in class:Fonts 41 * The default number of fonts 48 public Fonts() 50 fonts = new ArrayList(); 56 * of the fonts list. The FontRecord's initialized method is called, and 57 * it is added to the list of fonts. 65 int pos = fonts.size() [all...] |
| /sfw/usr/src/cmd/gnu-gs-fonts-other/ |
| install-sfw | 28 # Install gnu ghostscript's other fonts in the proto area. 31 PROD=gnu-gs-fonts-other 38 PROTOGSFONTSHAREDIR=${PROTOGSSHAREDIR}/fonts 53 cd ${PRODDIR}/fonts
|
| /sfw/usr/src/cmd/gnu-gs-fonts-std/ |
| install-sfw | 28 # Install gnu ghostscript's standard fonts in the proto area. 31 PROD=gnu-gs-fonts-std 38 PROTOGSFONTSHAREDIR=${PROTOGSSHAREDIR}/fonts 47 c059036l.pfm d050000l.afm d050000l.pfb d050000l.pfm fonts.dir 48 fonts.scale n019003l.afm n019003l.pfb n019003l.pfm n019004l.afm 65 cd ${PRODDIR}/fonts
|
| /sfw/usr/src/cmd/a2ps/a2ps-4.13/lib/ |
| ppd.c | 47 /* Handling the fonts */ 52 string_htable_add (ppd->fonts, fontname); 58 return (string_htable_get (ppd->fonts, fontname) != NULL); 68 res->fonts = string_htable_new (); 79 string_htable_free (ppd->fonts); 96 char ** fonts; local 106 /* Report the known fonts */ 107 fonts = string_htable_dump_sorted (ppd->fonts); 108 fputs (_("Known Fonts"), stream) [all...] |
| fonts.l | 30 * $Id: fonts.l,v 1.29 1998/03/02 08:56:53 demaille Exp $ 39 #include "fonts.h" 66 0. Handle the fonts.map files 83 /* fonts.map handling */ 118 /* The fonts has not been declared. Try its full name */ 132 * Read the fonts.map file 140 file = xpw_find_file (job->common.path, "fonts.map", NULL); 648 * Dump the setup of all the fonts not to be reencoded 654 struct font_info ** fonts; 657 fonts = (struct font_info ** [all...] |
| ppd.h | 46 struct string_htable * fonts; /* List of the know fonts */ member in struct:ppd
|
| /sfw/usr/src/lib/gd2/gd-2.0.34/ |
| gddemo.c | 40 /* gd fonts for font test */ 41 gdFontPtr fonts[5]; local 140 fonts[0] = gdFontGetTiny (); 141 fonts[1] = gdFontGetSmall (); 142 fonts[2] = gdFontGetMediumBold (); 143 fonts[3] = gdFontGetLarge (); 144 fonts[4] = gdFontGetGiant (); 148 gdImageString (im_out, fonts[i], 32, 32 + y, (unsigned char *) "hi", 150 y += fonts[i]->h; 155 gdImageStringUp (im_out, fonts[i], 64 + y, 64 [all...] |
| /sfw/usr/src/lib/jdtcore/plugins/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/ |
| ThemeDescriptor.java | 38 private Collection fonts = new HashSet(); field in class:ThemeDescriptor 72 if (fonts.contains(definition)) { 75 fonts.add(definition); 113 FontDefinition[] defs = (FontDefinition[]) fonts 114 .toArray(new FontDefinition[fonts.size()]);
|
| /sfw/usr/src/cmd/swig/swig-1.3.35/Examples/test-suite/ |
| typedef_struct.i | 19 int* fonts;
|
| /sfw/usr/src/cmd/wireshark/wireshark-1.2.3/packaging/macosx/Resources/etc/fonts/ |
| fonts.conf | 2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> 3 <!-- $Id: fonts.conf 24640 2008-03-15 18:31:52Z gerald $ --> 4 <!-- /etc/fonts/fonts.conf file to configure system font access --> 19 replace any existing fonts.conf file with the new version. Place 27 <dir>/Library/Fonts</dir> 28 <dir>/Network/Library/Fonts</dir> 29 <dir>/System/Library/Fonts</dir> 30 <dir>/usr/X11R6/lib/X11/fonts</dir> 31 <dir>/usr/share/fonts</dir [all...] |
| /sfw/usr/src/lib/jdtcore/plugins/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/preferences/ |
| ThemeAdapter.java | 92 FontRegistry fonts = targetTheme.getFontRegistry(); local 94 if (fonts.hasValueFor(propertyId)) { 95 return fonts.get(propertyId);
|
| /sfw/usr/src/cmd/perl510/perl-5.10.0/t/op/ |
| my.t | 94 my %fonts = qw(nok 31); 95 for my $full (keys %fonts) { 98 print "$full $fonts{nok}\n";
|
| /sfw/usr/src/lib/jdtcore/plugins/org.eclipse.jface/src/org/eclipse/jface/resource/ |
| FontRegistry.java | 34 * and SWT fonts. 38 * that creates the fonts is disposed. Because of this, clients do 48 * apprised of changes to list of registed fonts. 84 * Dispose any of the fonts created for this record. 153 * Add any fonts that were allocated for this record to the 154 * stale fonts. Anything that matches the default font will 159 //Return all of the fonts allocated by the receiver. 174 * Table of known fonts, keyed by symbolic font name 188 * Collection of Fonts that are now stale to be disposed 233 * <code>"com.example.myapp.Fonts"</code> yields the base name [all...] |