<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://typophile.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Typophile - How to get an OpenType icon on a OpenType TTF Flavored font file? - Comments</title>
 <link>http://typophile.com/node/29770</link>
 <description>Comments for &quot;How to get an OpenType icon on a OpenType TTF Flavored font file?&quot;</description>
 <language>en</language>
<item>
 <title>Funny enough, but an OT</title>
 <link>http://typophile.com/node/29770#comment-268546</link>
 <description>&lt;p&gt;Funny enough, but an OT font, digitally signed like Arno Pro by Adobe, doesn&amp;#8217;t show the O icon on the Mac. On windows the icon is perfect but onthe Mac,FontBook seems to take over   the fonts&amp;#8217; icons...&lt;/p&gt;
&lt;p&gt;The font info window, opposed to Windows properties, doesn&amp;#8217;t inform you the font is digitally signed.&lt;br /&gt;
The &amp;#8220;Open with&amp;#8221; option is set to Font Book (default).&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;DH&lt;/p&gt;
</description>
 <pubDate>Wed, 26 Mar 2008 08:53:53 -0700</pubDate>
 <dc:creator>DotlessHyphen</dc:creator>
 <guid isPermaLink="false">comment 268546 at http://typophile.com</guid>
</item>
<item>
 <title>On MacOS X (10.4 Tiger)</title>
 <link>http://typophile.com/node/29770#comment-266859</link>
 <description>&lt;p&gt;On MacOS X (10.4 Tiger) there are just generic font icons with the addition TTF/OTF/FFIL/DFONT/...&lt;br /&gt;
On 10.5 Leopard the icon is (by default) replaced by a live preview.&lt;/p&gt;
&lt;p&gt;May I bump my question:&lt;br /&gt;
What about Vista and OpenType icons and the connection to the DSIG table?&lt;/p&gt;
&lt;p&gt;Ralf&lt;/p&gt;
</description>
 <pubDate>Tue, 18 Mar 2008 12:47:34 -0700</pubDate>
 <dc:creator>Ralf Herrmann</dc:creator>
 <guid isPermaLink="false">comment 266859 at http://typophile.com</guid>
</item>
<item>
 <title>Thanks, I will give it a</title>
 <link>http://typophile.com/node/29770#comment-266740</link>
 <description>&lt;p&gt;Thanks, I will give it a shot.&lt;br /&gt;
Will the icon work onMac OSX as well? I will check that too.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;DH&lt;/p&gt;
</description>
 <pubDate>Tue, 18 Mar 2008 05:35:39 -0700</pubDate>
 <dc:creator>DotlessHyphen</dc:creator>
 <guid isPermaLink="false">comment 266740 at http://typophile.com</guid>
</item>
<item>
 <title>Hi DH,
Don’t know how to</title>
 <link>http://typophile.com/node/29770#comment-266702</link>
 <description>&lt;p&gt;Hi DH,&lt;/p&gt;
&lt;p&gt;Don&amp;#8217;t know how to do it with Python, but you can do it with Microsoft&amp;#8217;s free &amp;#8217;AddTable.exe&amp;#8217; tool available here:&lt;br /&gt;
&lt;a class=&quot;freelinking-external&quot; href=&quot;http://www.microsoft.com/typography/tools/tools.aspx&quot;&gt;http://www.microsoft.com/typography/tools/tools.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;you also need a data file containing the bytes for the blank DSIG table (8 bytes):&lt;br /&gt;
00 00 00 01  (ulVersion = 1)&lt;br /&gt;
00 00        (usNumSigs = 0)&lt;br /&gt;
00 00        (usFlag = 0)&lt;br /&gt;
(Ive made one here you can download:&lt;br /&gt;
&lt;a class=&quot;freelinking-external&quot; href=&quot;http://homepages.ihug.co.nz/~allanm1/DSIG.DAT&quot;&gt;http://homepages.ihug.co.nz/~allanm1/DSIG.DAT&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Then type on the command line:&lt;br /&gt;
addtable   DSIG   dsig.dat   in.ttf   out.ttf&lt;br /&gt;
(make sure that the DSIG is uppercase)&lt;/p&gt;
&lt;p&gt;in.ttf is your original font.&lt;br /&gt;
out.ttf is the output font which will now have the OpenType icon on Windows XP.&lt;/p&gt;
&lt;p&gt;Allan&lt;/p&gt;
</description>
 <pubDate>Tue, 18 Mar 2008 00:12:43 -0700</pubDate>
 <dc:creator>allanm1</dc:creator>
 <guid isPermaLink="false">comment 266702 at http://typophile.com</guid>
</item>
<item>
 <title>The digital signature is</title>
 <link>http://typophile.com/node/29770#comment-266669</link>
 <description>&lt;p&gt;The digital signature is interesting, it would be nice if it could be applied to any digital file/product as well.&lt;/p&gt;
</description>
 <pubDate>Mon, 17 Mar 2008 21:26:28 -0700</pubDate>
 <dc:creator>Mike Jarboe</dc:creator>
 <guid isPermaLink="false">comment 266669 at http://typophile.com</guid>
</item>
<item>
 <title>Hi Allan,
I understand that</title>
 <link>http://typophile.com/node/29770#comment-266462</link>
 <description>&lt;p&gt;Hi Allan,&lt;/p&gt;
&lt;p&gt;I understand that this function: &amp;#8220;usNumSigs = 0;&amp;#8221; should do the trick.&lt;br /&gt;
AFAIK, this function is not in python&amp;#8217;s syntax.&lt;/p&gt;
&lt;p&gt;Could you please be more specific?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;DH&lt;/p&gt;
</description>
 <pubDate>Mon, 17 Mar 2008 08:50:55 -0700</pubDate>
 <dc:creator>DotlessHyphen</dc:creator>
 <guid isPermaLink="false">comment 266462 at http://typophile.com</guid>
</item>
<item>
 <title>*Never mind*</title>
 <link>http://typophile.com/node/29770#comment-266199</link>
 <description>&lt;p&gt;*Never mind*&lt;/p&gt;
</description>
 <pubDate>Sat, 15 Mar 2008 21:15:43 -0700</pubDate>
 <dc:creator>Eluard</dc:creator>
 <guid isPermaLink="false">comment 266199 at http://typophile.com</guid>
</item>
<item>
 <title>Here is a better price for</title>
 <link>http://typophile.com/node/29770#comment-266188</link>
 <description>&lt;p&gt;Here is a better price for that:&lt;br /&gt;
&lt;a href=&quot;https://secure.ksoftware.net/code_signing.html?gclid=CPqW-9qt9JECFQkIuwodQHFapgRegards&quot; title=&quot;https://secure.ksoftware.net/code_signing.html?gclid=CPqW-9qt9JECFQkIuwodQHFapgRegards&quot;&gt;https://secure.ksoftware.net/code_signing.html?gclid=CPqW-9qt9JECFQkIuwo...&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;DH&lt;/p&gt;
</description>
 <pubDate>Sat, 15 Mar 2008 16:28:30 -0700</pubDate>
 <dc:creator>DotlessHyphen</dc:creator>
 <guid isPermaLink="false">comment 266188 at http://typophile.com</guid>
</item>
<item>
 <title>You can get the OpenType</title>
 <link>http://typophile.com/node/29770#comment-266177</link>
 <description>&lt;p&gt;You can get the OpenType icon without a digital signature, you just need the DSIG header with: &lt;/p&gt;
&lt;p&gt;usNumSigs (Number of signatures in the table) = 0;&lt;/p&gt;
&lt;p&gt;it works. The font wont be digitally signed of course, but the operating system only checks if the DSIG table is present to produce the icon.&lt;/p&gt;
&lt;p&gt;Don&amp;#8217;t think you can do that with FontLab though.&lt;/p&gt;
</description>
 <pubDate>Sat, 15 Mar 2008 15:28:09 -0700</pubDate>
 <dc:creator>allanm1</dc:creator>
 <guid isPermaLink="false">comment 266177 at http://typophile.com</guid>
</item>
<item>
 <title>I have seen icon sets with a</title>
 <link>http://typophile.com/node/29770#comment-266054</link>
 <description>&lt;p&gt;I have seen icon sets with a TrueType+Ribbon icon. Are these now standard in Vista?&lt;br /&gt;
Will Vista still look for the DSIG table?&lt;br /&gt;
Do OpenType PS still get the OpenType-O-icon regardless of the digital signature?&lt;/p&gt;
&lt;p&gt;I still run XP and couln&amp;#8217;t find the answers to those questions.&lt;/p&gt;
&lt;p&gt;Ralf&lt;/p&gt;
</description>
 <pubDate>Sat, 15 Mar 2008 03:26:35 -0700</pubDate>
 <dc:creator>Ralf Herrmann</dc:creator>
 <guid isPermaLink="false">comment 266054 at http://typophile.com</guid>
</item>
<item>
 <title>Expensive brand snobbery</title>
 <link>http://typophile.com/node/29770#comment-172940</link>
 <description>&lt;p&gt;Expensive brand snobbery when after you buy it, there is no cache to it.  If you by a BMW instead of a VW, at least the car snobs notice :-)&lt;/p&gt;
&lt;p&gt;You have helped me make my choice. I think I will support the lesser brand and save the $250. :-)&lt;/p&gt;
&lt;p&gt; ChrisL&lt;/p&gt;
</description>
 <pubDate>Mon, 11 Dec 2006 12:24:00 -0800</pubDate>
 <dc:creator>dezcom</dc:creator>
 <guid isPermaLink="false">comment 172940 at http://typophile.com</guid>
</item>
<item>
 <title>Chris, 
Thawte is owned by</title>
 <link>http://typophile.com/node/29770#comment-172937</link>
 <description>&lt;p&gt;Chris, &lt;/p&gt;
&lt;p&gt;Thawte is owned by VeriSign but VeriSign is a better-known brand. It&amp;#8217;s called product diversification. &lt;/p&gt;
&lt;p&gt;A.&lt;/p&gt;
</description>
 <pubDate>Mon, 11 Dec 2006 12:13:45 -0800</pubDate>
 <dc:creator>twardoch</dc:creator>
 <guid isPermaLink="false">comment 172937 at http://typophile.com</guid>
</item>
<item>
 <title>Why is Verisign’s version</title>
 <link>http://typophile.com/node/29770#comment-172875</link>
 <description>&lt;p&gt;Why is Verisign&amp;#8217;s version more than twice as much as Thawte?&lt;br /&gt;
Are they not the same thing?&lt;/p&gt;
&lt;p&gt;ChrisL&lt;/p&gt;
</description>
 <pubDate>Mon, 11 Dec 2006 06:54:48 -0800</pubDate>
 <dc:creator>dezcom</dc:creator>
 <guid isPermaLink="false">comment 172875 at http://typophile.com</guid>
</item>
<item>
 <title>David, 
that’s somewhat</title>
 <link>http://typophile.com/node/29770#comment-172872</link>
 <description>&lt;p&gt;David, &lt;/p&gt;
&lt;p&gt;that&amp;#8217;s somewhat surprising. I was under the impression that Linotype signs all their fonts. &lt;/p&gt;
&lt;p&gt;A.&lt;/p&gt;
</description>
 <pubDate>Mon, 11 Dec 2006 06:29:32 -0800</pubDate>
 <dc:creator>twardoch</dc:creator>
 <guid isPermaLink="false">comment 172872 at http://typophile.com</guid>
</item>
<item>
 <title>BTW, the Arabic fonts</title>
 <link>http://typophile.com/node/29770#comment-172808</link>
 <description>&lt;p&gt;BTW, the Arabic fonts (OpenType)  by Linotype don&amp;#8217;t have the OT/TTF icon &amp;#8212; just the &amp;#8217;plain&amp;#8217; .ttf&lt;/p&gt;
</description>
 <pubDate>Sun, 10 Dec 2006 16:13:39 -0800</pubDate>
 <dc:creator>david hamuel</dc:creator>
 <guid isPermaLink="false">comment 172808 at http://typophile.com</guid>
</item>
<item>
 <title>How to get an OpenType icon on a OpenType TTF Flavored font file?</title>
 <link>http://typophile.com/node/29770</link>
 <description>&lt;p&gt;Hi there!!&lt;/p&gt;
&lt;p&gt;When I generate a Opentype TrueType flavored font on FLAB, it gets a TrueType icon file in Windows. (I&amp;#8217;m not sure that also happens on MAC platform).&lt;br /&gt;
But I&amp;#8217;ve seen these kind of font files with the .TTF extension presenting an Opentype font icon. I know DaltonMaag uses this.&lt;/p&gt;
&lt;p&gt;How can this be done?&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m selling fonts with this format (for better screen hinting), but the .TTF extension and font file icon missleads some users...thinking they&amp;#8217;ve bought a simple TrueType font.&lt;/p&gt;
&lt;p&gt;many regards from sunny Brazil ;)&lt;/p&gt;
&lt;p&gt;Fabio&lt;/p&gt;
</description>
 <comments>http://typophile.com/node/29770#comments</comments>
 <category domain="http://typophile.com/taxonomy/term/6">Build</category>
 <pubDate>Tue, 28 Nov 2006 08:19:16 -0800</pubDate>
 <dc:creator>haag</dc:creator>
 <guid isPermaLink="false">29770 at http://typophile.com</guid>
</item>
</channel>
</rss>
