diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:44:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:44:05 +0000 |
commit | d318611dd6f23fcfedd50e9b9e24620b102ba96a (patch) | |
tree | 8b9eef82ca40fdd5a8deeabf07572074c236095d /doc/groff.html.node/Text-settings-in-ms.html | |
parent | Initial commit. (diff) | |
download | groff-upstream.tar.xz groff-upstream.zip |
Adding upstream version 1.23.0.upstream/1.23.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/groff.html.node/Text-settings-in-ms.html')
-rw-r--r-- | doc/groff.html.node/Text-settings-in-ms.html | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/doc/groff.html.node/Text-settings-in-ms.html b/doc/groff.html.node/Text-settings-in-ms.html new file mode 100644 index 0000000..f13be1e --- /dev/null +++ b/doc/groff.html.node/Text-settings-in-ms.html @@ -0,0 +1,76 @@ +<!DOCTYPE html> +<html> +<!-- Created by GNU Texinfo 7.0.3, https://www.gnu.org/software/texinfo/ --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<!-- This manual documents GNU troff version 1.23.0. + +Copyright © 1994-2023 Free Software Foundation, Inc. + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 or +any later version published by the Free Software Foundation; with no +Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A +copy of the license is included in the section entitled "GNU Free +Documentation License". --> +<title>Text settings in ms (The GNU Troff Manual)</title> + +<meta name="description" content="Text settings in ms (The GNU Troff Manual)"> +<meta name="keywords" content="Text settings in ms (The GNU Troff Manual)"> +<meta name="resource-type" content="document"> +<meta name="distribution" content="global"> +<meta name="Generator" content="makeinfo"> +<meta name="viewport" content="width=device-width,initial-scale=1"> + +<link href="index.html" rel="start" title="Top"> +<link href="Request-Index.html" rel="index" title="Request Index"> +<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> +<link href="ms-Body-Text.html" rel="up" title="ms Body Text"> +<link href="Typographical-symbols-in-ms.html" rel="next" title="Typographical symbols in ms"> +<link href="ms-Body-Text.html" rel="prev" title="ms Body Text"> +<style type="text/css"> +<!-- +span.r {font-family: initial; font-weight: normal; font-style: normal} +--> +</style> + + +</head> + +<body lang="en"> +<div class="subsubsection-level-extent" id="Text-settings-in-ms"> +<div class="nav-panel"> +<p> +Next: <a href="Typographical-symbols-in-ms.html" accesskey="n" rel="next">Typographical symbols</a>, Previous: <a href="ms-Body-Text.html" accesskey="p" rel="prev">Body Text</a>, Up: <a href="ms-Body-Text.html" accesskey="u" rel="up">Body Text</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Request-Index.html" title="Index" rel="index">Index</a>]</p> +</div> +<hr> +<h4 class="subsubsection" id="Text-settings-1">4.6.5.1 Text settings</h4> +<a class="index-entry-id" id="index-ms-macros_002c-text-settings"></a> + +<p>The <code class="code">FAM</code> string, a GNU extension, sets the font family for body +text; the default is ‘<samp class="samp">T</samp>’. The <code class="code">PS</code> and <code class="code">VS</code> registers +set the type size and vertical spacing (distance between text +baselines), respectively. The font family and type size are ignored on +terminal devices. Setting these parameters before the first call of a +heading, paragraphing, or (non-date) document description macro also +applies them to headers, footers, and (for <code class="code">FAM</code>) footnotes. +</p> +<p>Which font families are available depends on the output device; as a +convention, <code class="code">T</code> selects a serif family (“Times”), <code class="code">H</code> a +sans-serif family (“Helvetica”), and <code class="code">C</code> a monospaced family +(“Courier”). The man page for the output driver documents its font +repertoire. Consult the <cite class="cite">groff<span class="r">(1)</span></cite> man page for lists of +available output devices and their drivers. +</p> +<p>The hyphenation mode (as used by the <code class="code">hy</code> request) is set from the +<code class="code">HY</code> register. Setting <code class="code">HY</code> to ‘<samp class="samp">0</samp>’ is equivalent to +using the <code class="code">nh</code> request. This is a Tenth Edition Research Unix +extension. +</p> + +</div> + + + +</body> +</html> |