• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/gcc/doc/include/

Lines Matching refs:font

623 % latex.ltx, since we use a different font for the raised A; it's most
624 % convenient for us to use an explicitly smaller font, rather than using
625 % the \scriptstyle font (since we don't reset \scriptstyle and
816 % outputs text on separate line in roman font, starting at standard page margin
1101 % @dots{} outputs an ellipsis using the current font.
1103 % font as three actual period characters.
1460 % Change the current font style to #1, remembering it in \curfontstyle.
1461 % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in
1466 \csname ten#1\endcsname % change the current font
1479 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1485 % We don't need math for this font style.
1509 % Set the font macro #1 to the font named #2, adding on the
1510 % specified font prefix (normally `cm').
1511 % #3 is the font's design size, #4 is a scale factor
1512 \def\setfont#1#2#3#4{\font#1=\fontprefix#2#3 scaled #4}
1514 % Use cm as the default font prefix.
1515 % To specify the font prefix, you must define \fontprefix
1520 % Support font families that don't use the same naming scheme as CM.
1548 \font\texti=cmmi10 scaled \mainmagstep
1549 \font\textsy=cmsy10 scaled \mainmagstep
1567 \font\smalli=cmmi9
1568 \font\smallsy=cmsy9
1580 \font\smalleri=cmmi8
1581 \font\smallersy=cmsy8
1593 \font\titlei=cmmi12 scaled \magstep3
1594 \font\titlesy=cmsy10 scaled \magstep4
1608 \font\chapi=cmmi12 scaled \magstep2
1609 \font\chapsy=cmsy10 scaled \magstep3
1621 \font\seci=cmmi12 scaled \magstep1
1622 \font\secsy=cmsy10 scaled \magstep2
1634 \font\sseci=cmmi12 scaled \magstephalf
1635 \font\ssecsy=cmsy10 scaled 1315
1647 \font\reducedi=cmmi10
1648 \font\reducedsy=cmsy10
1650 % In order for the font changes to affect most math symbols and letters,
1662 % The font-changing commands redefine the meanings of \tenSTYLE, instead
1665 % \tenSTYLE to set the current font.
1667 % Each font-changing command also sets the names \lsize (one size lower)
1766 % Count depth in font-changes, for error checks
1775 %% Add scribe-like font environments, plus @l for inline lisp (usually sans
1810 \def\nohyphenation{\hyphenchar\font = -1 \aftergroup\restorehyphenation}
1811 \def\restorehyphenation{\hyphenchar\font = `- }
1837 \font\keysy=cmsy9
1856 % Change normal interword space to be same as for the current font.
1857 \spaceskip = \fontdimen2\font
1941 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1943 % or `code' (@kbd uses normal tty font always).
2024 % Check if we are currently using a typewriter font. Since all the
2027 % this property, we can check that font parameter.
2029 \def\ifmonospace{\ifdim\fontdimen3\font=0pt }
2038 % @l was never documented to mean ``switch to the Lisp font'',
2043 % Explicit font changes: @r, @sc, undocumented @ii.
2044 \def\r#1{{\rm #1}} % roman font
2045 \def\sc#1{{\smallcaps#1}} % smallcaps font
2046 \def\ii#1{{\it #1}} % italic font
2062 % No font change, but don't do end-of-sentence spacing.
2073 % @pounds{} is a sterling sign, which Knuth put in the CM italic font.
2077 % @euro{} comes from a separate font, depending on the current style.
2085 % font height.
2102 % We set the font at each command, rather than predefining it in
2103 % \textfonts and the other font-switching commands, so that
2105 % font installed.
2117 \font\thiseurofont = \ifusingit{feybo10}{feybr10} at \eurosize
2120 \font\thiseurofont = \ifusingit{feymo10}{feymr10} at \eurosize
2125 % @registeredsymbol - R in a circle. The font for the R should really
3381 % Texinfo font commands.
3433 % Likewise with the other plain tex font commands.
3531 % Process the index entry with all font commands turned off, to
3539 % the original text, including any font commands. We write
3703 % Some minor font changes for the special characters.
4942 \font\circle=lcircle10
5058 % @lisp: indented, narrowed, typewriter font; @example: same as @lisp.
5070 % @display/@smalldisplay: same as @lisp except keep current font.
5165 % Disable Spanish ligatures ?` and !` of \tt font
5179 \tt % easiest (and conventionally used) font for verbatim
5212 % Easiest (and conventionally used) font for verbatim
5286 % typesetting commands (@smallbook, font changes, etc.) have to be done
5542 \df \sl \hyphenchar\font=0
5548 \sl\hyphenchar\font=45
5584 % otherwise use the default font.
7087 \def\normaldollar{$}%$ font-lock fix
7096 % typewriter fonts to have this, we can check that font parameter.
7098 \def\ifusingtt#1#2{\ifdim \fontdimen3\font=0pt #1\else #2\fi}
7100 % Same as above, but check for italic font. Actually this also catches
7104 \def\ifusingit#1#2{\ifdim \fontdimen1\font>0pt #1\else #2\fi}
7108 % Most of these we simply print from the \tt font, but for some, we can
7137 \def${\ifusingit{{\sl\$}}\normaldollar}%$ font-lock fix
7147 % \backslashcurfont outputs one backslash character in current font,
7164 % \normalbackslash outputs one backslash in fixed width font.
7181 @let$=@normaldollar %$ font-lock fix