82 lines
2.0 KiB
HTML
82 lines
2.0 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of bdftruncate</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>bdftruncate</H1>
|
|
Section: User Commands (1)<BR>Updated: font-util 1.3.1<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
bdftruncate - generate truncated BDF font from ISO 10646-1-encoded BDF font
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<B>bdftruncate</B>
|
|
|
|
<I>threshold</I>
|
|
|
|
<B><</B>
|
|
|
|
<I>source.bdf</I>
|
|
|
|
<B>></B>
|
|
|
|
<I>destination.bdf</I>
|
|
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<B>bdftruncate</B>
|
|
|
|
allows one to generate from an ISO10646-1 encoded BDF font other ISO10646-1
|
|
BDF fonts in which all characters above a threshold code value are stored
|
|
unencoded. This is often desirable because the Xlib API and X11 protocol
|
|
data structures used for representing font metric information are extremely
|
|
inefficient when handling sparsely populated fonts.
|
|
<A NAME="lbAE"> </A>
|
|
<H2>EXAMPLE</H2>
|
|
|
|
The command
|
|
<DL COMPACT><DT id="1"><DD>
|
|
bdftruncate 0x3200 < 6x13.bdf > 6x13t.bdf
|
|
</DL>
|
|
|
|
will generate the file 6x13t.bdf in which all glyphs with codes
|
|
>= 0x3200 will only be stored unencoded (i.e., they are encoded at
|
|
codepoint -1).
|
|
<A NAME="lbAF"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+ucs2any">ucs2any</A></B>(1)
|
|
|
|
<A NAME="lbAG"> </A>
|
|
<H2>AUTHOR</H2>
|
|
|
|
<B>bdftruncate</B>
|
|
|
|
was written by Markus Kuhn.
|
|
<P>
|
|
|
|
Branden Robinson wrote this manual page, originally for the Debian Project.
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="2"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="3"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="4"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="5"><A HREF="#lbAE">EXAMPLE</A><DD>
|
|
<DT id="6"><A HREF="#lbAF">SEE ALSO</A><DD>
|
|
<DT id="7"><A HREF="#lbAG">AUTHOR</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:07 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|