aboutsummaryrefslogtreecommitdiff
path: root/es_ES.ISO8859-1/articles
diff options
context:
space:
mode:
authorSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2020-03-31 16:37:47 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2020-03-31 16:37:47 +0000
commitcecafd176328f6306892c3fb4d928247321801de (patch)
tree2babec318aa82640b23e7b8db507feef02dbf37d /es_ES.ISO8859-1/articles
parente4ca0b8497db84dbf8013a266c6b2f900685d10b (diff)
downloaddoc-cecafd176328f6306892c3fb4d928247321801de.tar.gz
doc-cecafd176328f6306892c3fb4d928247321801de.zip
Add spanish translation of font article
Submitted by: carlavilla@ Reviewed by: carvay@ Approved by: gabor@(mentor, implicit) Obtained from: https://translate-dev.freebsd.org
Notes
Notes: svn path=/head/; revision=54026
Diffstat (limited to 'es_ES.ISO8859-1/articles')
-rw-r--r--es_ES.ISO8859-1/articles/Makefile1
-rw-r--r--es_ES.ISO8859-1/articles/fonts/Makefile24
-rw-r--r--es_ES.ISO8859-1/articles/fonts/article.xml684
-rw-r--r--es_ES.ISO8859-1/articles/fonts/es_ES.po1701
4 files changed, 2410 insertions, 0 deletions
diff --git a/es_ES.ISO8859-1/articles/Makefile b/es_ES.ISO8859-1/articles/Makefile
index c1e3f23a15..34ccc1a41a 100644
--- a/es_ES.ISO8859-1/articles/Makefile
+++ b/es_ES.ISO8859-1/articles/Makefile
@@ -9,6 +9,7 @@ SUBDIR+= contributing
SUBDIR+= cups
SUBDIR+= explaining-bsd
SUBDIR+= filtering-bridges
+SUBDIR+= fonts
SUBDIR+= fdp-es
SUBDIR+= freebsd-questions
SUBDIR+= ipsec-must
diff --git a/es_ES.ISO8859-1/articles/fonts/Makefile b/es_ES.ISO8859-1/articles/fonts/Makefile
new file mode 100644
index 0000000000..0c4ca63592
--- /dev/null
+++ b/es_ES.ISO8859-1/articles/fonts/Makefile
@@ -0,0 +1,24 @@
+#
+# The FreeBSD Documentation Project
+# The FreeBSD Spanish Documentation Project
+#
+# $FreeBSD$
+#
+# Article: Fonts
+
+MAINTAINER=carlavilla@FreeBSD.org
+
+DOC?= article
+
+FORMATS?= html html-split
+WITH_ARTICLE_TOC?= YES
+
+INSTALL_COMPRESSED?= gz
+INSTALL_ONLY_COMPRESSED?=
+
+SRCS= article.xml
+
+URL_RELPREFIX?= ../../../..
+DOC_PREFIX?= ${.CURDIR}/../../..
+
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"
diff --git a/es_ES.ISO8859-1/articles/fonts/article.xml b/es_ES.ISO8859-1/articles/fonts/article.xml
new file mode 100644
index 0000000000..9415e3007a
--- /dev/null
+++ b/es_ES.ISO8859-1/articles/fonts/article.xml
@@ -0,0 +1,684 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN" "http://www.FreeBSD.org/XML/share/xml/freebsd50.dtd">
+<!-- $FreeBSD$ -->
+<!-- The FreeBSD Documentation Project -->
+<!-- Recently, I wanted to figure out how to use some additional fonts that
+ I had accumulated. I finally figured out *how to do it* from the various
+ manual pages and documentation. Since it might be of use to other users,
+ and I didn't see any reference to this topic in the FAQ or handbook, I
+ thought I'd try my hand at a simple cookbook tutorial addressing the
+ use of fonts. I have included my unanswered questions at the end of
+ the document.
+
+ Anyway, here's what I put together. This is my present understanding of
+ fonts and how to use them with FreeBSD. I am sure that there are errors or
+ misunderstandings, but it contains enough valid information to allow the
+ use of additional fonts with Ghostscript, X11 and Groff. This is my first
+ attempt to write anything along the lines of a tutorial/FAQ, so I am sure
+ it is pretty raw. There are probably better ways to do some of this stuff,
+ and I would welcome being corrected.
+ -->
+<!-- The section "Setting a virtual console to 80x60 line mode" was
+ updated to reflect changes in FreeBSD system configuration
+ files by Mark Ovens <mark@ukug.uk.FreeBSD.org> 27/5/00
+ -->
+<article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:its="http://www.w3.org/2005/11/its" version="5.0" xml:lang="es_ES">
+ <info>
+ <title>Tipos de letra y FreeBSD</title>
+
+ <subtitle>Un tutorial</subtitle>
+
+ <authorgroup>
+ <author><personname> <firstname>Dave</firstname> <surname>Bodenstab</surname> </personname> <affiliation> <address>
+ <email>imdave@synet.net</email>
+ </address> </affiliation></author>
+ </authorgroup>
+
+ <pubdate>Wed Aug 7, 1996</pubdate>
+
+ <releaseinfo>$FreeBSD$</releaseinfo>
+
+ <legalnotice xml:id="trademarks" role="trademarks">
+ <para>FreeBSD is a registered trademark of the FreeBSD Foundation.</para>
+ <para>Adobe, Acrobat, Acrobat Reader, Flash and PostScript are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries.</para>
+ <para>Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime, and TrueType are trademarks of Apple Inc., registered in the U.S. and other countries.</para>
+ <para>Linux is a registered trademark of Linus Torvalds.</para>
+ <para>Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries.</para>
+ <para>Motif, OSF/1, and UNIX are registered trademarks and IT DialTone and The Open Group are trademarks of The Open Group in the United States and other countries.</para>
+ <para>Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the <quote>™</quote> or the <quote>®</quote> symbol.</para>
+ </legalnotice>
+
+ <abstract>
+ <para>Este documento contiene una descripción de los diversos archivos de tipos de letra que pueden utilizarse con FreeBSD y el controlador syscons, <application>X11</application>, <application>Ghostscript</application> y <application>Groff</application>. También incluye manuales paso a paso para cambiar la pantalla de syscons al modo 80x60 y para usar tipos de letra de Tipo 1 con los programas anteriores.</para>
+ </abstract>
+ </info>
+
+ <sect1 xml:id="intro">
+ <title>Introducción</title>
+
+ <para>Hay muchos orígenes (sources) de tipos disponibles y a veces no es fácil discernir cómo usarlos en FreeBSD. La respuesta puede estar en la documentación del componente que desea utilizar, aunque puede llevar su tiempo dar con ella; este tutorial intenta proporcionar una solución a quienes puedan estar en esas circunstancias.</para>
+ </sect1>
+
+ <sect1 xml:id="terminology">
+ <title>Terminología básica</title>
+
+ <para>Hay muchos formatos de tipos diferentes y sufijos de archivos de tipos asociados. En este artículo abordaremos unos cuantos:</para>
+
+ <variablelist>
+ <varlistentry>
+ <term><filename>.pfa</filename>, <filename>.pfb</filename></term>
+
+ <listitem>
+ <para>Tipos Tipo 1 <trademark class="registered">PostScript</trademark> . <filename>.pfa</filename> es el formato <emphasis>A</emphasis>scii y el <filename>.pfb</filename> es el formato <emphasis>B</emphasis>inario.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><filename>.afm</filename></term>
+
+ <listitem>
+ <para>Métricas del tipo asociadas al tipo Tipo 1.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><filename>.pfm</filename></term>
+
+ <listitem>
+ <para>Métricas de impresión del tipo asociadas al tipo Tipo 1.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><filename>.ttf</filename></term>
+
+ <listitem>
+ <para>Tipo <trademark class="registered">TrueType</trademark></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><filename>.fot</filename></term>
+
+ <listitem>
+ <para>Una referencia indirecta a un tipo TrueType (no es un tipo real)</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><filename>.fon</filename>, <filename>.fnt</filename></term>
+
+ <listitem>
+ <para>Tipos de pantalla de mapa de bits</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+
+ <para>El archivo <filename>.fot</filename> se usan en <trademark class="registered">Windows</trademark> como una especie de enlace simbólico al archivo de tipo <trademark class="registered">TrueType</trademark> (<filename>.ttf</filename>). Los archivos de tipo <filename>.fon</filename> también se usan en Windows. No conozco ninguna manera de usar este formato de tipo en FreeBSD.</para>
+ </sect1>
+
+ <sect1 xml:id="font-formats">
+ <title>¿Qué formatos de tipo puedo usar?</title>
+
+ <para>Qué tipo se puede usar depende de la aplicación. FreeBSD por sí mismo no utiliza tipos. Las aplicaciones y/o los controladores pueden utilizar archivos de tipo. A continuación se muestra una pequeña referencia cruzada de la aplicación/controlador para los sufijos de tipo:</para>
+
+ <variablelist>
+ <varlistentry>
+ <term>Controlador</term>
+
+ <listitem>
+ <variablelist>
+ <varlistentry>
+ <term>vt</term>
+ <listitem>
+ <para><filename>.hex</filename></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>syscons</term>
+
+ <listitem>
+ <para><filename>.fnt</filename></para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>Aplicación</term>
+
+ <listitem>
+ <variablelist>
+ <varlistentry>
+ <term><application>Ghostscript</application></term>
+
+ <listitem>
+ <para><filename>.pfa</filename>, <filename>.pfb</filename>, <filename>.ttf</filename></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><application>X11</application></term>
+
+ <listitem>
+ <para><filename>.pfa</filename>, <filename>.pfb</filename></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><application>Groff</application></term>
+
+ <listitem>
+ <para><filename>.pfa</filename>, <filename>.afm</filename></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><application>Povray</application></term>
+
+ <listitem>
+ <para><filename>.ttf</filename></para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+
+ <para>La extensión <filename>.fnt</filename> es bastante común. Sospecho que la mayoría de las veces en las que alguien quería crear un archivo de tipo especializado para su aplicación elegían esta extensión. Por lo tanto es probable que no todos los archivos que incluyen esta extensión tengan el mismo formato; en concreto los archivos <filename>.fnt</filename> que usa syscons en FreeBSD pueden no tener el mismo formato que un archivo <filename>.fnt</filename> en <trademark class="registered">MS-DOS</trademark>/<trademark class="registered">Windows</trademark>. No he intentado utilizar otros archivos <filename>.fnt</filename> que no sean los suministrados con FreeBSD.</para>
+ </sect1>
+
+ <sect1 xml:id="virtual-console">
+ <title>Configuración de una consola virtual en modo de línea 80x60</title>
+
+ <para>En primer lugar se debe cargar un tipo 8x8. El archivo <filename>/etc/rc.conf</filename> debe tener la línea (cambie el nombre del tipo por el que sea más apropiado en su región):</para>
+
+ <informalexample>
+ <programlisting>font8x8="iso-8x8" # tipo 8x8 de /usr/share/syscons/fonts/* (o NO para cargar el tipo por defecto).</programlisting>
+ </informalexample>
+
+ <para>El comando para cambiar el modo es <citerefentry><refentrytitle>vidcontrol</refentrytitle><manvolnum>1</manvolnum></citerefentry>:</para>
+
+ <informalexample>
+ <screen><prompt>%</prompt> <userinput>vidcontrol VGA_80x60</userinput></screen>
+ </informalexample>
+
+ <para>Varios programas screen-oriented como <citerefentry><refentrytitle>vi</refentrytitle><manvolnum>1</manvolnum></citerefentry> pueden determinar el tamaño de la pantalla mediante una llamada de <command>ioctl</command> al controlador de la consola (por ejemplo <citerefentry><refentrytitle>syscons</refentrytitle><manvolnum>4</manvolnum></citerefentry>) que determinará correctamente las nuevas dimensiones de la pantalla.</para>
+
+ <para>Para hacerlo más sencillo puede añadir estos comandos a los scripts de inicio del sistema para que se ejecuten en el inicio. Agregue esta línea en el archivo <filename>/etc/rc.conf</filename>.</para>
+
+ <informalexample>
+ <programlisting>allscreens_flags="VGA_80x60" # Establecer el modo vidcontrol para todas las pantallas virtuales</programlisting>
+ </informalexample>
+
+ <para>Referencias: <citerefentry><refentrytitle>rc.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>, <citerefentry><refentrytitle>vidcontrol</refentrytitle><manvolnum>1</manvolnum></citerefentry>.</para>
+ </sect1>
+
+ <sect1 xml:id="type1-fonts-x11">
+ <title>Uso de tipos Type 1 con <application>X11</application></title>
+
+ <para><application>X11</application> puede utilizar tanto el formato <filename>.pfa</filename> como el formato <filename>.pfb</filename>. Los tipos para <application>X11</application> se encuentran en varios subdirectorios bajo <filename>/usr/X11R6/lib/X11/fonts</filename>. Cada tipo es una referencia cruzada entre su nombre <application>X11</application> y el contenido del archivo <filename>fonts.dir</filename> en cada directorio.</para>
+
+ <para>Ya existe un directorio llamado <filename>Type1</filename>. La forma más sencilla de añadir un nuevo tipo es ponerla en ese directorio. Una forma aun mejor sería colocar todos los tipos que quiera añadir en un directorio separado y utilizar un enlace simbólico a los tipos adicionales. Esto permite identificar los tipos sin mezclarlos con los originales. Por ejemplo:</para>
+
+ <informalexample>
+ <screen><lineannotation>Crear un directorio para alojar los archivos de tipos.</lineannotation>
+<prompt>%</prompt> <userinput>mkdir -p /usr/local/share/fonts/type1</userinput>
+<prompt>%</prompt> <userinput>cd /usr/local/share/fonts/type1</userinput>
+
+<lineannotation>Coloque los archivos .pfa, .pfb y .afm aquí</lineannotation>
+<lineannotation>Puede incluir también los archivos README, así como la documentación</lineannotation>
+<lineannotation>de los tipos</lineannotation>
+<prompt>%</prompt> <userinput>cp /cdrom/fonts/atm/showboat/showboat.pfb .</userinput>
+<prompt>%</prompt> <userinput>cp /cdrom/fonts/atm/showboat/showboat.afm .</userinput>
+
+<lineannotation>Así se mantiene el índice para la referencia cruzada de los tipos</lineannotation>
+<prompt>%</prompt> <userinput>echo showboat - InfoMagic CICA, Dec 1994, /fonts/atm/showboat &gt;&gt;INDEX</userinput></screen>
+ </informalexample>
+
+ <para>Para poder usar el nuevo tipo en <application>X11</application> debe hacer que el archivo de tipo esté disponible y actualizar el nombre del tipo. Los nombres de los tipos de <application>X11</application> tienen este aspecto:</para>
+
+ <informalexample>
+ <programlisting>-bitstream-charter-medium-r-normal-xxx-0-0-0-0-p-0-iso8859-1
+ | | | | | | | | | | | | \ \
+ | | | | | \ \ \ \ \ \ \ +----+- juego de caracteres
+ | | | | \ \ \ \ \ \ \ +- ancho promedio
+ | | | | \ \ \ \ \ \ +- espaciado
+ | | | \ \ \ \ \ \ +- resolución vertical.
+ | | | \ \ \ \ \ +- resolución horizontal.
+ | | | \ \ \ \ +- puntos
+ | | | \ \ \ +- píxeles
+ | | | \ \ \
+ tipo familia densidad inclinación anchura estilo adicional</programlisting>
+ </informalexample>
+
+ <para>Cada nuevo tipo necesita tener un nombre específico. Si en la documentación que acompaña al tipo encuentra la información requerida puede usarla como base para crear el nombre. Si no hay información puede hacerse una idea utilizando el comando <citerefentry><refentrytitle>strings</refentrytitle><manvolnum>1</manvolnum></citerefentry> en el tipo. Por ejemplo:</para>
+
+ <informalexample>
+ <screen><prompt>%</prompt> <userinput>strings showboat.pfb | more</userinput>
+%!FontType1-1.0: Showboat 001.001
+%%CreationDate: 1/15/91 5:16:03 PM
+%%VMusage: 1024 45747
+% Generated by Fontographer 3.1
+% Showboat
+ 1991 by David Rakowski. Alle Rechte Vorbehalten.
+FontDirectory/Showboat known{/Showboat findfont dup/UniqueID known{dup
+/UniqueID get 4962377 eq exch/FontType get 1 eq and}{pop false}ifelse
+{save true}{false}ifelse}{false}ifelse
+12 dict begin
+/FontInfo 9 dict dup begin
+ /version (001.001) readonly def
+ /FullName (Showboat) readonly def
+ /FamilyName (Showboat) readonly def
+ /Weight (Medium) readonly def
+ /ItalicAngle 0 def
+ /isFixedPitch false def
+ /UnderlinePosition -106 def
+ /UnderlineThickness 16 def
+ /Notice (Showboat
+ 1991 by David Rakowski. Alle Rechte Vorbehalten.) readonly def
+end readonly def
+/FontName /Showboat def
+--stdin--</screen>
+ </informalexample>
+
+ <para>Basándonos esta información podríamos usar un nombre como este:</para>
+
+ <informalexample>
+ <screen>-type1-Showboat-medium-r-normal-decorative-0-0-0-0-p-0-iso8859-1</screen>
+ </informalexample>
+
+ <para>Los componentes de nuestro nombre son:</para>
+
+ <variablelist>
+ <varlistentry>
+ <term>Tipo</term>
+
+ <listitem>
+ <para>Vamos a nombrar todos los tipos nuevos como <literal>type1</literal>.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>Familia</term>
+
+ <listitem>
+ <para>El nombre del tipo.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>Densidad</term>
+
+ <listitem>
+ <para>Normal, negrita, media, seminegrita, etc. En la salida del comando <citerefentry><refentrytitle>strings</refentrytitle><manvolnum>1</manvolnum></citerefentry> que acabamos de mostrar vemos que este tipo tiene una densidad <emphasis>media</emphasis>.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>Inclinación</term>
+
+ <listitem>
+ <para><emphasis remap="bf">r</emphasis>oman, <emphasis remap="bf">c</emphasis>ursiva, <emphasis remap="bf">o</emphasis>blicua, etc. Dado que <emphasis>ItalicAngle</emphasis> es cero, se utilizará <emphasis>roman</emphasis>.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>Anchura</term>
+
+ <listitem>
+ <para>Normal, ancha, condensada, extendida, etc. Hasta que pueda ser examinada, suponemos que será <emphasis>normal</emphasis>.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>Estilo adicional</term>
+
+ <listitem>
+ <para>Generalmente se omite, pero esto indicará que el tipo contiene mayúsculas decorativas.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>Espaciado</term>
+
+ <listitem>
+ <para>proporcional o monoespaciado. La opción <emphasis>Proportional</emphasis> se usa cuando <emphasis>isFixedPitch</emphasis> es false.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+
+ <para>Todos estos nombres son arbitrarios, pero uno debe tratar de ser compatible con las convenciones existentes. El nombre hace referencia al tipo con posibles comodines del programa <application>X11</application>, por lo que el nombre elegido debe tener algún sentido. Simplemente puede comenzar a usar <informalexample>
+ <screen>…-normal-r-normal-…-p-…</screen>
+ </informalexample> como nombre, y luego usar <citerefentry vendor="xfree86"><refentrytitle>xfontsel</refentrytitle><manvolnum>1</manvolnum></citerefentry> para examinarla y ajustar el nombre en función de la apariencia del tipo.</para>
+
+ <para>Para completar nuestro ejemplo:</para>
+
+ <informalexample>
+ <screen><lineannotation>Haga que el tipo esté accesible para X11</lineannotation>
+<prompt>%</prompt> <userinput>cd /usr/X11R6/lib/X11/fonts/Type1</userinput>
+<prompt>%</prompt> <userinput>ln -s /usr/local/share/fonts/type1/showboat.pfb .</userinput>
+
+<lineannotation>Edite fonts.dir y fonts.scale, agregando la línea que describe el tipo
+e incrementando el número de tipos que se encuentran en la primera línea.</lineannotation>
+<prompt>%</prompt> <userinput>ex fonts.dir
+:1p
+25
+:1c
+26
+.
+:$a
+showboat.pfb -type1-showboat-medium-r-normal-decorative-0-0-0-0-p-0-iso8859-1
+.
+:wq</userinput>
+
+<lineannotation>fonts.scale parece ser idéntico a fonts.dir…</lineannotation>
+<prompt>%</prompt> <userinput>cp fonts.dir fonts.scale</userinput>
+
+<lineannotation>Indique a X11 que las cosas han cambiado</lineannotation>
+<prompt>%</prompt> <userinput>xset fp rehash</userinput>
+
+<lineannotation>Examine el nuevo tipo</lineannotation>
+<prompt>%</prompt> <userinput>xfontsel -pattern -type1-*</userinput></screen>
+ </informalexample>
+
+ <para>Referencias: <citerefentry vendor="xfree86"><refentrytitle>xfontsel</refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citerefentry vendor="xfree86"><refentrytitle>xset</refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citetitle>The X Windows System in a Nutshell</citetitle>, <link xlink:href="http://www.ora.com/">O'Reilly &amp; Associates</link>.</para>
+ </sect1>
+
+ <sect1 xml:id="type1-fonts-ghostscript">
+ <title>Uso de tipos Type 1 con Ghostscript</title>
+
+ <para><application>Ghostscript</application> hace referencia a un tipo a través de su archivo <filename>Fontmap</filename>. Para modificarlo hay que proceder de forma parecida a cuando mofidicamos el archivo <filename>fonts.dir</filename> de <application>X11</application>. <application>Ghostscript</application> puede usar los formatos <filename>.pfa</filename> y <filename>.pfb</filename>. A continuación ofrecemos una guía paso a paso en la que usaremos el tipo anterior para mostrar cómo usarla con <application>Ghostscript</application>:</para>
+
+ <informalexample>
+ <screen><lineannotation>Coloque el tipo en el directorio de tipos de Ghostscript</lineannotation>
+<prompt>%</prompt> <userinput>cd /usr/local/share/ghostscript/fonts</userinput>
+<prompt>%</prompt> <userinput>ln -s /usr/local/share/fonts/type1/showboat.pfb .</userinput>
+
+<lineannotation>Edite el archivo Fontmap para que Ghostscript esté al corriente del tipo</lineannotation>
+<prompt>%</prompt> <userinput>cd /usr/local/share/ghostscript/4.01</userinput>
+<prompt>%</prompt> <userinput>ex Fontmap
+:$a
+/Showboat (showboat.pfb) ; % From CICA /fonts/atm/showboat
+.
+:wq</userinput>
+
+<lineannotation>Use Ghostscript para examinar el tipo</lineannotation>
+<prompt>%</prompt> <userinput>gs prfont.ps</userinput>
+Aladdin Ghostscript 4.01 (1996-7-10)
+Copyright (C) 1996 Aladdin Enterprises, Menlo Park, CA. All rights
+reserved.
+This software comes with NO WARRANTY: see the file PUBLIC for details.
+Loading Times-Roman font from /usr/local/share/ghostscript/fonts/tir_____.pfb...
+ /1899520 581354 1300084 13826 0 done.
+GS&gt;<userinput>Showboat DoFont</userinput>
+Loading Showboat font from /usr/local/share/ghostscript/fonts/showboat.pfb...
+ 1939688 565415 1300084 16901 0 done.
+&gt;&gt;showpage, press &lt;return&gt; to continue&lt;&lt;
+&gt;&gt;showpage, press &lt;return&gt; to continue&lt;&lt;
+&gt;&gt;showpage, press &lt;return&gt; to continue&lt;&lt;
+GS&gt;<userinput>quit</userinput></screen>
+ </informalexample>
+
+ <para>Referencias: consulte el archivo <filename>fonts.txt</filename> en la distribución <application>4.01 de Ghostscript</application></para>
+ </sect1>
+
+ <sect1 xml:id="type1-fonts-groff">
+ <title>Uso de tipos Type 1 con Groff</title>
+
+ <para>Ahora que el nuevo tipo puede ser utilizada tanto por <application>X11</application> como por <application>Ghostscript</application> ¿cómo se puede usar el nuevo tipo con <application>groff</application>? En primer lugar y dado que estamos utilizando tipos <trademark class="registered">PostScript</trademark> type 1, el dispositivo <application>groff</application> que vamos a usar es <emphasis>ps</emphasis>. Se debe crear un archivo de tipo para cada tipo que queramos usar con <application>groff</application>. Un nombre de tipo para <application>groff</application> es simplemente un archivo en el directorio <filename>/usr/share/groff_font/devps</filename>. Siguiendo con nuestro ejemplo, el archivo del tipo sería <filename>/usr/share/groff_font/devps/SHOWBOAT</filename>. El archivo debe crearse utilizando las herramientas proporcionadas por <application>groff</application>.</para>
+
+ <para>La primera herramienta es <command>afmtodit</command>. No está instalada por defecto, pero puede encontrarla en la distribución original. Descubrí que tenía que cambiar la primera línea del archivo, así que procedí del siguiente modo:</para>
+
+ <informalexample>
+ <screen><prompt>%</prompt> <userinput>cp /usr/src/gnu/usr.bin/groff/afmtodit/afmtodit.pl /tmp</userinput>
+<prompt>%</prompt> <userinput>ex /tmp/afmtodit.pl
+:1c
+#!/usr/bin/perl -P-
+.
+:wq</userinput></screen>
+ </informalexample>
+
+ <para>Esta herramienta creará el archivo de tipo <application>groff</application> a partir del archivo de métricas (sufijo <filename>.afm</filename>). Siguiendo con nuestro ejemplo:</para>
+
+ <informalexample>
+ <screen><lineannotation>Muchos archivos .afm están en formato Mac, con ^M delimitando las líneas
+Tenemos que convertirlos al estilo <trademark class="registered">UNIX</trademark> que delimita las líneas con ^J</lineannotation>
+<prompt>%</prompt> <userinput>cd /tmp</userinput>
+<prompt>%</prompt> <userinput>cat /usr/local/share/fonts/type1/showboat.afm |
+ tr '\015' '\012' &gt;showboat.afm</userinput>
+
+<lineannotation>Ahora cree el archivo de tipo groff</lineannotation>
+<prompt>%</prompt> <userinput>cd /usr/share/groff_font/devps</userinput>
+<prompt>%</prompt> <userinput>/tmp/afmtodit.pl -d DESC -e text.enc /tmp/showboat.afm generate/textmap SHOWBOAT</userinput></screen>
+ </informalexample>
+
+ <para>Ahora se puede hacer referencia al tipo con el nombre SHOWBOAT.</para>
+
+ <para>Si se usa <application>Ghostscript</application> con las impresoras del sistema no es necesario hacer nada más. Sin embargo si las impresoras usan <trademark class="registered">PostScript</trademark> el tipo se debe descargar a la impresora para poder usarse (a menos que la impresora tenga el tipo showboat incorporado o pueda acceder a una unidad en la que esté .) El último paso es crear un tipo descargable. La herramienta <command>pfbtops</command> se utiliza para crear el formato de tipo <filename>.pfa</filename> y el archivo <filename>download</filename> se modifica para hacer referencia al nuevo tipo. El archivo <filename>download</filename> debe hacer referencia al nombre interno del tipo. Esto se puede determinar fácilmente a partir del archivo de tipo de groff como vemos a continuación:</para>
+
+ <informalexample>
+ <screen><lineannotation>Cree el archivo de tipo .pfa</lineannotation>
+<prompt>%</prompt> <userinput>pfbtops /usr/local/share/fonts/type1/showboat.pfb &gt;showboat.pfa</userinput></screen>
+ </informalexample>
+
+ <para>Por supuesto, si el archivo <filename>.pfa</filename> ya existe, simplemente cree un enlace simbólico para referenciarlo.</para>
+
+ <informalexample>
+ <screen><lineannotation>Obtener el nombre interno del tipo</lineannotation>
+<prompt>%</prompt> <userinput>fgrep internalname SHOWBOAT</userinput>
+internalname Showboat
+
+<lineannotation>Indique a groff que el tipo debe ser descargado</lineannotation>
+<prompt>%</prompt> <userinput>ex download
+:$a
+Showboat showboat.pfa
+.
+:wq</userinput></screen>
+ </informalexample>
+
+ <para>Para probar el tipo:</para>
+
+ <informalexample>
+ <screen><prompt>%</prompt> <userinput>cd /tmp</userinput>
+<prompt>%</prompt> <userinput>cat &gt;example.t &lt;&lt;EOF
+.sp 5
+.ps 16
+This is an example of the Showboat font:
+.br
+.ps 48
+.vs (\n(.s+2)p
+.sp
+.ft SHOWBOAT
+ABCDEFGHI
+.br
+JKLMNOPQR
+.br
+STUVWXYZ
+.sp
+.ps 16
+.vs (\n(.s+2)p
+.fp 5 SHOWBOAT
+.ft R
+To use it for the first letter of a paragraph, it will look like:
+.sp 50p
+\s(48\f5H\s0\fRere is the first sentence of a paragraph that uses the
+showboat font as its first letter.
+Additional vertical space must be used to allow room for the larger
+letter.
+EOF</userinput>
+<prompt>%</prompt> <userinput>groff -Tps example.t &gt;example.ps</userinput>
+
+<lineannotation>Para utilizar ghostscript/ghostview</lineannotation>
+<prompt>%</prompt> <userinput>ghostview example.ps</userinput>
+
+<lineannotation>Para imprimir</lineannotation>
+<prompt>%</prompt> <userinput>lpr -Ppostscript example.ps</userinput></screen>
+ </informalexample>
+
+ <para>Referencias: <filename>/usr/src/gnu/usr.bin/groff/afmtodit/afmtodit.man</filename>, <citerefentry><refentrytitle>groff_font</refentrytitle><manvolnum>5</manvolnum></citerefentry>, <citerefentry><refentrytitle>groff_char</refentrytitle><manvolnum>7</manvolnum></citerefentry>, <citerefentry><refentrytitle>pfbtops</refentrytitle><manvolnum>1</manvolnum></citerefentry>.</para>
+ </sect1>
+
+ <sect1 xml:id="convert-truetype">
+ <title>Conversión de tipos TrueType a un formato groff/PostScript para groff</title>
+
+ <para>Esto puede llevar un poco de trabajo por la sencilla razón de que depende de algunas herramientas que no se instalan como parte del sistema base:</para>
+
+ <variablelist>
+ <varlistentry>
+ <term><command>ttf2pf</command></term>
+
+ <listitem>
+ <para>Herramientas de conversión de TrueType a PostScript. Esto permite la conversión de tipos TrueType a archivos de métrica de tipo ascii (<filename>.afm</filename>).</para>
+
+ <para>Disponible en <uri xlink:href="http://sunsite.icm.edu.pl/pub/GUST/contrib/BachoTeX98/ttf2pf/">http://sunsite.icm.edu.pl/pub/GUST/contrib/BachoTeX98/ttf2pf/</uri>. Nota: Estos ficheros son programas PostScript y deben descargarse manteniendo la tecla <keycap>Shift</keycap> cuando haga clic en el enlace. De lo contrario su navegador puede intentar arrancar <application>ghostview</application> para verlos.</para>
+
+ <para>Los archivos importantes para esta tarea son:</para>
+
+ <itemizedlist>
+ <listitem>
+ <para><filename>GS_TTF.PS</filename></para>
+ </listitem>
+
+ <listitem>
+ <para><filename>PF2AFM.PS</filename></para>
+ </listitem>
+
+ <listitem>
+ <para><filename>ttf2pf.ps</filename></para>
+ </listitem>
+ </itemizedlist>
+
+ <para>Todo este lío de mayúsculas y minúsculas en los nombres es porque se tiene en cuenta las shells de DOS. <filename>ttf2pf.ps</filename> utiliza el resto como mayúsculas, por lo que cualquier cambio de nombre debe tener esto en cuenta. (En realidad, <filename>GS_TTF.PS</filename> y <filename>PFS2AFM.PS</filename> son parte de la distribución de <application>Ghostscript</application>, pero se pueden usar como herramientas independientes. FreeBSD no incluye esta última.) También puede ser que las instale (usted) en <filename>/usr/local/share/groff_font/devps</filename>(?).</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><command>afmtodit</command></term>
+
+ <listitem>
+ <para>Crea archivos de tipos para usar con <application>groff</application> desde el archivo de métricas de tipo ascii. Por lo general se encuentra en el directorio <filename>/usr/src/contrib/groff/afmtodit</filename>, pero hay unas cuantas cosas que hacer antes de poder usarlas.</para>
+
+ <note>
+ <para>Si cree que trabajar en <filename>/usr/src</filename> no es muy buena idea puede copiar el contenido del directorio anterior en otra ubicación.</para>
+ </note>
+
+ <para>En el directorio, necesitará compilar la utilidad. Escriba:</para>
+
+ <screen><prompt>#</prompt> <userinput>make -f Makefile.sub afmtodit</userinput></screen>
+
+ <para>Es posible que tenga que copiar también <filename>/usr/contrib/groff/devps/generate/textmap</filename> a <filename>/usr/share/groff_font/devps/generate</filename> si no existe.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+
+ <para>Una vez que todas estas utilidades estén en su sitio, estará listo para comenzar:</para>
+
+ <orderedlist>
+ <listitem>
+ <para>Cree el archivo <filename>.afm</filename> escribiendo:</para>
+
+ <screen><prompt>%</prompt> <userinput>gs -dNODISPLAY -q -- ttf2pf.ps <replaceable>nombre_TTF</replaceable> <replaceable>nombre_tipo_PS</replaceable> <replaceable>nombre_AFM</replaceable></userinput></screen>
+
+ <para>Donde, <replaceable>TTF_name</replaceable> es su archivo de tipo TrueType, <replaceable>PS_font_name</replaceable> es el nombre del archivo <filename>.pfa</filename>, <replaceable>AFM_name</replaceable> es el nombre que quiere que tenga el archivo <filename>.afm</filename>. Si no especifica los nombres de los archivos de salida para los archivos <filename>.pfa</filename> o <filename>.afm</filename>, los nombres predeterminados se generan a partir del nombre de archivo de la tipo TrueType.</para>
+
+ <para>Esto también produce un archivo <filename>.pfa</filename>, el archivo ascii de las métricas del tipo PostScript (<filename>.pfb</filename> es para el formato binario). Esto no será necesario, pero podría (creo) ser útil para un servidor de tipos.</para>
+
+ <para>Por ejemplo, para convertir el tipo para código de barras 30f9 usando los nombres de archivo predeterminados use el siguiente comando:</para>
+
+ <screen><prompt>%</prompt> <userinput>gs -dNODISPLAY -- ttf2pf.ps 3of9.ttf</userinput>
+Aladdin Ghostscript 5.10 (1997-11-23)
+Copyright (C) 1997 Aladdin Enterprises, Menlo Park, CA. All rights reserved.
+This software comes with NO WARRANTY: see the file PUBLIC for details.
+Converting 3of9.ttf to 3of9.pfa and 3of9.afm.</screen>
+
+ <para>Si desea que los tipos convertidos se almacenen en <filename>A.pfa</filename> y <filename>B.afm</filename> use este comando:</para>
+
+ <screen><prompt>%</prompt> <userinput>gs -dNODISPLAY -- ttf2pf.ps 3of9.ttf A B</userinput>
+Aladdin Ghostscript 5.10 (1997-11-23)
+Copyright (C) 1997 Aladdin Enterprises, Menlo Park, CA. All rights reserved.
+This software comes with NO WARRANTY: see the file PUBLIC for details.
+Converting 3of9.ttf to A.pfa and B.afm.</screen>
+ </listitem>
+
+ <listitem>
+ <para>Crear el archivo PostScript <application>groff</application>:</para>
+
+ <para>Vaya al directorio <filename>/usr/share/groff_font/devps</filename> para que sea más fácil de ejecutar el siguiente comando. Probablemente necesitará privilegios de root. (O bien, si no se siente confortable del todo trabajando en ese directorio, asegúrese de hacer referencia a los archivos <filename>DESC</filename>, <filename>text.enc</filename> y <filename>generate/textmap</filename> que están en el directorio).</para>
+
+ <screen><prompt>%</prompt> <userinput>afmtodit -d DESC -e text.enc file.afm generate/textmap <replaceable>nombre_tipo_PS</replaceable></userinput></screen>
+
+ <para>Donde, <filename>file.afm</filename> es el <replaceable>AFM_name</replaceable> creado anteriormente por <command>ttf2pf.ps</command> y <replaceable>PS_font_name</replaceable> es el nombre del tipo utilizado para ese comando, así como el nombre que <citerefentry><refentrytitle>groff</refentrytitle><manvolnum>1</manvolnum></citerefentry> utilizará para las referencias a este tipo. Por ejemplo, suponiendo que haya utilizado el comando <command>tiff2pf.ps</command> anterior, el tipo para código de barras 3of9 se puede crear usando el comando:</para>
+
+ <screen><prompt>%</prompt> <userinput>afmtodit -d DESC -e text.enc 3of9.afm generate/textmap 3of9</userinput></screen>
+
+ <para>Asegúrese de que el archivo <replaceable>PS_font_name</replaceable> resultante (por ejemplo, <filename>3of9</filename> en el ejemplo anterior) se encuentra en el directorio <filename>/usr/share/groff_font/devps</filename> al copiarlo o moverlo allí.</para>
+
+ <para>Tenga en cuenta que si <filename>ttf2pf.ps</filename> asigna un nombre de tipo con el nombre que se encuentra en el archivo de tipos TrueType y quiere usar un nombre diferente antes de ejecutar <command>afmtodit</command> tiene que editar el archivo <filename>.afm</filename>. Este nombre también debe coincidir con el que se usa en el archivo Fontmap si desea redirigir <citerefentry><refentrytitle>groff</refentrytitle><manvolnum>1</manvolnum></citerefentry> a <citerefentry vendor="ports"><refentrytitle>gs</refentrytitle><manvolnum>1</manvolnum></citerefentry>.</para>
+ </listitem>
+ </orderedlist>
+ </sect1>
+
+ <sect1 xml:id="truetype-for-other-programs">
+ <title>¿Se pueden usar los tipos TrueType con otros programas?</title>
+
+ <para>Windows, Windows 95 y Mac utilizan el formato de tipo TrueType. Es bastante popular y hay una gran cantidad de tipos disponibles en este formato.</para>
+
+ <para>Por desgracia conozco pocas aplicaciones que puedan usar este formato: me vienen a la mente <application>Ghostscript</application> y <application>Povray</application>. Según la documentación el soporte de <application>Ghostscript</application> es rudimentario y es probable que los resultados sean pobres comparados con los tipos Type 1. La versión 3 de <application>Povray</application> también tiene la capacidad de usar tipos TrueType, pero dudo que muchas personas creen documentos como una serie de páginas con trazado de rayos :-).</para>
+
+ <para>Esta situación, un tanto triste, puede cambiar pronto. El <link xlink:href="http://www.freetype.org/">proyecto FreeType</link> está desarrollando actualmente un conjunto útil de herramientas FreeType:</para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>El servidor de tipos para <application>X11</application>, <command>xfsft</command>, ofrece tanto tipos TrueType como tipos normales. Actualmente está en versión beta, pero dicen que es bastante útil. Consulte la <link xlink:href="http://www.dcs.ed.ac.uk/home/jec/programs/xfsft/">página de Juliusz Chroboczek</link> para más información. Las instrucciones para portarlo a FreeBSD se pueden encontrar en la <link xlink:href="http://math.missouri.edu/~stephen/software/">página de software de Stephen Montgomery</link>.</para>
+ </listitem>
+
+ <listitem>
+ <para><application>xfstt</application> es otro servidor de tipos para <application>X11</application> y está disponible en <uri xlink:href="ftp://sunsite.unc.edu/pub/Linux/X11/fonts/">ftp://sunsite.unc.edu/pub/Linux/X11/fonts/</uri>.</para>
+ </listitem>
+
+ <listitem>
+ <para>Un programa llamado <command>ttf2bdf</command> puede producir archivos BDF adecuados para su uso en un entorno X a partir de archivos TrueType. Los binarios para Linux están disponibles en <uri xlink:href="ftp://crl.nmsu.edu/CLR/multiling/General/">ftp://crl.nmsu.edu/CLR/multiling/General/</uri>.</para>
+ </listitem>
+
+ <listitem>
+ <para>y muchas más.</para>
+ </listitem>
+ </itemizedlist>
+ </sect1>
+
+ <sect1 xml:id="obtaining-additional-fonts">
+ <title>¿Dónde se pueden obtener tipos adicionales?</title>
+
+ <para>Hay muchos tipos disponibles en Internet. Son totalmente gratuitos o shareware. Además, muchos de esos tipos están disponibles en la categoría de ports <filename>x11-fonts/</filename></para>
+ </sect1>
+
+ <sect1 xml:id="additional-questions">
+ <title>Preguntas adicionales</title>
+
+ <itemizedlist>
+ <listitem>
+ <para>¿Para qué sirven los archivos <filename>.pfm</filename>?</para>
+ </listitem>
+
+ <listitem>
+ <para>¿Se puede generar el archivo <filename>.afm</filename> desde un archivo <filename>.pfa</filename> o <filename>.pfb</filename>?</para>
+ </listitem>
+
+ <listitem>
+ <para>¿Cómo generar los archivos de mapeo de caracteres <application>groff</application> para tipos PostScript con nombres de caracteres no estándar?</para>
+ </listitem>
+
+ <listitem>
+ <para>¿Se pueden configurar los dispositivos xditview y devX para acceder a todos los tipos nuevos?</para>
+ </listitem>
+
+ <listitem>
+ <para>Sería bueno tener ejemplos del uso de tipos TrueType con <application>Povray</application> y <application>Ghostscript</application>.</para>
+ </listitem>
+ </itemizedlist>
+ </sect1>
+</article>
diff --git a/es_ES.ISO8859-1/articles/fonts/es_ES.po b/es_ES.ISO8859-1/articles/fonts/es_ES.po
new file mode 100644
index 0000000000..a0b2e72beb
--- /dev/null
+++ b/es_ES.ISO8859-1/articles/fonts/es_ES.po
@@ -0,0 +1,1701 @@
+# Sergio Carlavilla <carlavilla@mailbox.org>, 2019. #zanata
+# Sergio Carlavilla <carlavilla@FreeBSD.org>, 2020.
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2020-03-31 17:33+0200\n"
+"PO-Revision-Date: 2020-03-31 15:33+0000\n"
+"Last-Translator: Sergio Carlavilla <carlavilla@FreeBSD.org>\n"
+"Language-Team: Spanish <https://translate-dev.freebsd.org/projects/freebsd-"
+"doc/articles_fonts/es/>\n"
+"Language: es_ES\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Weblate 3.11.3\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr "Sergio Carlavilla carlavilla@FreeBSD.org, 2019, 2020"
+
+#. (itstool) path: info/title
+#: article.translate.xml:27
+msgid "Fonts and FreeBSD"
+msgstr "Tipos de letra y FreeBSD"
+
+#. (itstool) path: info/subtitle
+#: article.translate.xml:29
+msgid "A Tutorial"
+msgstr "Un tutorial"
+
+#. (itstool) path: affiliation/address
+#: article.translate.xml:38
+#, no-wrap
+msgid ""
+"\n"
+"\t <email>imdave@synet.net</email>\n"
+"\t "
+msgstr ""
+"\n"
+"\t <email>imdave@synet.net</email>\n"
+"\t "
+
+#. (itstool) path: authorgroup/author
+#: article.translate.xml:32
+msgid ""
+"<personname> <firstname>Dave</firstname> <surname>Bodenstab</surname> </"
+"personname> <affiliation> <_:address-1/> </affiliation>"
+msgstr ""
+"<personname> <firstname>Dave</firstname> <surname>Bodenstab</surname> </"
+"personname> <affiliation> <_:address-1/> </affiliation>"
+
+#. (itstool) path: info/pubdate
+#: article.translate.xml:44
+msgid "Wed Aug 7, 1996"
+msgstr "Wed Aug 7, 1996"
+
+#. (itstool) path: info/releaseinfo
+#: article.translate.xml:46
+msgid ""
+"$FreeBSD: head/en_US.ISO8859-1/articles/fonts/article.xml 52891 2019-03-23 "
+"04:50:01Z bcr $"
+msgstr "$FreeBSD$"
+
+#. (itstool) path: legalnotice/para
+#: article.translate.xml:49
+msgid "FreeBSD is a registered trademark of the FreeBSD Foundation."
+msgstr "FreeBSD is a registered trademark of the FreeBSD Foundation."
+
+#. (itstool) path: legalnotice/para
+#: article.translate.xml:51
+msgid ""
+"Adobe, Acrobat, Acrobat Reader, Flash and PostScript are either registered "
+"trademarks or trademarks of Adobe Systems Incorporated in the United States "
+"and/or other countries."
+msgstr ""
+"Adobe, Acrobat, Acrobat Reader, Flash and PostScript are either registered "
+"trademarks or trademarks of Adobe Systems Incorporated in the United States "
+"and/or other countries."
+
+#. (itstool) path: legalnotice/para
+#: article.translate.xml:55
+msgid ""
+"Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, "
+"Quicktime, and TrueType are trademarks of Apple Inc., registered in the U.S. "
+"and other countries."
+msgstr ""
+"Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, "
+"Quicktime, and TrueType are trademarks of Apple Inc., registered in the U.S. "
+"and other countries."
+
+#. (itstool) path: legalnotice/para
+#: article.translate.xml:60
+msgid "Linux is a registered trademark of Linus Torvalds."
+msgstr "Linux is a registered trademark of Linus Torvalds."
+
+#. (itstool) path: legalnotice/para
+#: article.translate.xml:62
+msgid ""
+"Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media and Windows "
+"NT are either registered trademarks or trademarks of Microsoft Corporation "
+"in the United States and/or other countries."
+msgstr ""
+"Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media and Windows "
+"NT are either registered trademarks or trademarks of Microsoft Corporation "
+"in the United States and/or other countries."
+
+#. (itstool) path: legalnotice/para
+#: article.translate.xml:66
+msgid ""
+"Motif, OSF/1, and UNIX are registered trademarks and IT DialTone and The "
+"Open Group are trademarks of The Open Group in the United States and other "
+"countries."
+msgstr ""
+"Motif, OSF/1, and UNIX are registered trademarks and IT DialTone and The "
+"Open Group are trademarks of The Open Group in the United States and other "
+"countries."
+
+#. (itstool) path: legalnotice/para
+#: article.translate.xml:70
+msgid ""
+"Many of the designations used by manufacturers and sellers to distinguish "
+"their products are claimed as trademarks. Where those designations appear in "
+"this document, and the FreeBSD Project was aware of the trademark claim, the "
+"designations have been followed by the <quote>™</quote> or the <quote>®</"
+"quote> symbol."
+msgstr ""
+"Many of the designations used by manufacturers and sellers to distinguish "
+"their products are claimed as trademarks. Where those designations appear in "
+"this document, and the FreeBSD Project was aware of the trademark claim, the "
+"designations have been followed by the <quote>™</quote> or the <quote>®</"
+"quote> symbol."
+
+#. (itstool) path: abstract/para
+#: article.translate.xml:79
+msgid ""
+"This document contains a description of the various font files that may be "
+"used with FreeBSD and the syscons driver, <application>X11</application>, "
+"<application>Ghostscript</application> and <application>Groff</application>. "
+"Cookbook examples are provided for switching the syscons display to 80x60 "
+"mode, and for using type 1 fonts with the above application programs."
+msgstr ""
+"Este documento contiene una descripción de los diversos archivos de tipos de "
+"letra que pueden utilizarse con FreeBSD y el controlador syscons, "
+"<application>X11</application>, <application>Ghostscript</application> y "
+"<application>Groff</application>. También incluye manuales paso a paso para "
+"cambiar la pantalla de syscons al modo 80x60 y para usar tipos de letra de "
+"Tipo 1 con los programas anteriores."
+
+#. (itstool) path: sect1/title
+#: article.translate.xml:91
+msgid "Introduction"
+msgstr "Introducción"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:93
+msgid ""
+"There are many sources of fonts available, and one might ask how they might "
+"be used with FreeBSD. The answer can be found by carefully searching the "
+"documentation for the component that one would like to use. This is very "
+"time consuming, so this tutorial is an attempt to provide a shortcut for "
+"others who might be interested."
+msgstr ""
+"Hay muchos orígenes (sources) de tipos disponibles y a veces no es fácil "
+"discernir cómo usarlos en FreeBSD. La respuesta puede estar en la "
+"documentación del componente que desea utilizar, aunque puede llevar su "
+"tiempo dar con ella; este tutorial intenta proporcionar una solución a "
+"quienes puedan estar en esas circunstancias."
+
+#. (itstool) path: sect1/title
+#: article.translate.xml:102
+msgid "Basic Terminology"
+msgstr "Terminología básica"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:104
+msgid ""
+"There are many different font formats and associated font file suffixes. A "
+"few that will be addressed here are:"
+msgstr ""
+"Hay muchos formatos de tipos diferentes y sufijos de archivos de tipos "
+"asociados. En este artículo abordaremos unos cuantos:"
+
+#. (itstool) path: varlistentry/term
+#. (itstool) path: listitem/para
+#: article.translate.xml:109 article.translate.xml:226
+msgid "<filename>.pfa</filename>, <filename>.pfb</filename>"
+msgstr "<filename>.pfa</filename>, <filename>.pfb</filename>"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:113
+msgid ""
+"<trademark class=\"registered\">PostScript</trademark> type 1 fonts. The "
+"<filename>.pfa</filename> is the <emphasis>A</emphasis>scii form and "
+"<filename>.pfb</filename> the <emphasis>B</emphasis>inary form."
+msgstr ""
+"Tipos Tipo 1 <trademark class=\"registered\">PostScript</trademark> . "
+"<filename>.pfa</filename> es el formato <emphasis>A</emphasis>scii y el "
+"<filename>.pfb</filename> es el formato <emphasis>B</emphasis>inario."
+
+#. (itstool) path: varlistentry/term
+#: article.translate.xml:122
+msgid "<filename>.afm</filename>"
+msgstr "<filename>.afm</filename>"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:125
+msgid "The font metrics associated with a type 1 font."
+msgstr "Métricas del tipo asociadas al tipo Tipo 1."
+
+#. (itstool) path: varlistentry/term
+#: article.translate.xml:130
+msgid "<filename>.pfm</filename>"
+msgstr "<filename>.pfm</filename>"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:133
+msgid "The printer font metrics associated with a type 1 font."
+msgstr "Métricas de impresión del tipo asociadas al tipo Tipo 1."
+
+#. (itstool) path: varlistentry/term
+#. (itstool) path: listitem/para
+#: article.translate.xml:139 article.translate.xml:244
+msgid "<filename>.ttf</filename>"
+msgstr "<filename>.ttf</filename>"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:142
+msgid "A <trademark class=\"registered\">TrueType</trademark> font"
+msgstr "Tipo <trademark class=\"registered\">TrueType</trademark>"
+
+#. (itstool) path: varlistentry/term
+#: article.translate.xml:147
+msgid "<filename>.fot</filename>"
+msgstr "<filename>.fot</filename>"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:150
+msgid "An indirect reference to a TrueType font (not an actual font)"
+msgstr "Una referencia indirecta a un tipo TrueType (no es un tipo real)"
+
+#. (itstool) path: varlistentry/term
+#: article.translate.xml:156
+msgid "<filename>.fon</filename>, <filename>.fnt</filename>"
+msgstr "<filename>.fon</filename>, <filename>.fnt</filename>"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:162
+msgid "Bitmapped screen fonts"
+msgstr "Tipos de pantalla de mapa de bits"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:167
+msgid ""
+"The <filename>.fot</filename> is used by <trademark class=\"registered"
+"\">Windows</trademark> as sort of a symbolic link to the actual <trademark "
+"class=\"registered\">TrueType</trademark> font (<filename>.ttf</filename>) "
+"file. The <filename>.fon</filename> font files are also used by Windows. I "
+"know of no way to use this font format with FreeBSD."
+msgstr ""
+"El archivo <filename>.fot</filename> se usan en <trademark class=\"registered"
+"\">Windows</trademark> como una especie de enlace simbólico al archivo de "
+"tipo <trademark class=\"registered\">TrueType</trademark> (<filename>.ttf</"
+"filename>). Los archivos de tipo <filename>.fon</filename> también se usan "
+"en Windows. No conozco ninguna manera de usar este formato de tipo en "
+"FreeBSD."
+
+#. (itstool) path: sect1/title
+#: article.translate.xml:175
+msgid "What Font Formats Can I Use?"
+msgstr "¿Qué formatos de tipo puedo usar?"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:177
+msgid ""
+"Which font file format is useful depends on the application being used. "
+"FreeBSD by itself uses no fonts. Application programs and/or drivers may "
+"make use of the font files. Here is a small cross reference of application/"
+"driver to the font type suffixes:"
+msgstr ""
+"Qué tipo se puede usar depende de la aplicación. FreeBSD por sí mismo no "
+"utiliza tipos. Las aplicaciones y/o los controladores pueden utilizar "
+"archivos de tipo. A continuación se muestra una pequeña referencia cruzada "
+"de la aplicación/controlador para los sufijos de tipo:"
+
+#. (itstool) path: varlistentry/term
+#: article.translate.xml:185
+msgid "Driver"
+msgstr "Controlador"
+
+#. (itstool) path: varlistentry/term
+#: article.translate.xml:190
+msgid "vt"
+msgstr "vt"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:192
+msgid "<filename>.hex</filename>"
+msgstr "<filename>.hex</filename>"
+
+#. (itstool) path: varlistentry/term
+#: article.translate.xml:197
+msgid "syscons"
+msgstr "syscons"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:200
+msgid "<filename>.fnt</filename>"
+msgstr "<filename>.fnt</filename>"
+
+#. (itstool) path: varlistentry/term
+#: article.translate.xml:208
+msgid "Application"
+msgstr "Aplicación"
+
+#. (itstool) path: varlistentry/term
+#: article.translate.xml:213
+msgid "<application>Ghostscript</application>"
+msgstr "<application>Ghostscript</application>"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:216
+msgid ""
+"<filename>.pfa</filename>, <filename>.pfb</filename>, <filename>.ttf</"
+"filename>"
+msgstr ""
+"<filename>.pfa</filename>, <filename>.pfb</filename>, <filename>.ttf</"
+"filename>"
+
+#. (itstool) path: varlistentry/term
+#: article.translate.xml:223
+msgid "<application>X11</application>"
+msgstr "<application>X11</application>"
+
+#. (itstool) path: varlistentry/term
+#: article.translate.xml:232
+msgid "<application>Groff</application>"
+msgstr "<application>Groff</application>"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:235
+msgid "<filename>.pfa</filename>, <filename>.afm</filename>"
+msgstr "<filename>.pfa</filename>, <filename>.afm</filename>"
+
+#. (itstool) path: varlistentry/term
+#: article.translate.xml:241
+msgid "<application>Povray</application>"
+msgstr "<application>Povray</application>"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:252
+msgid ""
+"The <filename>.fnt</filename> suffix is used quite frequently. I suspect "
+"that whenever someone wanted to create a specialized font file for their "
+"application, more often than not they chose this suffix. Therefore, it is "
+"likely that files with this suffix are not all the same format; "
+"specifically, the <filename>.fnt</filename> files used by syscons under "
+"FreeBSD may not be the same format as a <filename>.fnt</filename> one "
+"encounters in the <trademark class=\"registered\">MS-DOS</trademark>/"
+"<trademark class=\"registered\">Windows</trademark> environment. I have not "
+"made any attempt at using other <filename>.fnt</filename> files other than "
+"those provided with FreeBSD."
+msgstr ""
+"La extensión <filename>.fnt</filename> es bastante común. Sospecho que la "
+"mayoría de las veces en las que alguien quería crear un archivo de tipo "
+"especializado para su aplicación elegían esta extensión. Por lo tanto es "
+"probable que no todos los archivos que incluyen esta extensión tengan el "
+"mismo formato; en concreto los archivos <filename>.fnt</filename> que usa "
+"syscons en FreeBSD pueden no tener el mismo formato que un archivo "
+"<filename>.fnt</filename> en <trademark class=\"registered\">MS-DOS</"
+"trademark>/<trademark class=\"registered\">Windows</trademark>. No he "
+"intentado utilizar otros archivos <filename>.fnt</filename> que no sean los "
+"suministrados con FreeBSD."
+
+#. (itstool) path: sect1/title
+#: article.translate.xml:265
+msgid "Setting a Virtual Console to 80x60 Line Mode"
+msgstr "Configuración de una consola virtual en modo de línea 80x60"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:267
+msgid ""
+"First, an 8x8 font must be loaded. To do this, <filename>/etc/rc.conf</"
+"filename> should contain the line (change the font name to an appropriate "
+"one for your locale):"
+msgstr ""
+"En primer lugar se debe cargar un tipo 8x8. El archivo <filename>/etc/rc."
+"conf</filename> debe tener la línea (cambie el nombre del tipo por el que "
+"sea más apropiado en su región):"
+
+#. (itstool) path: informalexample/programlisting
+#: article.translate.xml:273
+#, no-wrap
+msgid "font8x8=\"iso-8x8\"\t\t# font 8x8 from /usr/share/syscons/fonts/* (or NO)."
+msgstr "font8x8=\"iso-8x8\"\t\t# tipo 8x8 de /usr/share/syscons/fonts/* (o NO para cargar el tipo por defecto)."
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:276
+msgid ""
+"The command to actually switch the mode is "
+"<citerefentry><refentrytitle>vidcontrol</refentrytitle><manvolnum>1</"
+"manvolnum></citerefentry>:"
+msgstr ""
+"El comando para cambiar el modo es <citerefentry><refentrytitle>vidcontrol</"
+"refentrytitle><manvolnum>1</manvolnum></citerefentry>:"
+
+#. (itstool) path: informalexample/screen
+#: article.translate.xml:280
+#, no-wrap
+msgid "<prompt>%</prompt> <userinput>vidcontrol VGA_80x60</userinput>"
+msgstr "<prompt>%</prompt> <userinput>vidcontrol VGA_80x60</userinput>"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:283
+msgid ""
+"Various screen-oriented programs, such as <citerefentry><refentrytitle>vi</"
+"refentrytitle><manvolnum>1</manvolnum></citerefentry>, must be able to "
+"determine the current screen dimensions. As this is achieved this through "
+"<command>ioctl</command> calls to the console driver (such as "
+"<citerefentry><refentrytitle>syscons</refentrytitle><manvolnum>4</"
+"manvolnum></citerefentry>) they will correctly determine the new screen "
+"dimensions."
+msgstr ""
+"Varios programas screen-oriented como <citerefentry><refentrytitle>vi</"
+"refentrytitle><manvolnum>1</manvolnum></citerefentry> pueden determinar el "
+"tamaño de la pantalla mediante una llamada de <command>ioctl</command> al "
+"controlador de la consola (por ejemplo <citerefentry><refentrytitle>syscons</"
+"refentrytitle><manvolnum>4</manvolnum></citerefentry>) que determinará "
+"correctamente las nuevas dimensiones de la pantalla."
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:289
+msgid ""
+"To make this more seamless, one can embed these commands in the startup "
+"scripts so it takes place when the system boots. To do this is add this line "
+"to <filename>/etc/rc.conf</filename>."
+msgstr ""
+"Para hacerlo más sencillo puede añadir estos comandos a los scripts de "
+"inicio del sistema para que se ejecuten en el inicio. Agregue esta línea en "
+"el archivo <filename>/etc/rc.conf</filename>."
+
+#. (itstool) path: informalexample/programlisting
+#: article.translate.xml:295
+#, no-wrap
+msgid "allscreens_flags=\"VGA_80x60\"\t# Set this vidcontrol mode for all virtual screens"
+msgstr "allscreens_flags=\"VGA_80x60\"\t# Establecer el modo vidcontrol para todas las pantallas virtuales"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:298
+msgid ""
+"References: <citerefentry><refentrytitle>rc.conf</"
+"refentrytitle><manvolnum>5</manvolnum></citerefentry>, "
+"<citerefentry><refentrytitle>vidcontrol</refentrytitle><manvolnum>1</"
+"manvolnum></citerefentry>."
+msgstr ""
+"Referencias: <citerefentry><refentrytitle>rc.conf</"
+"refentrytitle><manvolnum>5</manvolnum></citerefentry>, "
+"<citerefentry><refentrytitle>vidcontrol</refentrytitle><manvolnum>1</"
+"manvolnum></citerefentry>."
+
+#. (itstool) path: sect1/title
+#: article.translate.xml:302
+msgid "Using Type 1 Fonts with <application>X11</application>"
+msgstr "Uso de tipos Type 1 con <application>X11</application>"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:305
+msgid ""
+"<application>X11</application> can use either the <filename>.pfa</filename> "
+"or the <filename>.pfb</filename> format fonts. The <application>X11</"
+"application> fonts are located in various subdirectories under <filename>/"
+"usr/X11R6/lib/X11/fonts</filename>. Each font file is cross referenced to "
+"its <application>X11</application> name by the contents of <filename>fonts."
+"dir</filename> in each directory."
+msgstr ""
+"<application>X11</application> puede utilizar tanto el formato <filename>."
+"pfa</filename> como el formato <filename>.pfb</filename>. Los tipos para "
+"<application>X11</application> se encuentran en varios subdirectorios bajo "
+"<filename>/usr/X11R6/lib/X11/fonts</filename>. Cada tipo es una referencia "
+"cruzada entre su nombre <application>X11</application> y el contenido del "
+"archivo <filename>fonts.dir</filename> en cada directorio."
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:315
+msgid ""
+"There is already a directory named <filename>Type1</filename>. The most "
+"straight forward way to add a new font is to put it into this directory. A "
+"better way is to keep all new fonts in a separate directory and use a "
+"symbolic link to the additional font. This allows one to more easily keep "
+"track of ones fonts without confusing them with the fonts that were "
+"originally provided. For example:"
+msgstr ""
+"Ya existe un directorio llamado <filename>Type1</filename>. La forma más "
+"sencilla de añadir un nuevo tipo es ponerla en ese directorio. Una forma aun "
+"mejor sería colocar todos los tipos que quiera añadir en un directorio "
+"separado y utilizar un enlace simbólico a los tipos adicionales. Esto "
+"permite identificar los tipos sin mezclarlos con los originales. Por ejemplo:"
+
+#. (itstool) path: informalexample/screen
+#: article.translate.xml:324
+#, no-wrap
+msgid ""
+"<lineannotation>Create a directory to contain the font files</lineannotation>\n"
+"<prompt>%</prompt> <userinput>mkdir -p /usr/local/share/fonts/type1</userinput>\n"
+"<prompt>%</prompt> <userinput>cd /usr/local/share/fonts/type1</userinput>\n"
+"\n"
+"<lineannotation>Place the .pfa, .pfb and .afm files here</lineannotation>\n"
+"<lineannotation>One might want to keep readme files, and other documentation</lineannotation>\n"
+"<lineannotation>for the fonts here also</lineannotation>\n"
+"<prompt>%</prompt> <userinput>cp /cdrom/fonts/atm/showboat/showboat.pfb .</userinput>\n"
+"<prompt>%</prompt> <userinput>cp /cdrom/fonts/atm/showboat/showboat.afm .</userinput>\n"
+"\n"
+"<lineannotation>Maintain an index to cross reference the fonts</lineannotation>\n"
+"<prompt>%</prompt> <userinput>echo showboat - InfoMagic CICA, Dec 1994, /fonts/atm/showboat &gt;&gt;INDEX</userinput>"
+msgstr ""
+"<lineannotation>Crear un directorio para alojar los archivos de tipos.</lineannotation>\n"
+"<prompt>%</prompt> <userinput>mkdir -p /usr/local/share/fonts/type1</userinput>\n"
+"<prompt>%</prompt> <userinput>cd /usr/local/share/fonts/type1</userinput>\n"
+"\n"
+"<lineannotation>Coloque los archivos .pfa, .pfb y .afm aquí</lineannotation>\n"
+"<lineannotation>Puede incluir también los archivos README, así como la documentación</lineannotation>\n"
+"<lineannotation>de los tipos</lineannotation>\n"
+"<prompt>%</prompt> <userinput>cp /cdrom/fonts/atm/showboat/showboat.pfb .</userinput>\n"
+"<prompt>%</prompt> <userinput>cp /cdrom/fonts/atm/showboat/showboat.afm .</userinput>\n"
+"\n"
+"<lineannotation>Así se mantiene el índice para la referencia cruzada de los tipos</lineannotation>\n"
+"<prompt>%</prompt> <userinput>echo showboat - InfoMagic CICA, Dec 1994, /fonts/atm/showboat &gt;&gt;INDEX</userinput>"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:338
+msgid ""
+"Now, to use a new font with <application>X11</application>, one must make "
+"the font file available and update the font name files. The "
+"<application>X11</application> font names look like:"
+msgstr ""
+"Para poder usar el nuevo tipo en <application>X11</application> debe hacer "
+"que el archivo de tipo esté disponible y actualizar el nombre del tipo. Los "
+"nombres de los tipos de <application>X11</application> tienen este aspecto:"
+
+#. (itstool) path: informalexample/programlisting
+#: article.translate.xml:344
+#, no-wrap
+msgid ""
+"-bitstream-charter-medium-r-normal-xxx-0-0-0-0-p-0-iso8859-1\n"
+" | | | | | | | | | | | | \\ \\\n"
+" | | | | | \\ \\ \\ \\ \\ \\ \\ +----+- character set\n"
+" | | | | \\ \\ \\ \\ \\ \\ \\ +- average width\n"
+" | | | | \\ \\ \\ \\ \\ \\ +- spacing\n"
+" | | | \\\t\\ \\ \\ \\ \\ +- vertical res.\n"
+" | | | \\\t \\\t\\ \\ \\ +- horizontal res.\n"
+" | | | \\\t \\\t \\ \\ +- points\n"
+" | | | \\ \\\t \\ +- pixels\n"
+" | | | \\ \\\t \\\n"
+" foundry family weight slant width additional style"
+msgstr ""
+"-bitstream-charter-medium-r-normal-xxx-0-0-0-0-p-0-iso8859-1\n"
+" | | | | | | | | | | | | \\ \\\n"
+" | | | | | \\ \\ \\ \\ \\ \\ \\ +----+- juego de caracteres\n"
+" | | | | \\ \\ \\ \\ \\ \\ \\ +- ancho promedio\n"
+" | | | | \\ \\ \\ \\ \\ \\ +- espaciado\n"
+" | | | \\\t\\ \\ \\ \\ \\ +- resolución vertical.\n"
+" | | | \\\t \\\t\\ \\ \\ +- resolución horizontal.\n"
+" | | | \\\t \\\t \\ \\ +- puntos\n"
+" | | | \\ \\\t \\ +- píxeles\n"
+" | | | \\ \\\t \\\n"
+" tipo familia densidad inclinación anchura estilo adicional"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:357
+msgid ""
+"A new name needs to be created for each new font. If you have some "
+"information from the documentation that accompanied the font, then it could "
+"serve as the basis for creating the name. If there is no information, then "
+"you can get some idea by using <citerefentry><refentrytitle>strings</"
+"refentrytitle><manvolnum>1</manvolnum></citerefentry> on the font file. For "
+"example:"
+msgstr ""
+"Cada nuevo tipo necesita tener un nombre específico. Si en la documentación "
+"que acompaña al tipo encuentra la información requerida puede usarla como "
+"base para crear el nombre. Si no hay información puede hacerse una idea "
+"utilizando el comando <citerefentry><refentrytitle>strings</"
+"refentrytitle><manvolnum>1</manvolnum></citerefentry> en el tipo. Por "
+"ejemplo:"
+
+#. (itstool) path: informalexample/screen
+#: article.translate.xml:364
+#, no-wrap
+msgid ""
+"<prompt>%</prompt> <userinput>strings showboat.pfb | more</userinput>\n"
+"%!FontType1-1.0: Showboat 001.001\n"
+"%%CreationDate: 1/15/91 5:16:03 PM\n"
+"%%VMusage: 1024 45747\n"
+"% Generated by Fontographer 3.1\n"
+"% Showboat\n"
+" 1991 by David Rakowski. Alle Rechte Vorbehalten.\n"
+"FontDirectory/Showboat known{/Showboat findfont dup/UniqueID known{dup\n"
+"/UniqueID get 4962377 eq exch/FontType get 1 eq and}{pop false}ifelse\n"
+"{save true}{false}ifelse}{false}ifelse\n"
+"12 dict begin\n"
+"/FontInfo 9 dict dup begin\n"
+" /version (001.001) readonly def\n"
+" /FullName (Showboat) readonly def\n"
+" /FamilyName (Showboat) readonly def\n"
+" /Weight (Medium) readonly def\n"
+" /ItalicAngle 0 def\n"
+" /isFixedPitch false def\n"
+" /UnderlinePosition -106 def\n"
+" /UnderlineThickness 16 def\n"
+" /Notice (Showboat\n"
+" 1991 by David Rakowski. Alle Rechte Vorbehalten.) readonly def\n"
+"end readonly def\n"
+"/FontName /Showboat def\n"
+"--stdin--"
+msgstr ""
+"<prompt>%</prompt> <userinput>strings showboat.pfb | more</userinput>\n"
+"%!FontType1-1.0: Showboat 001.001\n"
+"%%CreationDate: 1/15/91 5:16:03 PM\n"
+"%%VMusage: 1024 45747\n"
+"% Generated by Fontographer 3.1\n"
+"% Showboat\n"
+" 1991 by David Rakowski. Alle Rechte Vorbehalten.\n"
+"FontDirectory/Showboat known{/Showboat findfont dup/UniqueID known{dup\n"
+"/UniqueID get 4962377 eq exch/FontType get 1 eq and}{pop false}ifelse\n"
+"{save true}{false}ifelse}{false}ifelse\n"
+"12 dict begin\n"
+"/FontInfo 9 dict dup begin\n"
+" /version (001.001) readonly def\n"
+" /FullName (Showboat) readonly def\n"
+" /FamilyName (Showboat) readonly def\n"
+" /Weight (Medium) readonly def\n"
+" /ItalicAngle 0 def\n"
+" /isFixedPitch false def\n"
+" /UnderlinePosition -106 def\n"
+" /UnderlineThickness 16 def\n"
+" /Notice (Showboat\n"
+" 1991 by David Rakowski. Alle Rechte Vorbehalten.) readonly def\n"
+"end readonly def\n"
+"/FontName /Showboat def\n"
+"--stdin--"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:391
+msgid "Using this information, a possible name might be:"
+msgstr "Basándonos esta información podríamos usar un nombre como este:"
+
+#. (itstool) path: informalexample/screen
+#: article.translate.xml:394
+#, no-wrap
+msgid "-type1-Showboat-medium-r-normal-decorative-0-0-0-0-p-0-iso8859-1"
+msgstr "-type1-Showboat-medium-r-normal-decorative-0-0-0-0-p-0-iso8859-1"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:397
+msgid "The components of our name are:"
+msgstr "Los componentes de nuestro nombre son:"
+
+#. (itstool) path: varlistentry/term
+#: article.translate.xml:401
+msgid "Foundry"
+msgstr "Tipo"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:404
+msgid "Lets just name all the new fonts <literal>type1</literal>."
+msgstr "Vamos a nombrar todos los tipos nuevos como <literal>type1</literal>."
+
+#. (itstool) path: varlistentry/term
+#: article.translate.xml:410
+msgid "Family"
+msgstr "Familia"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:413
+msgid "The name of the font."
+msgstr "El nombre del tipo."
+
+#. (itstool) path: varlistentry/term
+#: article.translate.xml:418
+msgid "Weight"
+msgstr "Densidad"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:421
+msgid ""
+"Normal, bold, medium, semibold, etc. From the "
+"<citerefentry><refentrytitle>strings</refentrytitle><manvolnum>1</"
+"manvolnum></citerefentry> output above, it appears that this font has a "
+"weight of <emphasis>medium</emphasis>."
+msgstr ""
+"Normal, negrita, media, seminegrita, etc. En la salida del comando "
+"<citerefentry><refentrytitle>strings</refentrytitle><manvolnum>1</"
+"manvolnum></citerefentry> que acabamos de mostrar vemos que este tipo tiene "
+"una densidad <emphasis>media</emphasis>."
+
+#. (itstool) path: varlistentry/term
+#: article.translate.xml:429
+msgid "Slant"
+msgstr "Inclinación"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:432
+msgid ""
+"<emphasis remap=\"bf\">r</emphasis>oman, <emphasis remap=\"bf\">i</"
+"emphasis>talic, <emphasis remap=\"bf\">o</emphasis>blique, etc. Since the "
+"<emphasis>ItalicAngle</emphasis> is zero, <emphasis>roman</emphasis> will be "
+"used."
+msgstr ""
+"<emphasis remap=\"bf\">r</emphasis>oman, <emphasis remap=\"bf\">c</"
+"emphasis>ursiva, <emphasis remap=\"bf\">o</emphasis>blicua, etc. Dado que "
+"<emphasis>ItalicAngle</emphasis> es cero, se utilizará <emphasis>roman</"
+"emphasis>."
+
+#. (itstool) path: varlistentry/term
+#: article.translate.xml:439
+msgid "Width"
+msgstr "Anchura"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:442
+msgid ""
+"Normal, wide, condensed, extended, etc. Until it can be examined, the "
+"assumption will be <emphasis>normal</emphasis>."
+msgstr ""
+"Normal, ancha, condensada, extendida, etc. Hasta que pueda ser examinada, "
+"suponemos que será <emphasis>normal</emphasis>."
+
+#. (itstool) path: varlistentry/term
+#: article.translate.xml:449
+msgid "Additional style"
+msgstr "Estilo adicional"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:452
+msgid ""
+"Usually omitted, but this will indicate that the font contains decorative "
+"capital letters."
+msgstr ""
+"Generalmente se omite, pero esto indicará que el tipo contiene mayúsculas "
+"decorativas."
+
+#. (itstool) path: varlistentry/term
+#: article.translate.xml:458
+msgid "Spacing"
+msgstr "Espaciado"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:461
+msgid ""
+"proportional or monospaced. <emphasis>Proportional</emphasis> is used since "
+"<emphasis>isFixedPitch</emphasis> is false."
+msgstr ""
+"proporcional o monoespaciado. La opción <emphasis>Proportional</emphasis> se "
+"usa cuando <emphasis>isFixedPitch</emphasis> es false."
+
+#. (itstool) path: informalexample/screen
+#: article.translate.xml:475
+#, no-wrap
+msgid "…-normal-r-normal-…-p-…"
+msgstr "…-normal-r-normal-…-p-…"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:468
+msgid ""
+"All of these names are arbitrary, but one should strive to be compatible "
+"with the existing conventions. A font is referenced by name with possible "
+"wild cards by an <application>X11</application> program, so the name chosen "
+"should make some sense. One might begin by simply using <_:informalexample-1/"
+"> as the name, and then use <citerefentry vendor="
+"\"xfree86\"><refentrytitle>xfontsel</refentrytitle><manvolnum>1</manvolnum></"
+"citerefentry> to examine it and adjust the name based on the appearance of "
+"the font."
+msgstr ""
+"Todos estos nombres son arbitrarios, pero uno debe tratar de ser compatible "
+"con las convenciones existentes. El nombre hace referencia al tipo con "
+"posibles comodines del programa <application>X11</application>, por lo que "
+"el nombre elegido debe tener algún sentido. Simplemente puede comenzar a "
+"usar <_:informalexample-1/> como nombre, y luego usar <citerefentry vendor="
+"\"xfree86\"><refentrytitle>xfontsel</refentrytitle><manvolnum>1</manvolnum></"
+"citerefentry> para examinarla y ajustar el nombre en función de la "
+"apariencia del tipo."
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:483
+msgid "So, to complete our example:"
+msgstr "Para completar nuestro ejemplo:"
+
+#. (itstool) path: informalexample/screen
+#: article.translate.xml:486
+#, no-wrap
+msgid ""
+"<lineannotation>Make the font accessible to X11</lineannotation>\n"
+"<prompt>%</prompt> <userinput>cd /usr/X11R6/lib/X11/fonts/Type1</userinput>\n"
+"<prompt>%</prompt> <userinput>ln -s /usr/local/share/fonts/type1/showboat.pfb .</userinput>\n"
+"\n"
+"<lineannotation>Edit fonts.dir and fonts.scale, adding the line describing the font\n"
+"and incrementing the number of fonts which is found on the first line.</lineannotation>\n"
+"<prompt>%</prompt> <userinput>ex fonts.dir\n"
+":1p\n"
+"25\n"
+":1c\n"
+"26\n"
+".\n"
+":$a\n"
+"showboat.pfb -type1-showboat-medium-r-normal-decorative-0-0-0-0-p-0-iso8859-1\n"
+".\n"
+":wq</userinput>\n"
+"\n"
+"<lineannotation>fonts.scale seems to be identical to fonts.dir…</lineannotation>\n"
+"<prompt>%</prompt> <userinput>cp fonts.dir fonts.scale</userinput>\n"
+"\n"
+"<lineannotation>Tell X11 that things have changed</lineannotation>\n"
+"<prompt>%</prompt> <userinput>xset fp rehash</userinput>\n"
+"\n"
+"<lineannotation>Examine the new font</lineannotation>\n"
+"<prompt>%</prompt> <userinput>xfontsel -pattern -type1-*</userinput>"
+msgstr ""
+"<lineannotation>Haga que el tipo esté accesible para X11</lineannotation>\n"
+"<prompt>%</prompt> <userinput>cd /usr/X11R6/lib/X11/fonts/Type1</userinput>\n"
+"<prompt>%</prompt> <userinput>ln -s /usr/local/share/fonts/type1/showboat.pfb .</userinput>\n"
+"\n"
+"<lineannotation>Edite fonts.dir y fonts.scale, agregando la línea que describe el tipo\n"
+"e incrementando el número de tipos que se encuentran en la primera línea.</lineannotation>\n"
+"<prompt>%</prompt> <userinput>ex fonts.dir\n"
+":1p\n"
+"25\n"
+":1c\n"
+"26\n"
+".\n"
+":$a\n"
+"showboat.pfb -type1-showboat-medium-r-normal-decorative-0-0-0-0-p-0-iso8859-1\n"
+".\n"
+":wq</userinput>\n"
+"\n"
+"<lineannotation>fonts.scale parece ser idéntico a fonts.dir…</lineannotation>\n"
+"<prompt>%</prompt> <userinput>cp fonts.dir fonts.scale</userinput>\n"
+"\n"
+"<lineannotation>Indique a X11 que las cosas han cambiado</lineannotation>\n"
+"<prompt>%</prompt> <userinput>xset fp rehash</userinput>\n"
+"\n"
+"<lineannotation>Examine el nuevo tipo</lineannotation>\n"
+"<prompt>%</prompt> <userinput>xfontsel -pattern -type1-*</userinput>"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:513
+msgid ""
+"References: <citerefentry vendor=\"xfree86\"><refentrytitle>xfontsel</"
+"refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citerefentry vendor="
+"\"xfree86\"><refentrytitle>xset</refentrytitle><manvolnum>1</manvolnum></"
+"citerefentry>, <citetitle>The X Windows System in a Nutshell</citetitle>, "
+"<link xlink:href=\"http://www.ora.com/\">O'Reilly &amp; Associates</link>."
+msgstr ""
+"Referencias: <citerefentry vendor=\"xfree86\"><refentrytitle>xfontsel</"
+"refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citerefentry vendor="
+"\"xfree86\"><refentrytitle>xset</refentrytitle><manvolnum>1</manvolnum></"
+"citerefentry>, <citetitle>The X Windows System in a Nutshell</citetitle>, "
+"<link xlink:href=\"http://www.ora.com/\">O'Reilly &amp; Associates</link>."
+
+#. (itstool) path: sect1/title
+#: article.translate.xml:519
+msgid "Using Type 1 Fonts with Ghostscript"
+msgstr "Uso de tipos Type 1 con Ghostscript"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:521
+msgid ""
+"<application>Ghostscript</application> references a font via its "
+"<filename>Fontmap</filename>. This must be modified in a similar way to the "
+"<application>X11</application> <filename>fonts.dir</filename>. "
+"<application>Ghostscript</application> can use either the <filename>.pfa</"
+"filename> or the <filename>.pfb</filename> format fonts. Using the font from "
+"the previous example, here is how to use it with <application>Ghostscript</"
+"application>:"
+msgstr ""
+"<application>Ghostscript</application> hace referencia a un tipo a través de "
+"su archivo <filename>Fontmap</filename>. Para modificarlo hay que proceder "
+"de forma parecida a cuando mofidicamos el archivo <filename>fonts.dir</"
+"filename> de <application>X11</application>. <application>Ghostscript</"
+"application> puede usar los formatos <filename>.pfa</filename> y <filename>."
+"pfb</filename>. A continuación ofrecemos una guía paso a paso en la que "
+"usaremos el tipo anterior para mostrar cómo usarla con "
+"<application>Ghostscript</application>:"
+
+#. (itstool) path: informalexample/screen
+#: article.translate.xml:532
+#, no-wrap
+msgid ""
+"<lineannotation>Put the font in Ghostscript's font directory</lineannotation>\n"
+"<prompt>%</prompt> <userinput>cd /usr/local/share/ghostscript/fonts</userinput>\n"
+"<prompt>%</prompt> <userinput>ln -s /usr/local/share/fonts/type1/showboat.pfb .</userinput>\n"
+"\n"
+"<lineannotation>Edit Fontmap so Ghostscript knows about the font</lineannotation>\n"
+"<prompt>%</prompt> <userinput>cd /usr/local/share/ghostscript/4.01</userinput>\n"
+"<prompt>%</prompt> <userinput>ex Fontmap\n"
+":$a\n"
+"/Showboat (showboat.pfb) ; % From CICA /fonts/atm/showboat\n"
+".\n"
+":wq</userinput>\n"
+"\n"
+"<lineannotation>Use Ghostscript to examine the font</lineannotation>\n"
+"<prompt>%</prompt> <userinput>gs prfont.ps</userinput>\n"
+"Aladdin Ghostscript 4.01 (1996-7-10)\n"
+"Copyright (C) 1996 Aladdin Enterprises, Menlo Park, CA. All rights\n"
+"reserved.\n"
+"This software comes with NO WARRANTY: see the file PUBLIC for details.\n"
+"Loading Times-Roman font from /usr/local/share/ghostscript/fonts/tir_____.pfb...\n"
+" /1899520 581354 1300084 13826 0 done.\n"
+"GS&gt;<userinput>Showboat DoFont</userinput>\n"
+"Loading Showboat font from /usr/local/share/ghostscript/fonts/showboat.pfb...\n"
+" 1939688 565415 1300084 16901 0 done.\n"
+"&gt;&gt;showpage, press &lt;return&gt; to continue&lt;&lt;\n"
+"&gt;&gt;showpage, press &lt;return&gt; to continue&lt;&lt;\n"
+"&gt;&gt;showpage, press &lt;return&gt; to continue&lt;&lt;\n"
+"GS&gt;<userinput>quit</userinput>"
+msgstr ""
+"<lineannotation>Coloque el tipo en el directorio de tipos de Ghostscript</lineannotation>\n"
+"<prompt>%</prompt> <userinput>cd /usr/local/share/ghostscript/fonts</userinput>\n"
+"<prompt>%</prompt> <userinput>ln -s /usr/local/share/fonts/type1/showboat.pfb .</userinput>\n"
+"\n"
+"<lineannotation>Edite el archivo Fontmap para que Ghostscript esté al corriente del tipo</lineannotation>\n"
+"<prompt>%</prompt> <userinput>cd /usr/local/share/ghostscript/4.01</userinput>\n"
+"<prompt>%</prompt> <userinput>ex Fontmap\n"
+":$a\n"
+"/Showboat (showboat.pfb) ; % From CICA /fonts/atm/showboat\n"
+".\n"
+":wq</userinput>\n"
+"\n"
+"<lineannotation>Use Ghostscript para examinar el tipo</lineannotation>\n"
+"<prompt>%</prompt> <userinput>gs prfont.ps</userinput>\n"
+"Aladdin Ghostscript 4.01 (1996-7-10)\n"
+"Copyright (C) 1996 Aladdin Enterprises, Menlo Park, CA. All rights\n"
+"reserved.\n"
+"This software comes with NO WARRANTY: see the file PUBLIC for details.\n"
+"Loading Times-Roman font from /usr/local/share/ghostscript/fonts/tir_____.pfb...\n"
+" /1899520 581354 1300084 13826 0 done.\n"
+"GS&gt;<userinput>Showboat DoFont</userinput>\n"
+"Loading Showboat font from /usr/local/share/ghostscript/fonts/showboat.pfb...\n"
+" 1939688 565415 1300084 16901 0 done.\n"
+"&gt;&gt;showpage, press &lt;return&gt; to continue&lt;&lt;\n"
+"&gt;&gt;showpage, press &lt;return&gt; to continue&lt;&lt;\n"
+"&gt;&gt;showpage, press &lt;return&gt; to continue&lt;&lt;\n"
+"GS&gt;<userinput>quit</userinput>"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:561
+msgid ""
+"References: <filename>fonts.txt</filename> in the <application>Ghostscript "
+"4.01</application> distribution"
+msgstr ""
+"Referencias: consulte el archivo <filename>fonts.txt</filename> en la "
+"distribución <application>4.01 de Ghostscript</application>"
+
+#. (itstool) path: sect1/title
+#: article.translate.xml:566
+msgid "Using Type 1 Fonts with Groff"
+msgstr "Uso de tipos Type 1 con Groff"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:568
+msgid ""
+"Now that the new font can be used by both <application>X11</application> and "
+"<application>Ghostscript</application>, how can one use the new font with "
+"<application>groff</application>? First of all, since we are dealing with "
+"type 1 <trademark class=\"registered\">PostScript</trademark> fonts, the "
+"<application>groff</application> device that is applicable is the "
+"<emphasis>ps</emphasis> device. A font file must be created for each font "
+"that <application>groff</application> can use. A <application>groff</"
+"application> font name is just a file in <filename>/usr/share/groff_font/"
+"devps</filename>. With our example, the font file could be <filename>/usr/"
+"share/groff_font/devps/SHOWBOAT</filename>. The file must be created using "
+"tools provided by <application>groff</application>."
+msgstr ""
+"Ahora que el nuevo tipo puede ser utilizada tanto por <application>X11</"
+"application> como por <application>Ghostscript</application> ¿cómo se puede "
+"usar el nuevo tipo con <application>groff</application>? En primer lugar y "
+"dado que estamos utilizando tipos <trademark class=\"registered"
+"\">PostScript</trademark> type 1, el dispositivo <application>groff</"
+"application> que vamos a usar es <emphasis>ps</emphasis>. Se debe crear un "
+"archivo de tipo para cada tipo que queramos usar con <application>groff</"
+"application>. Un nombre de tipo para <application>groff</application> es "
+"simplemente un archivo en el directorio <filename>/usr/share/groff_font/"
+"devps</filename>. Siguiendo con nuestro ejemplo, el archivo del tipo sería "
+"<filename>/usr/share/groff_font/devps/SHOWBOAT</filename>. El archivo debe "
+"crearse utilizando las herramientas proporcionadas por <application>groff</"
+"application>."
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:584
+msgid ""
+"The first tool is <command>afmtodit</command>. This is not normally "
+"installed, so it must be retrieved from the source distribution. I found I "
+"had to change the first line of the file, so I did:"
+msgstr ""
+"La primera herramienta es <command>afmtodit</command>. No está instalada por "
+"defecto, pero puede encontrarla en la distribución original. Descubrí que "
+"tenía que cambiar la primera línea del archivo, así que procedí del "
+"siguiente modo:"
+
+#. (itstool) path: informalexample/screen
+#: article.translate.xml:590
+#, no-wrap
+msgid ""
+"<prompt>%</prompt> <userinput>cp /usr/src/gnu/usr.bin/groff/afmtodit/afmtodit.pl /tmp</userinput>\n"
+"<prompt>%</prompt> <userinput>ex /tmp/afmtodit.pl\n"
+":1c\n"
+"#!/usr/bin/perl -P-\n"
+".\n"
+":wq</userinput>"
+msgstr ""
+"<prompt>%</prompt> <userinput>cp /usr/src/gnu/usr.bin/groff/afmtodit/afmtodit.pl /tmp</userinput>\n"
+"<prompt>%</prompt> <userinput>ex /tmp/afmtodit.pl\n"
+":1c\n"
+"#!/usr/bin/perl -P-\n"
+".\n"
+":wq</userinput>"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:598
+msgid ""
+"This tool will create the <application>groff</application> font file from "
+"the metrics file (<filename>.afm</filename> suffix.) Continuing with our "
+"example:"
+msgstr ""
+"Esta herramienta creará el archivo de tipo <application>groff</application> "
+"a partir del archivo de métricas (sufijo <filename>.afm</filename>). "
+"Siguiendo con nuestro ejemplo:"
+
+#. (itstool) path: informalexample/screen
+#: article.translate.xml:603
+#, no-wrap
+msgid ""
+"<lineannotation>Many .afm files are in Mac format… ^M delimited lines\n"
+"We need to convert them to <trademark class=\"registered\">UNIX</trademark> style ^J delimited lines</lineannotation>\n"
+"<prompt>%</prompt> <userinput>cd /tmp</userinput>\n"
+"<prompt>%</prompt> <userinput>cat /usr/local/share/fonts/type1/showboat.afm |\n"
+"\ttr '\\015' '\\012' &gt;showboat.afm</userinput>\n"
+"\n"
+"<lineannotation>Now create the groff font file</lineannotation>\n"
+"<prompt>%</prompt> <userinput>cd /usr/share/groff_font/devps</userinput>\n"
+"<prompt>%</prompt> <userinput>/tmp/afmtodit.pl -d DESC -e text.enc /tmp/showboat.afm generate/textmap SHOWBOAT</userinput>"
+msgstr ""
+"<lineannotation>Muchos archivos .afm están en formato Mac, con ^M delimitando las líneas\n"
+"Tenemos que convertirlos al estilo <trademark class=\"registered\">UNIX</trademark> que delimita las líneas con ^J</lineannotation>\n"
+"<prompt>%</prompt> <userinput>cd /tmp</userinput>\n"
+"<prompt>%</prompt> <userinput>cat /usr/local/share/fonts/type1/showboat.afm |\n"
+"\ttr '\\015' '\\012' &gt;showboat.afm</userinput>\n"
+"\n"
+"<lineannotation>Ahora cree el archivo de tipo groff</lineannotation>\n"
+"<prompt>%</prompt> <userinput>cd /usr/share/groff_font/devps</userinput>\n"
+"<prompt>%</prompt> <userinput>/tmp/afmtodit.pl -d DESC -e text.enc /tmp/showboat.afm generate/textmap SHOWBOAT</userinput>"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:614
+msgid "The font can now be referenced with the name SHOWBOAT."
+msgstr "Ahora se puede hacer referencia al tipo con el nombre SHOWBOAT."
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:617
+msgid ""
+"If <application>Ghostscript</application> is used to drive the printers on "
+"the system, then nothing more needs to be done. However, if true <trademark "
+"class=\"registered\">PostScript</trademark> printers are used, then the font "
+"must be downloaded to the printer in order for the font to be used (unless "
+"the printer happens to have the showboat font built in or on an accessible "
+"font disk.) The final step is to create a downloadable font. The "
+"<command>pfbtops</command> tool is used to create the <filename>.pfa</"
+"filename> format of the font, and <filename>download</filename> is modified "
+"to reference the new font. The <filename>download</filename> must reference "
+"the internal name of the font. This can easily be determined from the groff "
+"font file as illustrated:"
+msgstr ""
+"Si se usa <application>Ghostscript</application> con las impresoras del "
+"sistema no es necesario hacer nada más. Sin embargo si las impresoras usan "
+"<trademark class=\"registered\">PostScript</trademark> el tipo se debe "
+"descargar a la impresora para poder usarse (a menos que la impresora tenga "
+"el tipo showboat incorporado o pueda acceder a una unidad en la que esté .) "
+"El último paso es crear un tipo descargable. La herramienta "
+"<command>pfbtops</command> se utiliza para crear el formato de tipo "
+"<filename>.pfa</filename> y el archivo <filename>download</filename> se "
+"modifica para hacer referencia al nuevo tipo. El archivo <filename>download</"
+"filename> debe hacer referencia al nombre interno del tipo. Esto se puede "
+"determinar fácilmente a partir del archivo de tipo de groff como vemos a "
+"continuación:"
+
+#. (itstool) path: informalexample/screen
+#: article.translate.xml:631
+#, no-wrap
+msgid ""
+"<lineannotation>Create the .pfa font file</lineannotation>\n"
+"<prompt>%</prompt> <userinput>pfbtops /usr/local/share/fonts/type1/showboat.pfb &gt;showboat.pfa</userinput>"
+msgstr ""
+"<lineannotation>Cree el archivo de tipo .pfa</lineannotation>\n"
+"<prompt>%</prompt> <userinput>pfbtops /usr/local/share/fonts/type1/showboat.pfb &gt;showboat.pfa</userinput>"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:635
+msgid ""
+"Of course, if <filename>.pfa</filename> is already available, just use a "
+"symbolic link to reference it."
+msgstr ""
+"Por supuesto, si el archivo <filename>.pfa</filename> ya existe, simplemente "
+"cree un enlace simbólico para referenciarlo."
+
+#. (itstool) path: informalexample/screen
+#: article.translate.xml:639
+#, no-wrap
+msgid ""
+"<lineannotation>Get the internal font name</lineannotation>\n"
+"<prompt>%</prompt> <userinput>fgrep internalname SHOWBOAT</userinput>\n"
+"internalname Showboat\n"
+"\n"
+"<lineannotation>Tell groff that the font must be downloaded</lineannotation>\n"
+"<prompt>%</prompt> <userinput>ex download\n"
+":$a\n"
+"Showboat showboat.pfa\n"
+".\n"
+":wq</userinput>"
+msgstr ""
+"<lineannotation>Obtener el nombre interno del tipo</lineannotation>\n"
+"<prompt>%</prompt> <userinput>fgrep internalname SHOWBOAT</userinput>\n"
+"internalname Showboat\n"
+"\n"
+"<lineannotation>Indique a groff que el tipo debe ser descargado</lineannotation>\n"
+"<prompt>%</prompt> <userinput>ex download\n"
+":$a\n"
+"Showboat showboat.pfa\n"
+".\n"
+":wq</userinput>"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:651
+msgid "To test the font:"
+msgstr "Para probar el tipo:"
+
+#. (itstool) path: informalexample/screen
+#: article.translate.xml:654
+#, no-wrap
+msgid ""
+"<prompt>%</prompt> <userinput>cd /tmp</userinput>\n"
+"<prompt>%</prompt> <userinput>cat &gt;example.t &lt;&lt;EOF\n"
+".sp 5\n"
+".ps 16\n"
+"This is an example of the Showboat font:\n"
+".br\n"
+".ps 48\n"
+".vs (\\n(.s+2)p\n"
+".sp\n"
+".ft SHOWBOAT\n"
+"ABCDEFGHI\n"
+".br\n"
+"JKLMNOPQR\n"
+".br\n"
+"STUVWXYZ\n"
+".sp\n"
+".ps 16\n"
+".vs (\\n(.s+2)p\n"
+".fp 5 SHOWBOAT\n"
+".ft R\n"
+"To use it for the first letter of a paragraph, it will look like:\n"
+".sp 50p\n"
+"\\s(48\\f5H\\s0\\fRere is the first sentence of a paragraph that uses the\n"
+"showboat font as its first letter.\n"
+"Additional vertical space must be used to allow room for the larger\n"
+"letter.\n"
+"EOF</userinput>\n"
+"<prompt>%</prompt> <userinput>groff -Tps example.t &gt;example.ps</userinput>\n"
+"\n"
+"<lineannotation>To use ghostscript/ghostview</lineannotation>\n"
+"<prompt>%</prompt> <userinput>ghostview example.ps</userinput>\n"
+"\n"
+"<lineannotation>To print it</lineannotation>\n"
+"<prompt>%</prompt> <userinput>lpr -Ppostscript example.ps</userinput>"
+msgstr ""
+"<prompt>%</prompt> <userinput>cd /tmp</userinput>\n"
+"<prompt>%</prompt> <userinput>cat &gt;example.t &lt;&lt;EOF\n"
+".sp 5\n"
+".ps 16\n"
+"This is an example of the Showboat font:\n"
+".br\n"
+".ps 48\n"
+".vs (\\n(.s+2)p\n"
+".sp\n"
+".ft SHOWBOAT\n"
+"ABCDEFGHI\n"
+".br\n"
+"JKLMNOPQR\n"
+".br\n"
+"STUVWXYZ\n"
+".sp\n"
+".ps 16\n"
+".vs (\\n(.s+2)p\n"
+".fp 5 SHOWBOAT\n"
+".ft R\n"
+"To use it for the first letter of a paragraph, it will look like:\n"
+".sp 50p\n"
+"\\s(48\\f5H\\s0\\fRere is the first sentence of a paragraph that uses the\n"
+"showboat font as its first letter.\n"
+"Additional vertical space must be used to allow room for the larger\n"
+"letter.\n"
+"EOF</userinput>\n"
+"<prompt>%</prompt> <userinput>groff -Tps example.t &gt;example.ps</userinput>\n"
+"\n"
+"<lineannotation>Para utilizar ghostscript/ghostview</lineannotation>\n"
+"<prompt>%</prompt> <userinput>ghostview example.ps</userinput>\n"
+"\n"
+"<lineannotation>Para imprimir</lineannotation>\n"
+"<prompt>%</prompt> <userinput>lpr -Ppostscript example.ps</userinput>"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:690
+msgid ""
+"References: <filename>/usr/src/gnu/usr.bin/groff/afmtodit/afmtodit.man</"
+"filename>, <citerefentry><refentrytitle>groff_font</"
+"refentrytitle><manvolnum>5</manvolnum></citerefentry>, "
+"<citerefentry><refentrytitle>groff_char</refentrytitle><manvolnum>7</"
+"manvolnum></citerefentry>, <citerefentry><refentrytitle>pfbtops</"
+"refentrytitle><manvolnum>1</manvolnum></citerefentry>."
+msgstr ""
+"Referencias: <filename>/usr/src/gnu/usr.bin/groff/afmtodit/afmtodit.man</"
+"filename>, <citerefentry><refentrytitle>groff_font</"
+"refentrytitle><manvolnum>5</manvolnum></citerefentry>, "
+"<citerefentry><refentrytitle>groff_char</refentrytitle><manvolnum>7</"
+"manvolnum></citerefentry>, <citerefentry><refentrytitle>pfbtops</"
+"refentrytitle><manvolnum>1</manvolnum></citerefentry>."
+
+#. (itstool) path: sect1/title
+#: article.translate.xml:696
+msgid "Converting TrueType Fonts to a groff/PostScript Format For groff"
+msgstr "Conversión de tipos TrueType a un formato groff/PostScript para groff"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:699
+msgid ""
+"This potentially requires a bit of work, simply because it depends on some "
+"utilities that are not installed as part of the base system. They are:"
+msgstr ""
+"Esto puede llevar un poco de trabajo por la sencilla razón de que depende de "
+"algunas herramientas que no se instalan como parte del sistema base:"
+
+#. (itstool) path: varlistentry/term
+#: article.translate.xml:705
+msgid "<command>ttf2pf</command>"
+msgstr "<command>ttf2pf</command>"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:708
+msgid ""
+"TrueType to PostScript conversion utilities. This allows conversion of a "
+"TrueType font to an ascii font metric (<filename>.afm</filename>) file."
+msgstr ""
+"Herramientas de conversión de TrueType a PostScript. Esto permite la "
+"conversión de tipos TrueType a archivos de métrica de tipo ascii (<filename>."
+"afm</filename>)."
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:712
+msgid ""
+"Currently available at <uri xlink:href=\"http://sunsite.icm.edu.pl/pub/GUST/"
+"contrib/BachoTeX98/ttf2pf/\">http://sunsite.icm.edu.pl/pub/GUST/contrib/"
+"BachoTeX98/ttf2pf/</uri>. Note: These files are PostScript programs and must "
+"be downloaded to disk by holding down <keycap>Shift</keycap> when clicking "
+"on the link. Otherwise, your browser may try to launch "
+"<application>ghostview</application> to view them."
+msgstr ""
+"Disponible en <uri xlink:href=\"http://sunsite.icm.edu.pl/pub/GUST/contrib/"
+"BachoTeX98/ttf2pf/\">http://sunsite.icm.edu.pl/pub/GUST/contrib/BachoTeX98/"
+"ttf2pf/</uri>. Nota: Estos ficheros son programas PostScript y deben "
+"descargarse manteniendo la tecla <keycap>Shift</keycap> cuando haga clic en "
+"el enlace. De lo contrario su navegador puede intentar arrancar "
+"<application>ghostview</application> para verlos."
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:719
+msgid "The files of interest are:"
+msgstr "Los archivos importantes para esta tarea son:"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:723
+msgid "<filename>GS_TTF.PS</filename>"
+msgstr "<filename>GS_TTF.PS</filename>"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:727
+msgid "<filename>PF2AFM.PS</filename>"
+msgstr "<filename>PF2AFM.PS</filename>"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:731
+msgid "<filename>ttf2pf.ps</filename>"
+msgstr "<filename>ttf2pf.ps</filename>"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:735
+msgid ""
+"The funny upper/lower case is due to their being intended also for DOS "
+"shells. <filename>ttf2pf.ps</filename> makes use of the others as upper "
+"case, so any renaming must be consistent with this. (Actually, "
+"<filename>GS_TTF.PS</filename> and <filename>PFS2AFM.PS</filename> are "
+"supposedly part of the <application>Ghostscript</application> distribution, "
+"but it is just as easy to use these as an isolated utility. FreeBSD does not "
+"seem to include the latter.) You also may want to have these installed to "
+"<filename>/usr/local/share/groff_font/devps</filename>(?)."
+msgstr ""
+"Todo este lío de mayúsculas y minúsculas en los nombres es porque se tiene "
+"en cuenta las shells de DOS. <filename>ttf2pf.ps</filename> utiliza el resto "
+"como mayúsculas, por lo que cualquier cambio de nombre debe tener esto en "
+"cuenta. (En realidad, <filename>GS_TTF.PS</filename> y <filename>PFS2AFM.PS</"
+"filename> son parte de la distribución de <application>Ghostscript</"
+"application>, pero se pueden usar como herramientas independientes. FreeBSD "
+"no incluye esta última.) También puede ser que las instale (usted) en "
+"<filename>/usr/local/share/groff_font/devps</filename>(?)."
+
+#. (itstool) path: varlistentry/term
+#: article.translate.xml:750
+msgid "<command>afmtodit</command>"
+msgstr "<command>afmtodit</command>"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:753
+msgid ""
+"Creates font files for use with <application>groff</application> from ascii "
+"font metrics file. This usually resides in the directory, <filename>/usr/src/"
+"contrib/groff/afmtodit</filename>, and requires some work to get going."
+msgstr ""
+"Crea archivos de tipos para usar con <application>groff</application> desde "
+"el archivo de métricas de tipo ascii. Por lo general se encuentra en el "
+"directorio <filename>/usr/src/contrib/groff/afmtodit</filename>, pero hay "
+"unas cuantas cosas que hacer antes de poder usarlas."
+
+#. (itstool) path: note/para
+#: article.translate.xml:760
+msgid ""
+"If you are paranoid about working in the <filename>/usr/src</filename> tree, "
+"simply copy the contents of the above directory to a work location."
+msgstr ""
+"Si cree que trabajar en <filename>/usr/src</filename> no es muy buena idea "
+"puede copiar el contenido del directorio anterior en otra ubicación."
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:766
+msgid "In the work area, you will need to make the utility. Just type:"
+msgstr "En el directorio, necesitará compilar la utilidad. Escriba:"
+
+#. (itstool) path: listitem/screen
+#: article.translate.xml:769
+#, no-wrap
+msgid "<prompt>#</prompt> <userinput>make -f Makefile.sub afmtodit</userinput>"
+msgstr "<prompt>#</prompt> <userinput>make -f Makefile.sub afmtodit</userinput>"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:771
+msgid ""
+"You may also need to copy <filename>/usr/contrib/groff/devps/generate/"
+"textmap</filename> to <filename>/usr/share/groff_font/devps/generate</"
+"filename> if it does not already exist."
+msgstr ""
+"Es posible que tenga que copiar también <filename>/usr/contrib/groff/devps/"
+"generate/textmap</filename> a <filename>/usr/share/groff_font/devps/"
+"generate</filename> si no existe."
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:780
+msgid "Once all these utilities are in place, you are ready to commence:"
+msgstr ""
+"Una vez que todas estas utilidades estén en su sitio, estará listo para "
+"comenzar:"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:785
+msgid "Create <filename>.afm</filename> by typing:"
+msgstr "Cree el archivo <filename>.afm</filename> escribiendo:"
+
+#. (itstool) path: listitem/screen
+#: article.translate.xml:787
+#, no-wrap
+msgid "<prompt>%</prompt> <userinput>gs -dNODISPLAY -q -- ttf2pf.ps <replaceable>TTF_name</replaceable> <replaceable>PS_font_name</replaceable> <replaceable>AFM_name</replaceable></userinput>"
+msgstr "<prompt>%</prompt> <userinput>gs -dNODISPLAY -q -- ttf2pf.ps <replaceable>nombre_TTF</replaceable> <replaceable>nombre_tipo_PS</replaceable> <replaceable>nombre_AFM</replaceable></userinput>"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:789
+msgid ""
+"Where, <replaceable>TTF_name</replaceable> is your TrueType font file, "
+"<replaceable>PS_font_name</replaceable> is the file name for <filename>.pfa</"
+"filename>, <replaceable>AFM_name</replaceable> is the name you wish for "
+"<filename>.afm</filename>. If you do not specify output file names for the "
+"<filename>.pfa</filename> or <filename>.afm</filename> files, then default "
+"names will be generated from the TrueType font file name."
+msgstr ""
+"Donde, <replaceable>TTF_name</replaceable> es su archivo de tipo TrueType, "
+"<replaceable>PS_font_name</replaceable> es el nombre del archivo <filename>."
+"pfa</filename>, <replaceable>AFM_name</replaceable> es el nombre que quiere "
+"que tenga el archivo <filename>.afm</filename>. Si no especifica los nombres "
+"de los archivos de salida para los archivos <filename>.pfa</filename> o "
+"<filename>.afm</filename>, los nombres predeterminados se generan a partir "
+"del nombre de archivo de la tipo TrueType."
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:798
+msgid ""
+"This also produces a <filename>.pfa</filename>, the ascii PostScript font "
+"metrics file (<filename>.pfb</filename> is for the binary form). This will "
+"not be needed, but could (I think) be useful for a fontserver."
+msgstr ""
+"Esto también produce un archivo <filename>.pfa</filename>, el archivo ascii "
+"de las métricas del tipo PostScript (<filename>.pfb</filename> es para el "
+"formato binario). Esto no será necesario, pero podría (creo) ser útil para "
+"un servidor de tipos."
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:804
+msgid ""
+"For example, to convert the 30f9 Barcode font using the default file names, "
+"use the following command:"
+msgstr ""
+"Por ejemplo, para convertir el tipo para código de barras 30f9 usando los "
+"nombres de archivo predeterminados use el siguiente comando:"
+
+#. (itstool) path: listitem/screen
+#: article.translate.xml:807
+#, no-wrap
+msgid ""
+"<prompt>%</prompt> <userinput>gs -dNODISPLAY -- ttf2pf.ps 3of9.ttf</userinput>\n"
+"Aladdin Ghostscript 5.10 (1997-11-23)\n"
+"Copyright (C) 1997 Aladdin Enterprises, Menlo Park, CA. All rights reserved.\n"
+"This software comes with NO WARRANTY: see the file PUBLIC for details.\n"
+"Converting 3of9.ttf to 3of9.pfa and 3of9.afm."
+msgstr ""
+"<prompt>%</prompt> <userinput>gs -dNODISPLAY -- ttf2pf.ps 3of9.ttf</userinput>\n"
+"Aladdin Ghostscript 5.10 (1997-11-23)\n"
+"Copyright (C) 1997 Aladdin Enterprises, Menlo Park, CA. All rights reserved.\n"
+"This software comes with NO WARRANTY: see the file PUBLIC for details.\n"
+"Converting 3of9.ttf to 3of9.pfa and 3of9.afm."
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:813
+msgid ""
+"If you want the converted fonts to be stored in <filename>A.pfa</filename> "
+"and <filename>B.afm</filename>, then use this command:"
+msgstr ""
+"Si desea que los tipos convertidos se almacenen en <filename>A.pfa</"
+"filename> y <filename>B.afm</filename> use este comando:"
+
+#. (itstool) path: listitem/screen
+#: article.translate.xml:817
+#, no-wrap
+msgid ""
+"<prompt>%</prompt> <userinput>gs -dNODISPLAY -- ttf2pf.ps 3of9.ttf A B</userinput>\n"
+"Aladdin Ghostscript 5.10 (1997-11-23)\n"
+"Copyright (C) 1997 Aladdin Enterprises, Menlo Park, CA. All rights reserved.\n"
+"This software comes with NO WARRANTY: see the file PUBLIC for details.\n"
+"Converting 3of9.ttf to A.pfa and B.afm."
+msgstr ""
+"<prompt>%</prompt> <userinput>gs -dNODISPLAY -- ttf2pf.ps 3of9.ttf A B</userinput>\n"
+"Aladdin Ghostscript 5.10 (1997-11-23)\n"
+"Copyright (C) 1997 Aladdin Enterprises, Menlo Park, CA. All rights reserved.\n"
+"This software comes with NO WARRANTY: see the file PUBLIC for details.\n"
+"Converting 3of9.ttf to A.pfa and B.afm."
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:825
+msgid "Create the <application>groff</application> PostScript file:"
+msgstr "Crear el archivo PostScript <application>groff</application>:"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:828
+msgid ""
+"Change directories to <filename>/usr/share/groff_font/devps</filename> so as "
+"to make the following command easier to execute. You will probably need root "
+"privileges for this. (Or, if you are paranoid about working there, make sure "
+"you reference the files <filename>DESC</filename>, <filename>text.enc</"
+"filename> and <filename>generate/textmap</filename> as being in this "
+"directory.)"
+msgstr ""
+"Vaya al directorio <filename>/usr/share/groff_font/devps</filename> para que "
+"sea más fácil de ejecutar el siguiente comando. Probablemente necesitará "
+"privilegios de root. (O bien, si no se siente confortable del todo "
+"trabajando en ese directorio, asegúrese de hacer referencia a los archivos "
+"<filename>DESC</filename>, <filename>text.enc</filename> y "
+"<filename>generate/textmap</filename> que están en el directorio)."
+
+#. (itstool) path: listitem/screen
+#: article.translate.xml:838
+#, no-wrap
+msgid "<prompt>%</prompt> <userinput>afmtodit -d DESC -e text.enc file.afm generate/textmap <replaceable>PS_font_name</replaceable></userinput>"
+msgstr "<prompt>%</prompt> <userinput>afmtodit -d DESC -e text.enc file.afm generate/textmap <replaceable>nombre_tipo_PS</replaceable></userinput>"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:840
+msgid ""
+"Where, <filename>file.afm</filename> is the <replaceable>AFM_name</"
+"replaceable> created by <command>ttf2pf.ps</command> above, and "
+"<replaceable>PS_font_name</replaceable> is the font name used from that "
+"command, as well as the name that <citerefentry><refentrytitle>groff</"
+"refentrytitle><manvolnum>1</manvolnum></citerefentry> will use for "
+"references to this font. For example, assuming you used the first "
+"<command>tiff2pf.ps</command> above, then the 3of9 Barcode font can be "
+"created using the command:"
+msgstr ""
+"Donde, <filename>file.afm</filename> es el <replaceable>AFM_name</"
+"replaceable> creado anteriormente por <command>ttf2pf.ps</command> y "
+"<replaceable>PS_font_name</replaceable> es el nombre del tipo utilizado para "
+"ese comando, así como el nombre que <citerefentry><refentrytitle>groff</"
+"refentrytitle><manvolnum>1</manvolnum></citerefentry> utilizará para las "
+"referencias a este tipo. Por ejemplo, suponiendo que haya utilizado el "
+"comando <command>tiff2pf.ps</command> anterior, el tipo para código de "
+"barras 3of9 se puede crear usando el comando:"
+
+#. (itstool) path: listitem/screen
+#: article.translate.xml:850
+#, no-wrap
+msgid "<prompt>%</prompt> <userinput>afmtodit -d DESC -e text.enc 3of9.afm generate/textmap 3of9</userinput>"
+msgstr "<prompt>%</prompt> <userinput>afmtodit -d DESC -e text.enc 3of9.afm generate/textmap 3of9</userinput>"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:852
+msgid ""
+"Ensure that the resulting <replaceable>PS_font_name</replaceable> file (e."
+"g., <filename>3of9</filename> in the example above) is located in the "
+"directory <filename>/usr/share/groff_font/devps</filename> by copying or "
+"moving it there."
+msgstr ""
+"Asegúrese de que el archivo <replaceable>PS_font_name</replaceable> "
+"resultante (por ejemplo, <filename>3of9</filename> en el ejemplo anterior) "
+"se encuentra en el directorio <filename>/usr/share/groff_font/devps</"
+"filename> al copiarlo o moverlo allí."
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:859
+msgid ""
+"Note that if <filename>ttf2pf.ps</filename> assigns a font name using the "
+"one it finds in the TrueType font file and you want to use a different name, "
+"you must edit the <filename>.afm</filename> prior to running "
+"<command>afmtodit</command>. This name must also match the one used in the "
+"Fontmap file if you wish to pipe <citerefentry><refentrytitle>groff</"
+"refentrytitle><manvolnum>1</manvolnum></citerefentry> into <citerefentry "
+"vendor=\"ports\"><refentrytitle>gs</refentrytitle><manvolnum>1</manvolnum></"
+"citerefentry>."
+msgstr ""
+"Tenga en cuenta que si <filename>ttf2pf.ps</filename> asigna un nombre de "
+"tipo con el nombre que se encuentra en el archivo de tipos TrueType y quiere "
+"usar un nombre diferente antes de ejecutar <command>afmtodit</command> tiene "
+"que editar el archivo <filename>.afm</filename>. Este nombre también debe "
+"coincidir con el que se usa en el archivo Fontmap si desea redirigir "
+"<citerefentry><refentrytitle>groff</refentrytitle><manvolnum>1</manvolnum></"
+"citerefentry> a <citerefentry vendor=\"ports\"><refentrytitle>gs</"
+"refentrytitle><manvolnum>1</manvolnum></citerefentry>."
+
+#. (itstool) path: sect1/title
+#: article.translate.xml:871
+msgid "Can TrueType Fonts be Used with Other Programs?"
+msgstr "¿Se pueden usar los tipos TrueType con otros programas?"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:873
+msgid ""
+"The TrueType font format is used by Windows, Windows 95, and Mac's. It is "
+"quite popular and there are a great number of fonts available in this format."
+msgstr ""
+"Windows, Windows 95 y Mac utilizan el formato de tipo TrueType. Es bastante "
+"popular y hay una gran cantidad de tipos disponibles en este formato."
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:877
+msgid ""
+"Unfortunately, there are few applications that I am aware of that can use "
+"this format: <application>Ghostscript</application> and <application>Povray</"
+"application> come to mind. <application>Ghostscript's</application> support, "
+"according to the documentation, is rudimentary and the results are likely to "
+"be inferior to type 1 fonts. <application>Povray</application> version 3 "
+"also has the ability to use TrueType fonts, but I rather doubt many people "
+"will be creating documents as a series of raytraced pages :-)."
+msgstr ""
+"Por desgracia conozco pocas aplicaciones que puedan usar este formato: me "
+"vienen a la mente <application>Ghostscript</application> y "
+"<application>Povray</application>. Según la documentación el soporte de "
+"<application>Ghostscript</application> es rudimentario y es probable que los "
+"resultados sean pobres comparados con los tipos Type 1. La versión 3 de "
+"<application>Povray</application> también tiene la capacidad de usar tipos "
+"TrueType, pero dudo que muchas personas creen documentos como una serie de "
+"páginas con trazado de rayos :-)."
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:887
+msgid ""
+"This rather dismal situation may soon change. The <link xlink:href=\"http://"
+"www.freetype.org/\">FreeType Project</link> is currently developing a useful "
+"set of FreeType tools:"
+msgstr ""
+"Esta situación, un tanto triste, puede cambiar pronto. El <link xlink:href="
+"\"http://www.freetype.org/\">proyecto FreeType</link> está desarrollando "
+"actualmente un conjunto útil de herramientas FreeType:"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:893
+msgid ""
+"The <command>xfsft</command> font server for <application>X11</application> "
+"can serve TrueType fonts in addition to regular fonts. Though currently in "
+"beta, it is said to be quite usable. See <link xlink:href=\"http://www.dcs."
+"ed.ac.uk/home/jec/programs/xfsft/\">Juliusz Chroboczek's page</link> for "
+"further information. Porting instructions for FreeBSD can be found at <link "
+"xlink:href=\"http://math.missouri.edu/~stephen/software/\">Stephen "
+"Montgomery's software page</link>."
+msgstr ""
+"El servidor de tipos para <application>X11</application>, <command>xfsft</"
+"command>, ofrece tanto tipos TrueType como tipos normales. Actualmente está "
+"en versión beta, pero dicen que es bastante útil. Consulte la <link xlink:"
+"href=\"http://www.dcs.ed.ac.uk/home/jec/programs/xfsft/\">página de Juliusz "
+"Chroboczek</link> para más información. Las instrucciones para portarlo a "
+"FreeBSD se pueden encontrar en la <link xlink:href=\"http://math.missouri."
+"edu/~stephen/software/\">página de software de Stephen Montgomery</link>."
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:903
+msgid ""
+"<application>xfstt</application> is another font server for "
+"<application>X11</application>, available under <uri xlink:href=\"ftp://"
+"sunsite.unc.edu/pub/Linux/X11/fonts/\">ftp://sunsite.unc.edu/pub/Linux/X11/"
+"fonts/</uri>."
+msgstr ""
+"<application>xfstt</application> es otro servidor de tipos para "
+"<application>X11</application> y está disponible en <uri xlink:href=\"ftp://"
+"sunsite.unc.edu/pub/Linux/X11/fonts/\">ftp://sunsite.unc.edu/pub/Linux/X11/"
+"fonts/</uri>."
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:908
+msgid ""
+"A program called <command>ttf2bdf</command> can produce BDF files suitable "
+"for use in an X environment from TrueType files. Linux binaries are said to "
+"be available from <uri xlink:href=\"ftp://crl.nmsu.edu/CLR/multiling/General/"
+"\">ftp://crl.nmsu.edu/CLR/multiling/General/</uri>."
+msgstr ""
+"Un programa llamado <command>ttf2bdf</command> puede producir archivos BDF "
+"adecuados para su uso en un entorno X a partir de archivos TrueType. Los "
+"binarios para Linux están disponibles en <uri xlink:href=\"ftp://crl.nmsu."
+"edu/CLR/multiling/General/\">ftp://crl.nmsu.edu/CLR/multiling/General/</uri>."
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:914
+msgid "and others …"
+msgstr "y muchas más."
+
+#. (itstool) path: sect1/title
+#: article.translate.xml:920
+msgid "Where Can Additional Fonts be Obtained?"
+msgstr "¿Dónde se pueden obtener tipos adicionales?"
+
+#. (itstool) path: sect1/para
+#: article.translate.xml:922
+msgid ""
+"Many fonts are available on the Internet. They are either entirely free, or "
+"are share-ware. In addition many fonts are available in the <filename>x11-"
+"fonts/</filename> category in the ports collection"
+msgstr ""
+"Hay muchos tipos disponibles en Internet. Son totalmente gratuitos o "
+"shareware. Además, muchos de esos tipos están disponibles en la categoría de "
+"ports <filename>x11-fonts/</filename>"
+
+#. (itstool) path: sect1/title
+#: article.translate.xml:929
+msgid "Additional Questions"
+msgstr "Preguntas adicionales"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:933
+msgid "What use are the <filename>.pfm</filename> files?"
+msgstr "¿Para qué sirven los archivos <filename>.pfm</filename>?"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:937
+msgid ""
+"Can one generate the <filename>.afm</filename> from a <filename>.pfa</"
+"filename> or <filename>.pfb</filename>?"
+msgstr ""
+"¿Se puede generar el archivo <filename>.afm</filename> desde un archivo "
+"<filename>.pfa</filename> o <filename>.pfb</filename>?"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:943
+msgid ""
+"How to generate the <application>groff</application> character mapping files "
+"for PostScript fonts with non-standard character names?"
+msgstr ""
+"¿Cómo generar los archivos de mapeo de caracteres <application>groff</"
+"application> para tipos PostScript con nombres de caracteres no estándar?"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:949
+msgid "Can xditview and devX?? devices be set up to access all the new fonts?"
+msgstr ""
+"¿Se pueden configurar los dispositivos xditview y devX para acceder a todos "
+"los tipos nuevos?"
+
+#. (itstool) path: listitem/para
+#: article.translate.xml:954
+msgid ""
+"It would be good to have examples of using TrueType fonts with "
+"<application>Povray</application> and <application>Ghostscript</application>."
+msgstr ""
+"Sería bueno tener ejemplos del uso de tipos TrueType con "
+"<application>Povray</application> y <application>Ghostscript</application>."