<?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 does font get rendered? - Comments</title>
 <link>http://typophile.com/node/45089</link>
 <description>Comments for &quot;how does font get rendered?&quot;</description>
 <language>en</language>
<item>
 <title>yeah, thats my worry. i plan</title>
 <link>http://typophile.com/node/45089#comment-277406</link>
 <description>&lt;p&gt;yeah, thats my worry. i plan to create font for a non-english language (Hindi, devnagari script). I think it&amp;#8217;s the only solution I have.&lt;/p&gt;
</description>
 <pubDate>Thu,  8 May 2008 16:45:09 -0700</pubDate>
 <dc:creator>badmad</dc:creator>
 <guid isPermaLink="false">comment 277406 at http://typophile.com</guid>
</item>
<item>
 <title>Actually, a great deal</title>
 <link>http://typophile.com/node/45089#comment-277304</link>
 <description>&lt;p&gt;Actually, a great deal depends on how you design your web page.&lt;/p&gt;
&lt;p&gt;If it&amp;#8217;s to be all in a &amp;#8220;weird&amp;#8221; character set, one not commonly supported, you&amp;#8217;re in trouble...&lt;br /&gt;
On the other hand, if it&amp;#8217;s mainly Latin text, with &lt;em&gt;some&lt;/em&gt; parts in your special font, you might be able to insert these as images.&lt;/p&gt;
&lt;p&gt;Another option is to start by saying &amp;#8220;You will need this-and-this font to view the page&amp;#8221;, and put it up for download. I guess a Windows TTF format is supported by the majority of OS systems &amp;#8212; Windows, of course, but also Mac OS X, as well as any FreeType based Linux browser.&lt;/p&gt;
</description>
 <pubDate>Thu,  8 May 2008 06:40:56 -0700</pubDate>
 <dc:creator>Theunis de Jong</dc:creator>
 <guid isPermaLink="false">comment 277304 at http://typophile.com</guid>
</item>
<item>
 <title>thanks to both Theunis and</title>
 <link>http://typophile.com/node/45089#comment-277228</link>
 <description>&lt;p&gt;thanks to both Theunis and Ricardo.&lt;/p&gt;
&lt;p&gt;I get what Theunis said. I&amp;#8217;ll first go through the references Ricardo sent and then pose any further questions. let me do some homework...&lt;/p&gt;
&lt;p&gt;thanks again...&lt;/p&gt;
</description>
 <pubDate>Wed,  7 May 2008 16:23:26 -0700</pubDate>
 <dc:creator>badmad</dc:creator>
 <guid isPermaLink="false">comment 277228 at http://typophile.com</guid>
</item>
<item>
 <title>Hi. Perhaps you should read</title>
 <link>http://typophile.com/node/45089#comment-277221</link>
 <description>&lt;p&gt;Hi. Perhaps you should read through these primers on Web typography &amp;#8212; they will give you some answers and basic information.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://webstyleguide.com/type/character.html&quot; title=&quot;http://webstyleguide.com/type/character.html&quot;&gt;http://webstyleguide.com/type/character.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.efuse.com/Design/web_fonts_basics.html&quot; title=&quot;http://www.efuse.com/Design/web_fonts_basics.html&quot;&gt;http://www.efuse.com/Design/web_fonts_basics.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;[EDIT] Ah &amp;#8212; Theunis beat me to it, and answered your queries point by point!&lt;/p&gt;
</description>
 <pubDate>Wed,  7 May 2008 15:33:34 -0700</pubDate>
 <dc:creator>Ricardo Cordoba</dc:creator>
 <guid isPermaLink="false">comment 277221 at http://typophile.com</guid>
</item>
<item>
 <title>1. Not necessarily — see</title>
 <link>http://typophile.com/node/45089#comment-277220</link>
 <description>&lt;p&gt;1. Not necessarily &amp;#8212; see 2.&lt;/p&gt;
&lt;p&gt;2. The font&amp;#8217;s creator is responsible for assigning character codes to each of the images (&amp;#8220;glyphs&amp;#8221;). Although this can be in any number of different encodings, typically they get Unicodes as well. The &lt;a href=&quot;/wiki/href%25253D%252522www.unicode.org&quot; class=&quot;wiki-create&quot;&gt;Unicode&lt;/a&gt; of each character is used by almost every, if not every, program to distinguish between characters. While it&amp;#8217;s perfectly possible to draw an &amp;#8217;A&amp;#8217; character in your font and assign it the Unicode value for, say, &amp;#8217;1&amp;#8217; (U+0030), this will make your font unusable in all programs: everywhere the character &amp;#8217;1&amp;#8217; is drawn, the end user sees an &amp;#8217;A&amp;#8217;...&lt;/p&gt;
&lt;p&gt;3. Why&amp;#8217;d you think that? Browsers on common systems (Mac OS X and Windows) don&amp;#8217;t draw fonts themselves. They rely on the system and on the fonts installed on this system. It&amp;#8217;s quite rare to see a font unique to a browser. I think Safari on Windows may be an exception &amp;#8212; I heard it comes with its own default font, Lucida Grande.&lt;br /&gt;
The situation is slightly different for Linux boxes, because these do not have a dedicated font drawing module. (But I suspect every current KDE and Gnome distribution works the same as Windows/OS X. Why would one include a font drawing module if the system already provides one?)&lt;/p&gt;
&lt;p&gt;Back to 1. If your font is just for looks, it can safely be replaced by (almost) any system font the user has. The exception is, of course, if your font provides characters that &lt;em&gt;are&lt;/em&gt; defined in the Unicode set, but are not available in the commonly distributed fonts. You might use a nice Cherokee font on your site, but if the user has no font at all with these characters, she can&amp;#8217;t see them.&lt;/p&gt;
</description>
 <pubDate>Wed,  7 May 2008 15:27:53 -0700</pubDate>
 <dc:creator>Theunis de Jong</dc:creator>
 <guid isPermaLink="false">comment 277220 at http://typophile.com</guid>
</item>
<item>
 <title>how does font get rendered?</title>
 <link>http://typophile.com/node/45089</link>
 <description>&lt;p&gt;hi folks,&lt;/p&gt;
&lt;p&gt;it&amp;#8217;s my first post here. i tried to use the search tool but as my questions are so general, it couldn&amp;#8217;t return good answers.&lt;/p&gt;
&lt;p&gt;I am trying to create few fonts and see how it comes on a webpage. In this process, i have couple of questions... basic ones!!&lt;/p&gt;
&lt;p&gt;1. say I created fonts in a non-english language and used this font to develop a webpage. Now, when another person opens up this page, how will it be rendered on his machine? does he need to install this font?&lt;/p&gt;
&lt;p&gt;2. is there any association between a font and unicode characters? if yes, can you explain how are they related.&lt;/p&gt;
&lt;p&gt;3. Is my understanding correct here? Browsers don&amp;#8217;t need any font installed on local machine to render unicode fonts? is it correct?&lt;/p&gt;
&lt;p&gt;By asking all these questions, i am trying to understand how this font gets rendered on local user&amp;#8217;s machine if used in a webpage to increase the usability of fonts.&lt;/p&gt;
&lt;p&gt;please let me know. i may have asked wrong or a noob like questions but i hope it&amp;#8217;d be fine.&lt;/p&gt;
&lt;p&gt;thanks in advance&lt;/p&gt;
</description>
 <comments>http://typophile.com/node/45089#comments</comments>
 <category domain="http://typophile.com/taxonomy/term/4">General Discussions</category>
 <pubDate>Wed,  7 May 2008 14:52:30 -0700</pubDate>
 <dc:creator>badmad</dc:creator>
 <guid isPermaLink="false">45089 at http://typophile.com</guid>
</item>
</channel>
</rss>
