HomeSort by: relevance | last modified time | path
    Searched refs:font (Results 1 - 25 of 265) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/mit/xorg/share/fonts/misc/
Makefile 3 SUBDIR= font-cursor-misc font-daewoo-misc font-dec-misc font-isas-misc \
4 font-jis-misc font-misc-misc font-mutt-misc font-sony-misc \
5 font-spleen-misc font-arabic-misc font-micro-misc
    [all...]
  /src/external/mit/xorg/share/fonts/cyrillic/
Makefile 3 SUBDIR= font-cronyx-cyrillic font-misc-cyrillic font-screen-cyrillic \
4 font-winitzki-cyrillic
  /src/external/mit/xorg/share/fonts/100dpi/
Makefile 3 SUBDIR= font-adobe-100dpi font-adobe-symbol-100dpi font-adobe-utopia-100dpi \
4 font-bh-100dpi font-bh-lucidatypewriter-100dpi font-bitstream-100dpi
  /src/external/mit/xorg/share/fonts/75dpi/
Makefile 3 SUBDIR= font-adobe-75dpi font-adobe-symbol-75dpi font-adobe-utopia-75dpi \
4 font-bh-75dpi font-bh-lucidatypewriter-75dpi font-bitstream-75dpi
  /src/external/gpl2/groff/dist/src/libs/libgroff/
fontfile.cpp 29 #include "font.h"
38 int font::res = 0;
39 int font::hor = 1;
40 int font::vert = 1;
41 int font::unitwidth = 0;
42 int font::paperwidth = 0;
43 int font::paperlength = 0;
44 const char *font::papersize = 0;
45 int font::biggestfont = 0;
46 int font::spare2 = 0
    [all...]
  /src/external/mit/xorg/share/fonts/Type1/
Makefile 3 SUBDIR= font-adobe-utopia-type1 font-bh-type1 \
4 font-bitstream-type1 font-ibm-type1 font-xfree86-type1
  /src/distrib/syspkg/sets/base/base-groff-font/
Makefile 3 PKGBASE=base-groff-font
  /src/distrib/syspkg/sets/text/text-groff-font/
Makefile 3 PKGBASE=text-groff-font
  /src/external/gpl2/groff/font/devX100/
Makefile 3 # $FreeBSD: src/gnu/usr.bin/groff/font/devX100/Makefile,v 1.1 2001/04/17 12:36:44 ru Exp $
9 DIST_SUBDIR= font/devX100
  /src/external/gpl2/groff/font/devX100-12/
Makefile 3 # $FreeBSD: src/gnu/usr.bin/groff/font/devX100-12/Makefile,v 1.1 2001/04/17 12:36:45 ru Exp $
9 DIST_SUBDIR= font/devX100-12
  /src/external/gpl2/groff/font/devX75/
Makefile 3 # $FreeBSD: src/gnu/usr.bin/groff/font/devX75/Makefile,v 1.1 2001/04/17 12:36:45 ru Exp $
9 DIST_SUBDIR= font/devX75
  /src/external/gpl2/groff/font/devX75-12/
Makefile 3 # $FreeBSD: src/gnu/usr.bin/groff/font/devX75-12/Makefile,v 1.1 2001/04/17 12:36:46 ru Exp $
9 DIST_SUBDIR= font/devX75-12
  /src/external/gpl2/groff/font/devascii/
Makefile 3 # $FreeBSD: src/gnu/usr.bin/groff/font/devascii/Makefile,v 1.1 2001/04/17 12:36:46 ru Exp $
7 DIST_SUBDIR= font/devascii
  /src/external/gpl2/groff/font/devcp1047/
Makefile 3 # $FreeBSD: src/gnu/usr.bin/groff/font/devcp1047/Makefile,v 1.1 2001/04/17 12:36:46 ru Exp $
7 DIST_SUBDIR= font/devcp1047
  /src/external/gpl2/groff/font/devlatin1/
Makefile 3 # $FreeBSD: src/gnu/usr.bin/groff/font/devlatin1/Makefile,v 1.1 2001/04/17 12:36:47 ru Exp $
7 DIST_SUBDIR= font/devlatin1
  /src/external/gpl2/groff/font/devutf8/
Makefile 3 # $FreeBSD: src/gnu/usr.bin/groff/font/devutf8/Makefile,v 1.1 2001/04/17 12:36:49 ru Exp $
7 DIST_SUBDIR= font/devutf8
  /src/external/gpl2/gettext/dist/gettext-runtime/intl-java/javadoc2/
stylesheet.css 13 /* Font used in left-hand frame lists */
14 .FrameTitleFont { font-size: normal; font-family: normal }
15 .FrameHeadingFont { font-size: normal; font-family: normal }
16 .FrameItemFont { font-size: normal; font-family: normal }
18 /* Example of smaller, sans-serif font in frames */
19 /* .FrameItemFont { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } *
    [all...]
  /src/external/gpl2/groff/font/devkoi8-r/
Makefile 3 # $FreeBSD: src/gnu/usr.bin/groff/font/devkoi8-r/Makefile,v 1.1 2001/04/17 12:36:47 ru Exp $
7 DIST_SUBDIR= font/devkoi8-r
  /src/external/mit/expat/dist/doc/
style.css 40 font-family: monospace;
45 font-size: var(--ok-fs-5);
  /src/external/mit/xorg/bin/bdftruncate/
Makefile 9 .PATH: ${X11SRCDIR.font-util} ${X11SRCDIR.font-util}/man
11 XORG_PKG_VER_PROG= font-util
  /src/external/mit/xorg/bin/ucs2any/
Makefile 11 .PATH: ${X11SRCDIR.font-util} ${X11SRCDIR.font-util}/man
13 XORG_PKG_VER_PROG= font-util
  /src/external/gpl2/groff/
Makefile 5 SUBDIR= lib .WAIT bin doc font man tmac devices
  /src/external/gpl2/groff/dist/src/include/
printer.h 54 class font;
57 font *p;
60 font_pointer_list(font *, font_pointer_list *);
75 int *widthp, font **f);
76 font *get_font_from_index(int fontno);
84 virtual font *make_font(const char *nm);
93 font **font_table;
104 font *find_font(const char *);
105 virtual void set_char(int index, font *f, const environment *env,
  /src/external/mit/xorg/share/fonts/TTF/
Makefile 3 SUBDIR= font-bh-ttf ttf-bitstream-vera
  /src/crypto/external/bsd/libsaslc/dist/
style.css 6 font-family: verdana, sans-serif
17 font-size: 10pt;
25 font-size: 16pt;
26 font-weight: bold;

Completed in 55 milliseconds

1 2 3 4 5 6 7 8 91011