HomeSort by: relevance | last modified time | path
    Searched refs:Font (Results 1 - 23 of 23) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/ag-tpl/0-old/
mdoc2man 51 Mdoc::def_macro( '.Cm', sub { mapwords {"\\f\\*[B-Font]$_\\f[]"} @_ } );
52 Mdoc::def_macro( '.Ic', sub { mapwords {"\\f\\*[B-Font]$_\\f[]"} @_ } );
53 Mdoc::def_macro( '.Fl', sub { mapwords {"\\f\\*[B-Font]\\-$_\\f[]"} @_ } );
54 Mdoc::def_macro( '.Ar', sub { mapwords {"\\f\\*[I-Font]$_\\f[]"} @_ } );
59 Mdoc::def_macro( '.Fn', sub { "\\f\\*[B-Font]".(shift)."\\fR()\\f[]" } );
70 "\\f\\*[B-Font]$name\\fP", @_
174 .ds B-Font [CB]
175 .ds I-Font [CI]
176 .ds R-Font [CR]
178 .ds B-Font
    [all...]
  /src/external/mit/xorg/lib/fontconfig/etc/
fonts.conf 3 <!-- /etc/fonts/fonts.conf file to configure system font access -->
25 <!-- Font directory list -->
85 <!-- Font cache directory list -->
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceFileWriter.cpp 523 RETURN_IF_ERROR(checkNumberFits<uint16_t>(Stmt->Size, "Font size"));
524 RETURN_IF_ERROR(checkNumberFits<uint16_t>(Stmt->Weight, "Font weight"));
525 RETURN_IF_ERROR(checkNumberFits<uint8_t>(Stmt->Charset, "Font charset"));
526 ObjectInfo::FontInfo Font{Stmt->Size, Stmt->Name, Stmt->Weight, Stmt->Italic,
528 ObjectData.Font.emplace(Font);
1063 if (ObjectData.Font)
1141 // If there *is* a window font declared, output its data.
1142 auto &Font = ObjectData.Font;
    [all...]
ResourceFileWriter.h 92 Optional<FontInfo> Font;
  /src/external/mit/xorg/server/xorg-server.old/hw/xnest/
Makefile 16 SRCS= Args.c Color.c Cursor.c Display.c Events.c Font.c \
  /src/external/mit/xorg/server/xorg-server/hw/xnest/
Makefile 16 SRCS= Args.c Color.c Cursor.c Display.c Events.c Font.c \
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-glade-1 601 <title>Pick a Font</title>
613 <label>Font Picker</label>
827 <font>-b&amp;h-lucidatypewriter-bold-r-normal-*-*-140-*-*-m-*-iso8859-1</font>
1437 msgid "Pick a Font"
1445 msgid "Font Picker"
  /src/external/bsd/nvi/dist/motif_l/
xtabbed.c 103 static int XRotDrawString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, int y, char *str);
104 static int XRotDrawImageString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, int y, char *str);
105 static int XRotDrawAlignedString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, int y, char *text, int align);
106 static int XRotDrawAlignedImageString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, int y, char *text, int align);
107 static XPoint *XRotTextExtents(Display *dpy, XFontStruct *font, float angle, int x, int y, char *text, int align);
300 #define XtNfont "font"
303 #define XtCFont "Font"
392 XFontStruct * font;
624 ((XmTabsWidget)self)->xmTabs.tabwidths[i] = min(maxwd, XTextWidth(((XmTabsWidget)self)->xmTabs.font,((XmTabsWidget)self)->xmTabs.labels[i],len) + h);
829 y = midy - (((XmTabsWidget)self)->xmTabs.font->ascent + ((XmTabsWidget)self)->xmTabs.font->descent)/2 + ((XmTabsWidget)self)->xmTabs.font->ascen (…)
387 XFontStruct * font; member in struct:__anon7613
    [all...]
  /src/external/gpl2/xcvs/dist/src/
sanity.sh 1818 _titleFont = Font.defaultFont ();
2068 _titleFont = Font.defaultFont ();
2261 // _titleFont = Font.defaultFont ();
2433 // _titleFont = Font.defaultFont ();
22368 # ' Match the single quote in above here doc -- for font-lock mode.
22663 # ' Match the 3rd single quote in the here doc -- for font-lock mode.
    [all...]
  /src/external/gpl2/diffutils/dist/config/
texinfo.tex 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
1110 % Font-change commands.
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's design size, #4 is a scale facto
    [all...]
  /src/external/gpl2/gettext/dist/build-aux/
texinfo.tex 604 % @dots{} output an ellipsis using the current font.
606 % font as three actual period characters.
631 % outputs text on separate line in roman font, starting at standard page margin
870 %%%%%\font\nullfont=dummy\let\obstexwarn=\relax
881 % page 401 of the TeXbook: make the current font be a dummy font.
900 % Set the current font to be \nullfont, a TeX primitive, and define
901 % all the font commands to also use \nullfont. We don't use
1144 % Font-change commands.
1146 % Texinfo supports the sans serif font style, which plain TeX does not
    [all...]
  /src/external/gpl2/grep/dist/doc/
texinfo.tex 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
1064 % Font-change commands.
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#1=\fontprefix#2#3 scaled #4
    [all...]
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 753 % outputs text on separate line in roman font, starting at standard page margin
1445 % Change the current font style to #1, remembering it in \curfontstyle.
1446 % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in
1451 \csname ten#1\endcsname % change the current font
1468 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1474 % We don't need math for this font style.
1762 % Set the font macro #1 to the font named \fontprefix#2.
1763 % #3 is the font's design size, #4 is a scale factor, #5 is the CMap
1773 \font#1=\fontprefix#2#3 scaled #
    [all...]
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 753 % outputs text on separate line in roman font, starting at standard page margin
1445 % Change the current font style to #1, remembering it in \curfontstyle.
1446 % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in
1451 \csname ten#1\endcsname % change the current font
1468 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1474 % We don't need math for this font style.
1762 % Set the font macro #1 to the font named \fontprefix#2.
1763 % #3 is the font's design size, #4 is a scale factor, #5 is the CMap
1773 \font#1=\fontprefix#2#3 scaled #
    [all...]
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 752 % outputs text on separate line in roman font, starting at standard page margin
1445 % Change the current font style to #1, remembering it in \curfontstyle.
1446 % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in
1451 \csname ten#1\endcsname % change the current font
1468 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1474 % We don't need math for this font style.
1764 % Set the font macro #1 to the font named #2, adding on the
1765 % specified font prefix (normally `cm').
1766 % #3 is the font's design size, #4 is a scale factor, #5 is the CMa
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/doc/include/
texinfo.tex 752 % outputs text on separate line in roman font, starting at standard page margin
1444 % Change the current font style to #1, remembering it in \curfontstyle.
1445 % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in
1450 \csname ten#1\endcsname % change the current font
1467 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1473 % We don't need math for this font style.
1761 % Set the font macro #1 to the font named \fontprefix#2.
1762 % #3 is the font's design size, #4 is a scale factor, #5 is the CMap
1772 \font#1=\fontprefix#2#3 scaled #
    [all...]
  /src/external/lgpl3/gmp/dist/doc/
texinfo.tex 753 % outputs text on separate line in roman font, starting at standard page margin
1445 % Change the current font style to #1, remembering it in \curfontstyle.
1446 % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in
1451 \csname ten#1\endcsname % change the current font
1468 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1474 % We don't need math for this font style.
1762 % Set the font macro #1 to the font named \fontprefix#2.
1763 % #3 is the font's design size, #4 is a scale factor, #5 is the CMap
1773 \font#1=\fontprefix#2#3 scaled #
    [all...]
  /src/external/lgpl3/mpc/dist/doc/
texinfo.tex 753 % outputs text on separate line in roman font, starting at standard page margin
1445 % Change the current font style to #1, remembering it in \curfontstyle.
1446 % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in
1451 \csname ten#1\endcsname % change the current font
1468 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1474 % We don't need math for this font style.
1762 % Set the font macro #1 to the font named \fontprefix#2.
1763 % #3 is the font's design size, #4 is a scale factor, #5 is the CMap
1773 \font#1=\fontprefix#2#3 scaled #
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex 767 % outputs text on separate line in roman font, starting at standard page margin
2170 % Set the font macro #1 to the font named \fontprefix#2.
2171 % #3 is the font's design size, #4 is a scale factor, #5 is the CMap
2181 \font#1=\fontprefix#2#3 scaled #4
2189 % Use cm as the default font prefix.
2190 % To specify the font prefix, you must define \fontprefix
2195 % Support font families that don't use the same naming scheme as CM.
2226 \font\texti=cmmi10 scaled \mainmagstep
2227 \font\textsy=cmsy10 scaled \mainmagste
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/doc/
texinfo.tex 767 % outputs text on separate line in roman font, starting at standard page margin
2170 % Set the font macro #1 to the font named \fontprefix#2.
2171 % #3 is the font's design size, #4 is a scale factor, #5 is the CMap
2181 \font#1=\fontprefix#2#3 scaled #4
2189 % Use cm as the default font prefix.
2190 % To specify the font prefix, you must define \fontprefix
2195 % Support font families that don't use the same naming scheme as CM.
2226 \font\texti=cmmi10 scaled \mainmagstep
2227 \font\textsy=cmsy10 scaled \mainmagste
    [all...]
  /src/external/gpl3/gcc/dist/gcc/doc/include/
texinfo.tex 722 % outputs text on separate line in roman font, starting at standard page margin
2148 % Set the font macro #1 to the font named \fontprefix#2.
2149 % #3 is the font's design size, #4 is a scale factor, #5 is the CMap
2159 \font#1=\fontprefix#2#3 scaled #4
2166 % Use cm as the default font prefix.
2167 % To specify the font prefix, you must define \fontprefix
2172 % Support font families that don't use the same naming scheme as CM.
2203 \font\texti=cmmi10 scaled \mainmagstep
2204 \font\textsy=cmsy10 scaled \mainmagste
    [all...]
  /src/external/lgpl3/mpc/dist/build-aux/
texinfo.tex 767 % outputs text on separate line in roman font, starting at standard page margin
2182 % Set the font macro #1 to the font named \fontprefix#2.
2183 % #3 is the font's design size, #4 is a scale factor, #5 is the CMap
2193 \font#1=\fontprefix#2#3 scaled #4
2201 % Use cm as the default font prefix.
2202 % To specify the font prefix, you must define \fontprefix
2207 % Support font families that don't use the same naming scheme as CM.
2238 \font\texti=cmmi10 scaled \mainmagstep
2239 \font\textsy=cmsy10 scaled \mainmagste
    [all...]
  /src/external/lgpl3/mpfr/dist/doc/
texinfo.tex 725 % outputs text on separate line in roman font, starting at standard page margin
2142 % Set the font macro #1 to the font named \fontprefix#2.
2143 % #3 is the font's design size, #4 is a scale factor, #5 is the CMap
2153 \font#1=\fontprefix#2#3 scaled #4
2161 % Use cm as the default font prefix.
2162 % To specify the font prefix, you must define \fontprefix
2167 % Support font families that don't use the same naming scheme as CM.
2198 \font\texti=cmmi10 scaled \mainmagstep
2199 \font\textsy=cmsy10 scaled \mainmagste
    [all...]

Completed in 85 milliseconds