<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>∃xistential Type &#187; fonts</title>
	<atom:link href="http://existentialtype.net/tag/fonts/feed/" rel="self" type="application/rss+xml" />
	<link>http://existentialtype.net</link>
	<description>For People Who Like Type and Types</description>
	<lastBuildDate>Sat, 12 May 2012 16:35:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Quality fonts</title>
		<link>http://existentialtype.net/2009/04/12/quality-fonts/</link>
		<comments>http://existentialtype.net/2009/04/12/quality-fonts/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 22:28:52 +0000</pubDate>
		<dc:creator>washburn</dc:creator>
				<category><![CDATA[fonts]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[latin modern]]></category>
		<category><![CDATA[tex gyre]]></category>

		<guid isPermaLink="false">http://existentialtype.net/?p=297</guid>
		<description><![CDATA[The other day on Digg I saw a link for 30 high-quality free fonts for professional designs. Many of the samples seem decent, but I guess it sparked the question in my mind of just what constitutes a "high-quality font". I suppose when I think of a a quality font, I tend to expect a [...]]]></description>
			<content:encoded><![CDATA[<p>The other day on <a href="http://www.digg.com/">Digg</a> I saw a link for <a href="http://www.designer-daily.com/30-high-quality-free-fonts-for-professional-designs-1999">30 high-quality free fonts for professional designs</a>.  Many of the samples seem decent, but I guess it sparked the question in my mind of just what constitutes a "high-quality font".</p>
<p>I suppose when I think of a a quality font, I tend to expect a consistent design along with some of the following:</p>
<ul>
<li>composing characters or glyphs for most diacritical marks, ideally Greek and Cyrillic glyphs as well</li>
<li>proper kerning</li>
<li>appropriate ligatures</li>
<li>old-style numbers</li>
<li>optical sizes</li>
</ul>
<p>Given these criterion, offhand I have to say that perhaps the best high-quality free fonts that I can think of off the top of my head are probably the <a href="http://www.gust.org.pl/projects/e-foundry/tex-gyre/">TeX Gyre</a> fonts and the <a href="http://www.gust.org.pl/gust/projects/e-foundry/latin-modern">Latin Modern family</a>.  I would be curious to hear about other recommendations.</p>
]]></content:encoded>
			<wfw:commentRss>http://existentialtype.net/2009/04/12/quality-fonts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fonts in LaTeX, Part Three: pdfTeX and TrueType</title>
		<link>http://existentialtype.net/2008/07/19/fonts-in-latex-part-three-pdftex-and-truetype/</link>
		<comments>http://existentialtype.net/2008/07/19/fonts-in-latex-part-three-pdftex-and-truetype/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 16:13:22 +0000</pubDate>
		<dc:creator>washburn</dc:creator>
				<category><![CDATA[typography]]></category>
		<category><![CDATA[deja vu sans]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[pdflatex]]></category>
		<category><![CDATA[pdftex]]></category>
		<category><![CDATA[tex]]></category>
		<category><![CDATA[tex gyre pagella]]></category>
		<category><![CDATA[truetype]]></category>
		<category><![CDATA[ttf2tfm]]></category>

		<guid isPermaLink="false">http://existentialtype.net/?p=259</guid>
		<description><![CDATA[Update: The information in this post is out of date: otftotfm does presently have support for TrueType outlines. See my errata post for more information. In the previous part of this tutorial, I explained how to put together the minimal infrastructure needed to use an OpenType font with pdfLaTeX.  However, I used the tool otftotfm [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update</strong>: The information in this post is out of date: <code>otftotfm</code> does presently have support for TrueType outlines.  See my <a href="http://existentialtype.net/2009/04/04/fonts-in-latex-errata/">errata post</a> for more information.</p>
<p>In the <a href="http://existentialtype.net/2008/07/12/fonts-in-latex-part-two-pdftex-and-opentype/">previous part of this tutorial</a>, I explained how to put together the minimal infrastructure needed to use an <a href="http://en.wikipedia.org/wiki/OpenType">OpenType</a> font with pdfLaTeX.  However, I used the tool <code>otftotfm</code> to generate the font metrics TeX needs to lay out text. However, <code>otftotfm</code> only supports OpenType fonts that use PostScript font outlines, as opposed to <a href="http://en.wikipedia.org/wiki/TrueType">TrueType</a> font outlines. So in this part of the tutorial I will explain how to put together the necessary infrastructure for TrueType fonts. In preparation for that, we will first make a few changes to what we had done earlier.</p>
<p>For those that would find it useful, I've put together a  <a href="http://existentialtype.net/wp-content/uploads/2008/07/fonts-tutorial.zip">zip file</a> containing all the files from the tutorials (except the fonts, which I don't want to deal with distributing).</p>
<p>Firstly, we are going to move the uses of <code>\DeclareUnicodeCharacter</code> out of <code>UPagella.fd</code> and into <code>uenc.def</code>:</p>
<pre class="latex">&nbsp;
<span style="color: #800000; font-weight: normal;">\ProvidesFile</span>{<span style="color: #2222D0; font-weight: normal;">uenc.def</span>}
<span style="color: #808080; font-style: italic;">% We are declaring an encoding named &quot;U&quot;</span>
<span style="color: #800000; font-weight: normal;">\DeclareFontEncoding</span>{<span style="color: #2222D0; font-weight: normal;">U}{}{</span>}
&nbsp;
<span style="color: #808080; font-style: italic;">% Technically these are not &quot;allowed&quot; in .def files,</span>
<span style="color: #808080; font-style: italic;">% but this is really the logical place to put the</span>
<span style="color: #808080; font-style: italic;">% declarations.</span>
&nbsp;
<span style="color: #808080; font-style: italic;">% τ (0x03C4) maps to 0xF8 in the encoding</span>
<span style="color: #800000; font-weight: normal;">\DeclareUnicodeCharacter</span>{<span style="color: #2222D0; font-weight: normal;">03C4}{<span style="color: #800000; font-weight: normal;">\char</span>&quot;F8</span>}
<span style="color: #808080; font-style: italic;">% ε (0x03B5) maps to 0xF9 in the encoding</span>
<span style="color: #800000; font-weight: normal;">\DeclareUnicodeCharacter</span>{<span style="color: #2222D0; font-weight: normal;">03B5}{<span style="color: #800000; font-weight: normal;">\char</span>&quot;F9</span>}
<span style="color: #808080; font-style: italic;">% χ (0x03C7) maps to 0xFA in the encoding</span>
<span style="color: #800000; font-weight: normal;">\DeclareUnicodeCharacter</span>{<span style="color: #2222D0; font-weight: normal;">03C7}{<span style="color: #800000; font-weight: normal;">\char</span>&quot;FA</span>}</pre>
<p>As I mention in the comments, the documentation on font encoding definition files does not list <code>\DeclareUnicodeCharacter</code> to be one of the allowed declarations in a such a file, but it works, and it seems like the more logical place to configure it than in the font definition file.</p>
<p>Now that we have removed the uses of <code>\DeclareUnicodeCharacter</code> from <code>UPagella.fd</code>, it looks like:</p>
<pre class="latex">&nbsp;
<span style="color: #800000; font-weight: normal;">\ProvidesFile</span>{<span style="color: #2222D0; font-weight: normal;">UPagella.fd</span>}
&nbsp;
<span style="color: #808080; font-style: italic;">% Delcaring a font family called &quot;Pagella&quot; for the encoding &quot;U&quot;</span>
<span style="color: #800000; font-weight: normal;">\DeclareFontFamily</span>{<span style="color: #2222D0; font-weight: normal;">U}{Pagella}{</span>}
&nbsp;
<span style="color: #808080; font-style: italic;">% Declare that font family &quot;Pagella&quot;, for encoding &quot;U&quot;, has a shape</span>
<span style="color: #808080; font-style: italic;">% with weight medium (m) and normal (n) slant (in otherwords, upright)</span>
<span style="color: #800000; font-weight: normal;">\DeclareFontShape</span>{<span style="color: #2222D0; font-weight: normal;">U}{Pagella}{m}{n</span>}{
  <span style="color: #808080; font-style: italic;">% For all sizes...</span>
  &amp;lt;-&amp;gt;
  <span style="color: #808080; font-style: italic;">% ... use the font named</span>
  TeXGyrePagella-Regular--custom--base
}{}</pre>
<p>I am going to use <a href="http://dejavu.sourceforge.net/wiki/index.php/Download">Deja Vu Sans</a> as the example TrueType font.  Fortunately, if you followed everything from the second part of the tutorial, there is not much that needs to be done.</p>
<p>First, we need to generate metrics for Deja Vu Sans.  As before, if you are using <a href="http://www.tug.org/texlive/">TeX Live</a>, you'll have the necessary program:</p>
<pre>
% ttf2tfm DejaVuSans.ttf -q -T custom
ttf2tfm: WARNING: Cannot find character `compwordmark'
         specified in input encoding.
...
...
ttf2tfm: WARNING: Cannot find character `zdotaccent'
         specified in input encoding.
DejaVuSans   DejaVuSans.ttf Encoding=custom.enc</pre>
<p>The program <code>ttf2tfm</code> is kind of unusual in that it first takes the filename argument and then all the options.  So we've passed it the TrueType font we want to generate metrics for, <code>DejaVuSans.ttf</code>, the option <code>-q</code> to tell it not to print quite so much information, and the option <code>-T custom</code> which tells it to use the encoding defined in the file <code>custom.enc</code> we created in previous part.</p>
<p>Unlike <code>otftotfm</code>, <code>ttf2tfm</code> does not generate an entry that we could use in our <code>map</code> file, <code>custom.map</code>, so we need to write one ourselves.  You will want to start with the <code>map</code> we generated by <code>otftotfm</code> for Tex Gyre Pagella, and you will want to add the line:</p>
<pre>DejaVuSans &lt;custom.enc &lt;DejaVuSans.ttf</pre>
<p>This says to map the TeX font name <code>DejaVuSans</code> to the file <code>DejaVuSans.ttf</code> using the encoding <code>custom.enc</code>.  To learn more about the format of <code>map</code> files, there is a section on them in the <a href="http://sarovar.org/docman/view.php/106/66/pdftex-s.pdf">pdfTeX manual</a>.</p>
<p>Now we just need to create a font definition file for Deja Vu Sans.  However, it is essentially the same as the one we created for TeX Gyre Pagella:</p>
<pre class="latex">&nbsp;
<span style="color: #800000; font-weight: normal;">\ProvidesFile</span>{<span style="color: #2222D0; font-weight: normal;">UDejaVuSans.fd</span>}
&nbsp;
<span style="color: #808080; font-style: italic;">% Delcaring a font family called &quot;DejaVuSans&quot; for the encoding &quot;U&quot;</span>
<span style="color: #800000; font-weight: normal;">\DeclareFontFamily</span>{<span style="color: #2222D0; font-weight: normal;">U}{DejaVuSans}{</span>}
&nbsp;
<span style="color: #808080; font-style: italic;">% Declare that font family &quot;DejaVuSans&quot;, for encoding &quot;U&quot;, has a shape</span>
<span style="color: #808080; font-style: italic;">% with weight medium (m) and normal (n) slant (in otherwords, upright)</span>
<span style="color: #800000; font-weight: normal;">\DeclareFontShape</span>{<span style="color: #2222D0; font-weight: normal;">U}{DejaVuSans}{m}{n</span>}{
  <span style="color: #808080; font-style: italic;">% For all sizes...</span>
  &amp;lt;-&amp;gt;
  <span style="color: #808080; font-style: italic;">% ... use the font named</span>
  DejaVuSans
}{}</pre>
<p>We have just replaced all occurrences of <code>Pagella</code> with <code>DejaVuSans</code>.</p>
<p>Finally, we just need to update our example document to use Deja Vu Sans:</p>
<pre class="latex">&nbsp;
<span style="color: #800000; font-weight: normal;">\documentclass</span>{<span style="color: #2222D0; font-weight: normal;">article</span>}
<span style="color: #800000; font-weight: normal;">\usepackage</span>[<span style="color: #2222D0; font-weight: normal;">utf8</span>]{<span style="color: #2222D0; font-weight: normal;">inputenc</span>}
<span style="color: #800000; font-weight: normal;">\usepackage</span>[<span style="color: #2222D0; font-weight: normal;">U</span>]{<span style="color: #2222D0; font-weight: normal;">fontenc</span>}
<span style="color: #800000; font-weight: normal;">\pdfmapfile</span>{<span style="color: #2222D0; font-weight: normal;">+custom.map</span>}
<span style="color: #800000; font-weight: normal;">\renewcommand</span>{<span style="color: #2222D0; font-weight: normal;"><span style="color: #800000; font-weight: normal;">\rmdefault</span>}{Pagella</span>}
<span style="color: #800000; font-weight: normal;">\renewcommand</span>{<span style="color: #2222D0; font-weight: normal;"><span style="color: #800000; font-weight: normal;">\sfdefault</span>}{DejaVuSans</span>} 
&nbsp;
<span style="color: #800000; font-weight: normal;"><span style="color: #F00000; font-weight: normal;">\begin</span></span>{<span style="color: #2222D0; font-weight: normal;">document</span>}
Testing pdfLaTeX!
&nbsp;
Greek: τεχ.
&nbsp;
<span style="color: #800000; font-weight: normal;"><span style="color: #F00000; font-weight: normal;">\begin</span></span>{<span style="color: #2222D0; font-weight: normal;">sffamily</span>}
Testing pdfLaTeX!
&nbsp;
Greek: τεχ.
<span style="color: #800000; font-weight: normal;"><span style="color: #F00000; font-weight: normal;">\end</span></span>{<span style="color: #2222D0; font-weight: normal;">sffamily</span>}
<span style="color: #800000; font-weight: normal;"><span style="color: #F00000; font-weight: normal;">\end</span></span>{<span style="color: #2222D0; font-weight: normal;">document</span>}</pre>
<p>Here we have used <code>\renewcommand</code> to set the default sans serif font, <code>\sfdefault</code>, to be <code>DejaVuSans</code>.  In the body of the document, we've copied the text and surrounded it with the <code>sffamily</code> environment to have it typeset in sans serif.</p>
<p>Now we have everything we need to run <code>pdflatex</code>:</p>
<pre>
% pdflatex test-pdflatex.tex
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
 %&amp;-line parsing enabled.
...
...
(./test-pdflatex.aux) (./upagella.fd) (./udejavusans.fd) [1]
(./test-pdflatex.aux) ){custom.enc}{a_qnnnfc.enc}&lt;./TeXGyrePage
lla-Regular.pfb&gt;
Output written on test-pdflatex.pdf (1 page, 34857 bytes).
Transcript written on test-pdflatex.log.</pre>
<p>And we have the desired output:</p>
<div style="text-align: center"><a href="http://existentialtype.net/wp-content/uploads/2008/07/test-pdflatex.png"><img class="aligncenter size-full wp-image-260" title="test-pdflatex" src="http://existentialtype.net/wp-content/uploads/2008/07/test-pdflatex.png" alt="Testing pdfLaTeX with both OpenType and TrueType fonts" width="245" height="140" /></a></div>
<p>And that's everything you need to get started with TrueType fonts and pdfLaTeX.  Again, if you encounter any problems or notice any omissions, let me kow. I'll do some investigation and there will possibly be a fourth part on using <a href="http://www.tug.org/applications/fontinst/">fontinst</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://existentialtype.net/2008/07/19/fonts-in-latex-part-three-pdftex-and-truetype/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fonts in LaTeX, Part One: XeLaTeX</title>
		<link>http://existentialtype.net/2008/07/12/fonts-in-latex-part-one-xelatex/</link>
		<comments>http://existentialtype.net/2008/07/12/fonts-in-latex-part-one-xelatex/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 11:02:58 +0000</pubDate>
		<dc:creator>washburn</dc:creator>
				<category><![CDATA[typography]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[fontspec]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[opentype]]></category>
		<category><![CDATA[pagella]]></category>
		<category><![CDATA[tex]]></category>
		<category><![CDATA[tex gyre]]></category>
		<category><![CDATA[tex live]]></category>
		<category><![CDATA[truetype]]></category>
		<category><![CDATA[xelatex]]></category>
		<category><![CDATA[xetex]]></category>

		<guid isPermaLink="false">http://existentialtype.net/?p=251</guid>
		<description><![CDATA[Now and then I get asked about how to use some TrueType or OpenType font with LaTeX, so I figured I would take the time to write up some simple tutorials on how to do so. The first part will focus on the easiest route to making use of TrueType and OpenType fonts in LaTeX: [...]]]></description>
			<content:encoded><![CDATA[<p>Now and then I get asked about how to use some <a href="http://en.wikipedia.org/wiki/TrueType">TrueType</a> or <a href="http://en.wikipedia.org/wiki/OpenType">OpenType</a> font with LaTeX, so I figured I would take the time to write up some simple tutorials on how to do so. The first part will focus on the easiest route to making use of TrueType and OpenType fonts in LaTeX: <a href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&amp;id=xetex">XeTeX and XeLaTeX</a>.</p>
<p>XeLaTeX also has the advantage of not only giving easy access to modern fonts, but also accepting Unicode input files.</p>
<p>The first thing you need to do is find out if you have XeLaTeX installed, and if it is a sufficiently up to date version.  This is easiest to do from the command-line:<br />
<code><br />
% xelatex<br />
This is XeTeXk, Version 3.141592-2.2-0.996 (Web2C 7.5.6)<br />
%&amp;-line parsing enabled.<br />
**^C<br />
</code><br />
This is the version that I am using for the tutorial, and is what comes with <a href="http://www.tug.org/texlive/">TeX Live 2007</a>.  I highly recommend just installing and using the entire TeX Live CD/DVD, even if you're using a Linux system that offers TeX Live packages, because, in particular for <a href="http://www.debian.org/">Debian</a>/<a href="http://www.ubuntu.com/">Ubuntu</a>, I've found that the default installation often doesn't install some important packages, and it can be a pain sort through all the available packages using Synaptics or whatnot to find what it didn't install.</p>
<p>I am also assuming that you are using a (modern) Unix or MacOS X system.  I assume that most of this material should also apply when using Windows, but if someone can comment, let me know.</p>
<p>Now, as an example, say you want to use the <a href="http://www.gust.org.pl/projects/e-foundry/tex-gyre/pagella">Pagella</a> font from the <a href="http://www.gust.org.pl/projects/e-foundry/tex-gyre">TeX Gyre</a> project.  First download them and install the fonts (the <code>otf</code> files) as you normally would on your computer.  Under MacOS X, this means using Font Book.  If you double-click on an <code>otf</code> file it will load Font Book for you and there will be dialog with a button to install the font.  If you load Font Book yourself, you can use the "Add Fonts..." menu item under the File menu to select the files.  Under a modern Unix, I would recommend just placing the <code>otf</code> files in your <code>~/.fonts</code> folder, though I think file managers like Nautilus also understand how to install fonts.</p>
<p>And that was all the installation work necessary; as I said, XeLaTeX is the easiest solution unless you have specialized needs.  Now just create a small LaTeX document:</p>
<pre class="latex">&nbsp;
<span style="color: #800000; font-weight: normal;">\documentclass</span>{<span style="color: #2222D0; font-weight: normal;">article</span>}
<span style="color: #800000; font-weight: normal;">\usepackage</span>{<span style="color: #2222D0; font-weight: normal;">fontspec</span>}
<span style="color: #800000; font-weight: normal;">\setromanfont</span>{<span style="color: #2222D0; font-weight: normal;">TeX Gyre Pagella</span>}
<span style="color: #800000; font-weight: normal;"><span style="color: #F00000; font-weight: normal;">\begin</span></span>{<span style="color: #2222D0; font-weight: normal;">document</span>}
Testing XeLaTeX!
&nbsp;
Greek: τεχ.
<span style="color: #800000; font-weight: normal;"><span style="color: #F00000; font-weight: normal;">\end</span></span>{<span style="color: #2222D0; font-weight: normal;">document</span>}</pre>
<p>The <code>fontspec</code> package isn't necessary, but it makes dealing with fonts in XeLaTeX much easier, for example it defines the convenient <code>\setromanfont</code> command.  You can learn more about all of its great features from its beautifully formatted <a href="http://www.ctan.org/get/macros/xetex/latex/fontspec/fontspec.pdf">manual</a>.</p>
<p>The other thing you might need to know is what XeLaTeX thinks your font is called.  If you're using TeX Live, like I suggest, you will have the program <code>otfinfo</code> at your disposal that can do that for you:<br />
<code><br />
% otfinfo --family texgyrepagella-regular.otf<br />
TeX Gyre Pagella<br />
</code><br />
Note that despite its name, <code>otfinfo</code> will also work on <code>ttf</code> files, assuming that they include OpenType data in them.  The other option is to use Font Book on MacOS X or <code>fc-list</code> from the command-line in Unix.</p>
<p>Now you just run <code>xelatex</code>:<br />
<code><br />
% xelatex test.tex<br />
This is XeTeXk, Version 3.141592-2.2-0.996 (Web2C 7.5.6)<br />
%&amp;-line parsing enabled.<br />
entering extended mode<br />
(./test.tex<br />
...<br />
...<br />
Output written on test.pdf (1 page).<br />
Transcript written on test.log.<br />
</code><br />
And you have your document:</p>
<p><a href="http://existentialtype.net/wp-content/uploads/2008/07/test.png"><img class="aligncenter size-full wp-image-252" title="test" src="http://existentialtype.net/wp-content/uploads/2008/07/test.png" alt="XeLaTeX test" width="356" height="121" /></a></p>
<p>I think that is about everything you need to know, but if you try this tutorial out and find that something doesn't work, let me know.  If you have more specialized or demanding typographical needs, you may want to use pdfTeX and pdfLaTeX, and part two of the tutorial will explain how to do the necessary configuration to use TrueType and OpenType fonts with them.</p>
]]></content:encoded>
			<wfw:commentRss>http://existentialtype.net/2008/07/12/fonts-in-latex-part-one-xelatex/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Font identification</title>
		<link>http://existentialtype.net/2008/06/10/font-identification/</link>
		<comments>http://existentialtype.net/2008/06/10/font-identification/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 07:56:45 +0000</pubDate>
		<dc:creator>washburn</dc:creator>
				<category><![CDATA[papers]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[epfl]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[image recognition]]></category>
		<category><![CDATA[warnock]]></category>

		<guid isPermaLink="false">http://existentialtype.net/?p=250</guid>
		<description><![CDATA[I've mentioned Identifont in the past, but I was just thinking that I should point out the existence of WhatTheFont, a tool that will identify a font for you from an image. If failed to identify anything useful for the EPFL logo, but I doubt that corresponds to a real font. From a screen capture, [...]]]></description>
			<content:encoded><![CDATA[<p>I've mentioned <a href="http://www.identifont.com/">Identifont</a> in <a href="http://existentialtype.net/2007/07/18/those-crazy-sans-serifs/">the past</a>, but I was just thinking that I should point out the existence of<br />
<a href="http://www.myfonts.com/WhatTheFont/">WhatTheFont</a>, a tool that will identify a font for you from an image.  If failed to identify anything useful for the <a href="http://www.epfl.ch/">EPFL logo</a>, but I doubt that corresponds to a real font.  From a screen capture, it did correctly identify that the &exist;xistential Type header at the top of the page is made from a member of the Warnock Pro family.</p>
<p><a href="http://www.myfonts.com/WhatTheFont/">WhatTheFont</a> was first brought to my attention on <a href="http://daringfireball.net/linked/2008/may#wed-28-whatthefont">Daring Fireball</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://existentialtype.net/2008/06/10/font-identification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve got a knack for it I guess</title>
		<link>http://existentialtype.net/2008/04/02/ive-got-a-knack-for-it-i-guess/</link>
		<comments>http://existentialtype.net/2008/04/02/ive-got-a-knack-for-it-i-guess/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 19:37:26 +0000</pubDate>
		<dc:creator>washburn</dc:creator>
				<category><![CDATA[typography]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[encodings]]></category>
		<category><![CDATA[errata]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[fonts & encodings]]></category>
		<category><![CDATA[metrics]]></category>
		<category><![CDATA[ofm]]></category>
		<category><![CDATA[ovf]]></category>
		<category><![CDATA[tex]]></category>
		<category><![CDATA[tfm]]></category>
		<category><![CDATA[vf]]></category>

		<guid isPermaLink="false">http://existentialtype.net/?p=234</guid>
		<description><![CDATA[I discovered last night that Appendix B.4 of Fonts &#38; Encodings is almost an exact copy of Appendix B.2, with a couple changes made, but overall the text is not appropriate to the expected content.  Appendix B.2 describes the OFM file format, and Appenidx B.4 the OVF format, but in B.4 most of the time [...]]]></description>
			<content:encoded><![CDATA[<p>I discovered last night that Appendix B.4 of <em><a href="http://www.oreilly.com/catalog/9780596102425/">Fonts &amp; Encodings</a></em> is almost an exact copy of Appendix B.2, with a couple changes made, but overall the text is not appropriate to the expected content.  Appendix B.2 describes the OFM file format, and Appenidx B.4 the OVF format, but in B.4 most of the time it claims to be explaining OFM.  Given the size of the tome, I was not too surprised that this is not yet in the reported errata.</p>
<p>Despite everything the book covers I have also managed to find that one thing it does not really explain much about is the special font metrics used by TeX for typesetting mathematics.  They are named in the description of the TFM file format, but that seems to be the extent of the coverage.  In some sense this is partly okay, because the various TeX documentation explains what the parameters do.  The trouble is that I have yet to figure out how you can set them for existing fonts, short of hacking the TFM files generated by otftotfm or afm2tfm manually.  You might think this is something you could do with the TeX virtual font mechanism, but <em><a href="http://www.oreilly.com/catalog/9780596102425/">Fonts &amp; Encodings</a> </em>specifically says that the metrics in a TFM file must match the virtual font because TeX only reads the TFM.</p>
]]></content:encoded>
			<wfw:commentRss>http://existentialtype.net/2008/04/02/ive-got-a-knack-for-it-i-guess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gentzen Symbol released</title>
		<link>http://existentialtype.net/2008/03/30/gentzen-symbol-released/</link>
		<comments>http://existentialtype.net/2008/03/30/gentzen-symbol-released/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 08:54:24 +0000</pubDate>
		<dc:creator>washburn</dc:creator>
				<category><![CDATA[graphic design]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[gentzen]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[symbols]]></category>

		<guid isPermaLink="false">http://existentialtype.net/?p=233</guid>
		<description><![CDATA[I just finished hastily packaging up a prototype release of Gentzen Symbol (I can't avoid working on my ICFP paper all day).  I would of course be interested in any feedback or problems people might have if they try using it, or suggestions on how to improve the design of the glyphs for future releases [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished hastily packaging up a prototype release of <a href="http://free-the-mallocs.com/gentzen_symbol">Gentzen Symbol</a> (I can't avoid working on my ICFP paper all day).  I would of course be interested in any feedback or problems people might have if they try using it, or suggestions on how to improve the design of the glyphs for future releases or development.</p>
]]></content:encoded>
			<wfw:commentRss>http://existentialtype.net/2008/03/30/gentzen-symbol-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hands on with Fonts &amp; Encodings (finally)</title>
		<link>http://existentialtype.net/2008/03/28/hands-on-with-fonts-encodings-finally/</link>
		<comments>http://existentialtype.net/2008/03/28/hands-on-with-fonts-encodings-finally/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 22:18:15 +0000</pubDate>
		<dc:creator>washburn</dc:creator>
				<category><![CDATA[graphic design]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[encodings]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[fonts & encodings]]></category>

		<guid isPermaLink="false">http://existentialtype.net/2008/03/28/hands-on-with-fonts-encodings-finally/</guid>
		<description><![CDATA[In September, I mentioned being quite excited by the new O'Reilly book Fonts &#38; Encodings. Today, I was tempted to buy it from the campus bookstore at EPFL, but decided to do a little research because it would be nearly a 60% markup if I bought it here versus in the US. Fortunately, the EPFL [...]]]></description>
			<content:encoded><![CDATA[<p>In September, I <a href="http://existentialtype.net/2007/09/30/fonts-and-encodings/">mentioned being quite excited</a> by the new O'Reilly book <a href="http://www.oreilly.com/catalog/fontsencodings/">Fonts &amp; Encodings</a>.  Today, I was tempted to buy it from the campus bookstore at <a href="http://www.epfl.ch/">EPFL</a>, but decided to do a little research because it would be nearly a 60% markup if I bought it here versus in the US.  Fortunately, the EPFL library had purchased a copy which was not checked out.</p>
<p>Strangely, enough it is described as being translated from French by Scott Horne, but as far as I can tell there is no French edition (and if there is, I find it strange that the EPFL library and bookstore only had the English edition).  Perhaps only the original manuscript by <a href="http://omega.enstb.org/yannis/">Yannis</a> was in French.</p>
<p>I've only just begun to delve into it, at 1017 pages it will take some time to review it in depth, but if you are serious about typography I think this is a book that you will definitely want to own.  It really covers the entire spectrum: Unicode text and how it works, through setting up fonts to display your text in operating systems and software, all the way to designing/editing/hinting fonts.  I haven't looked at it in enough depth to be absolutely certain, but I am pretty sure it has nearly enough information on most formats that you could write software for them as well.  It is truly a wondrous tome.</p>
<p>I will have to see what more I have to say once I've spent more time with it.  One reason I thought of picking it up today was that it has quite a nice introduction to using <a href="http://en.wikipedia.org/wiki/METATYPE1">METATYPE1</a>, which with some luck I may use to start on a true meta-font for Gentzen Symbol.  At the same time I guess I will try to package up the <a href="http://existentialtype.net/2007/11/12/initial-version-of-gentzen-nearly-complete/">Type 1 PostScript version of Gentzen Symbol</a> from my dissertation, assuming that there is anyone out there truly interested in using it in their own documents.</p>
]]></content:encoded>
			<wfw:commentRss>http://existentialtype.net/2008/03/28/hands-on-with-fonts-encodings-finally/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New version of the DejaVu Sans Mono package</title>
		<link>http://existentialtype.net/2008/01/08/new-version-of-the-dejavu-sans-mono-package/</link>
		<comments>http://existentialtype.net/2008/01/08/new-version-of-the-dejavu-sans-mono-package/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 20:04:19 +0000</pubDate>
		<dc:creator>washburn</dc:creator>
				<category><![CDATA[graphic design]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[dejavu]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[latex]]></category>

		<guid isPermaLink="false">http://existentialtype.net/2008/01/08/new-version-of-the-dejavu-sans-mono-package/</guid>
		<description><![CDATA[I just finished fixing the bugs Brian noted in the previous version.  You can grab it using darcs get from http://free-the-mallocs.com/repos/dejavu-sans-mono.  This version also includes support for the oblique members of the family.  These are accessed using \textsl{...} rather than \textit{...}.  If you try it out, let me know if you have any problems.]]></description>
			<content:encoded><![CDATA[<p>I just finished fixing the bugs Brian noted in <a href="http://existentialtype.net/2007/12/01/initial-version-of-dejavu-sans-mono-package/">the previous version</a>.  You can grab it using <code><a href="http://darcs.net/">darcs</a> get</code> from <a href="http://free-the-mallocs.com/repos/dejavu-sans-mono">http://free-the-mallocs.com/repos/dejavu-sans-mono</a>.  This version also includes support for the oblique members of the family.  These are accessed using <code>\textsl{...}</code> rather than <code>\textit{...}</code>.  If you try it out, let me know if you have any problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://existentialtype.net/2008/01/08/new-version-of-the-dejavu-sans-mono-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

