active questions tagged fonts - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T07:30:15Z http://stackoverflow.com/feeds/tag/fonts http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1860323/font-face-issue-with-safari-downloading-fonts 0 @font-face issue with Safari downloading fonts Shpigford 2009-12-07T14:31:52Z 2009-12-07T14:31:52Z <p>I'm using the following code to set up a new font via @font-face:</p> <pre><code>@font-face { font-family: 'VAGRoundedStd-Bold'; src: url('/stylesheets/fonts/vagbold.eot'); src: local('VAG Rounded Std Bold'), local('VAGRoundedStd-Bold'), url('/stylesheets/fonts/vagbold.woff') format('woff'), url('/stylesheets/fonts/vagbold.otf') format('opentype'), url('/stylesheets/fonts/vagbold.svg#VAGRoundedStd-Bold') format('svg'); } </code></pre> <p>But for whatever reason, Safari seems to first try to download the the font before checking the src that is set in @font-face (see the alert message attached).</p> <p>What am I doing wrong here? <img src="http://share.shpigford.com/images/download%5Ffont-20091207-072735.png" alt="Safari Alert Window"></p> http://stackoverflow.com/questions/386576/multilingual-flex-app 0 Multilingual Flex App unknown (google) 2008-12-22T15:53:12Z 2009-12-07T01:00:00Z <p>Hi, I'm working on a multilingual flex application that has to run in 27+ languages, including asian, hebrew and arabic, as well as all european languages.</p> <p>We work with an embedded font (Myriad Pro) and have plenty of styles in a css that make use of that embedded font. We've tested with a modified version of Myriad including all non western unicode chars taken from Arial Unicode and it works ok, but the weight of the swf is unacceptable.</p> <p>We have this two lines in our css..</p> <pre><code>@font-face { src: url("MyriadPro-Semibold.otf"); fontFamily: "Default Font"; fontWeight: bold; advancedAntiAliasing: true; } @font-face { src: url("MyriadPro-Regular.otf"); fontFamily: "Default Font"; advancedAntiAliasing: true; } </code></pre> <p>and the rest of stlyes use the "Default Font" when needed.</p> <p>What is the best solution for implementing the multilingual apps with runtime loading fonts, while maintaining the current stylesheet?</p> http://stackoverflow.com/questions/761778/forcing-anti-aliasing-using-css-is-this-a-myth 2 Forcing anti-aliasing using css: Is this a myth? Sasha Sklar 2009-04-17T19:06:20Z 2009-12-06T21:34:00Z <p>Recently a client has complained about the appearance of a system font in IE6. Basically th issue is that IE6 doesn't support font-smoothing/anti-aliasing (I know you can turn it on in an OS setting or something). But someone threw out this gem:</p> <p>"You can force font anti-alias in css by using pt instead of px."</p> <p>I did a quick POC in various browsers and saw no difference. I found one reference to it online, last post on this forum:</p> <p><a href="http://www.webmasterworld.com/css/3280638.htm" rel="nofollow">http://www.webmasterworld.com/css/3280638.htm</a></p> <p>This sounds like the equivalent of a web developer urban myth, my feeling is it's BS. Has anyone ever encountered it?</p> http://stackoverflow.com/questions/1835105/font-linking-in-the-registry 2 Font linking in the registry epotter 2009-12-02T19:05:30Z 2009-12-04T19:17:46Z <p>A few years back, I created a WinForms application that has been successfully deployed. The next version of the application must support Chinese and Korean characters. For aesthetic reasons, my client wanted all the text in the application displayed with the Arial font family. </p> <p>However, Arial doesn't support Chinese and Korean characters. On most platforms, the Windows Uniscribe <a href="http://msdn.microsoft.com/en-us/goglobal/bb688134.aspx" rel="nofollow">Font Fallback</a> mechanism adequately chooses a font to display the East Asian characters. But on English Windows XP, the font it picks is terrible. </p> <p>I've been looking at resolving this problem with <a href="http://msdn.microsoft.com/en-us/goglobal/bb688134.aspx" rel="nofollow">Font Linking</a>. This would allow me to specify which font should be used when Arial can't display a character. This seems like a very elegant solution. </p> <p>The problem is that the article I linked to says that adding font links through the registry is not officially supported. Also, changing the font links in the registry would impact the whole computer and not just my application. </p> <p>Does anyone have experience with added font links? Did it work? What are the situations that are going to bit me later?</p> http://stackoverflow.com/questions/1848799/where-do-you-find-your-fonts 5 Where do you find your fonts? carrier 2009-12-04T18:28:23Z 2009-12-04T19:00:45Z <p>Where do you go to find fonts to use in web development or other.</p> http://stackoverflow.com/questions/4689/recommended-fonts-for-programming 178 Recommended Fonts for Programming? tbreffni 2008-08-07T13:08:44Z 2009-12-04T07:22:38Z <p>What fonts do you use for programming, and for what language/IDE? I use <a href="http://www.microsoft.com/downloads/details.aspx?familyid=22e69ae4-7e40-4807-8a86-b3d36fab68d3&amp;displaylang=en" rel="nofollow" title="Consolas">Consolas</a> for all my Visual Studio work, any other recommendations?</p> http://stackoverflow.com/questions/1112550/how-do-you-map-mac-fonts-to-windows-fonts 1 How do you map mac fonts to Windows fonts tom7 2009-07-11T00:17:50Z 2009-12-03T20:00:03Z <p>I need to display a file that comes from a mac on a Windows machine.</p> <p>The font name in the mac file is "Helvetica". </p> <p>Windows does not have Helvetica but it has "Arial" which is the close. However, if I pass "Helvetica" to a WPF control the font family is ignored.</p> <p>How can I get programmatically the closest font from "Helvetica" on Windows?</p> http://stackoverflow.com/questions/1838295/custom-font-and-a-cms 0 Custom font and a CMS NatalieMac 2009-12-03T07:41:11Z 2009-12-03T08:28:23Z <p>I'm building a web site for an artist who has had a custom font made from his handwriting. He'd like to use this font extensively throughout the site - not for all body copy because it'd be difficult to read, but for headings, navigation, callouts, things like that.</p> <p>I've got the file - it's a TrueType font file.</p> <p>We're going to be using a PHP-based CMS to build the site.</p> <p>What is the best way to go about using this custom font for this purpose while still allowing page name, titles, etc. to be edited by the client in the CMS? I'd like to accommodate as many users as possible, but it would be fine if some site visitors saw Arial or Verdana or whatever we choose for the body copy.</p> <p>Should I give @font-face a whirl? Use PHP to create images on the server? Sifr? This site will likely be around for awhile, so I'd like to be as forward-thinking as possible. At the same time, I'd like to be really sure nobody can use the font on their own web sites or download a copy.</p> <p>Some background info on his current existing site: Reasonably busy site with about 500 visits (2000 page views) per day.</p> <p>Browser stats:</p> <p>IE: 48% (10% of IE users on IE6, 42% on IE7, 48% on IE8)</p> <p>FF: 32% (38% of those on 3.5.5, 29% on 3.0.15, 11% on 3.5.4, 4% on 2.0.0.20, and 5% on 3.5.2)</p> <p>Safari: 17% (53% of those on 531.9, 13% on 531.21.10, 7% on 528.16, 5% on 525.22 and 4% on 530.19)</p> <p>Chrome: 2% (41% of those on 3.0.195.33, 31% on 3.0.195.27, 21% on 3.0.195.32 and 4% on 4.0.223.16)</p> http://stackoverflow.com/questions/1836735/font-and-line-spacing-in-different-browsers 0 Font and line spacing in different browsers Chris 2009-12-02T23:53:53Z 2009-12-03T02:37:39Z <p>Is there any reasonable way to control font spacing across all browsers such that text will line up as intended, short of absolute positioning? Take the following example from a project I'm working on:</p> <p><img src="http://i149.photobucket.com/albums/s52/ripvannwinkler/BrowserSpacing.png" alt="alt text"></p> <p>The first is Firefox 3.5, the second is IE 8, and the third is IE 6. The form being shown is contained within an absolutely positioned div and is laid out using ol/li elements. I have a 5px bottom margin on each list element to provide spacing, but other than that, everything is rendered inline. I'm aware that each browser renders fonts differently and this is what accounts for the creep in spacing, but it can become quite a nuissance (this particular form gave me hell) when trying to lay things out in a fixed area (for something like a modal dialog).</p> http://stackoverflow.com/questions/1468022/how-to-specify-monospace-fonts-for-cross-platform-qt-applications 1 How to specify monospace fonts for cross platform Qt applications ? Luper Rouch 2009-09-23T19:09:39Z 2009-12-02T21:28:49Z <p>Is there a platform independent way to specify a fixed width font for a Qt widget ?</p> <p>If I set the font to "Monospace" in Designer on Linux, it is not found on Windows and Arial is used instead.</p> http://stackoverflow.com/questions/1831922/how-to-prevent-users-from-resizing-the-font-on-my-web-site 0 How to prevent users from resizing the font on my web site? RealSuka 2009-12-02T10:10:13Z 2009-12-02T10:55:28Z <p>How to prevent users from resizing the font on my web site?</p> http://stackoverflow.com/questions/776216/flash-antialiasing-characters-on-dynamic-textfields-without-embedding-fonts-in 1 Flash: Antialiasing characters on dynamic textfields without embedding fonts, in japanese sthg 2009-04-22T08:37:34Z 2009-12-02T08:36:50Z <p>Hi, I'm trying to achieve antialiasing on dynamic textfields in flash on a Japanese site. The content of these textfields is not fixed data.</p> <p>I don't have the option to embed the fonts, since embeddeding all characters will result in a very heavy swf file(3000kb+ just for the fonts). This is due to the fact that there's a large number of unique characters in japanese(literally thousands). </p> <p>Basically, any flash site using dynamic textfields faces the same choice:</p> <ol> <li>keep the filesize down and use only Device Fonts (without antialiasing)</li> <li>force a 3mb+ font download to the user to display smooth antialiased fonts.</li> </ol> <p>I've asked around to some japanese friends, and they said "Shoganai!" (translation: "can't be helped"). Anybody have ideas?</p> <p>ps: unfortunately, silverlight is not an option either.</p> http://stackoverflow.com/questions/1829214/how-can-i-get-arial-helvetica-and-sans-serif-working-for-css-styled-dynamic-html 0 How can I get Arial, helvetica and sans-serif working for CSS styled dynamic HTML Textfields in a Flash 9 swf on MacOSX? Johan Carlsson 2009-12-01T21:56:09Z 2009-12-01T21:56:09Z <p>How can I get Arial, helvetica and sans-serif working for CSS styled dynamic HTML Textfields in a Flash 9 swf on MacOSX?</p> <p>I'm generating a number of Textfields problematically and I use CSS to style their content. It works just fine when the swf's are viewed in a browser on Windows, but neither in Safari nor Mozilla on MacOSX.</p> <p>I've tried adding Arial as a font to my Library, I've tried to make it accessible in action script, instantiating them and creating a format and adding them to the textfile, and setting the embed=True. This works fine for non-HTML textfields, but not for the ones styled with HTML+CSS.</p> http://stackoverflow.com/questions/1821981/which-font-should-i-use-for-latin-and-east-asian-characters 1 Which font should I use for Latin and East Asian characters epotter 2009-11-30T19:47:06Z 2009-12-01T13:46:18Z <p>My application needs to be able to display text in English, German, Chinese, and Korean. I would like to use a single font throughout the application. I know I could use Arial Unicode MS or Lucida Sans Unicode. But they are both very large and need to be licensed. </p> <p>Is the a good font that I could use?</p> <p>edit: This is a windows forms application.</p> http://stackoverflow.com/questions/1824553/flash-as3-font-embed-causes-positioning-error-with-chalet-font 0 Flash/AS3 > Font Embed causes positioning error with Chalet Font tonejac 2009-12-01T07:29:03Z 2009-12-01T08:21:32Z <p>I'm trying to embed the Chalet font to some dynamic text fields and it is causing the vertical position of the text to jump up above the actual textfield. (<a href="http://www.tonyjacobson.com/chaletFontProblem.png" rel="nofollow">see screenshot</a>) Is Chalet a messed up font? (or more likely, Flash is sooo screwed up in handling fonts) This font displays absolutely fine in Photoshop and Illustrator.</p> <p>Anyone have some advice on how to get this font to display properly in Flash?</p> http://stackoverflow.com/questions/725226/how-to-embed-a-font-in-a-pdf-with-rdlc 0 How to embed a Font in a PDF with RDLC marc.d 2009-04-07T11:34:45Z 2009-11-28T19:00:02Z <p>hi,</p> <p>i am using Microsoft.Reporting.WebForms.LocalReport to generate some PDF, everything works like a charm, but now evil marketing wants to use a custom font (they are using such crazy arguments as "corporate identity" and stuff).</p> <p>i already goggled around and now i know that</p> <ul> <li>i need ReportViewer 2008 SP1 or greater </li> <li>the font has to be marked as embedding allowed </li> <li>the font has to be TrueType</li> </ul> <p>but it still doesn't work. i belief that RDLC does not support this feature, does anybody know if this is the case? unfortunately i cant use Server-side reports cause i am lacking a Reporting Server.</p> <p>tia</p> http://stackoverflow.com/questions/1812999/adobe-flex-loading-embedded-fonts-from-modules 0 Adobe Flex, loading embedded fonts from modules Max 2009-11-28T16:47:41Z 2009-11-28T16:47:41Z <p>I am just programming a language learning app in Flex for various Asian languages. As some of these languages have very big font sizes (e.g. Chinese), I do not want to load all these fonts into the app. at once but was thinking to put them into different modules and then load only the specific module (depending on which language is chosen in the main app). For this I moved the style part from the main app:</p> <pre><code>&lt;mx:Style&gt; @font-face { font-family:DedicatedFont; src: url('assets/fonts/cma.ttf'); fontStyle: normal; font-weight: normal; } &lt;/mx:Style&gt; </code></pre> <p>into the different modules. Above one is e.g. for the Chinese font (cma.ttf). </p> <p>The modules are created and I can also use the fontstyle (DedicatedFont) in the module itself, but I can not access it from my main application.</p> <p>Could anybody pls tell me how I can load this module into my main app and then use the DedicatedFont style in my main app.</p> http://stackoverflow.com/questions/1812709/best-font-face-for-printed-report 0 Best Font Face for Printed Report [closed] Daniel Silveira 2009-11-28T15:01:36Z 2009-11-28T15:18:33Z <p>I know! It isn't programming related... But It is a programmer related question!</p> <p>Most of us have to develop reports to be printed once awhile.</p> <p>So, What font do you think looks good and formal for printed reports? </p> http://stackoverflow.com/questions/1810787/font-is-stuck-in-times-new-roman-in-ie 0 font is STUCK in times new roman in ie. JCHASE11 2009-11-27T22:09:46Z 2009-11-28T03:07:15Z <p>I am building a page, and when it is viewed in IE (all versions) the entire text is stuck on times new roman. Here is my CSS:</p> <pre><code>body{ color:#222222; margin:0 auto; background-color:#000; font-family: "Tw Cen MT","Gill Sans","Century Gothic"; } </code></pre> <p>In Safari and Firefox, the Tw Cen MT is displayed great, but in IE Times New roman is displayed. Any way I can fix that?</p> http://stackoverflow.com/questions/1809200/php-gd-font-width-calculate-help 0 PHP GD Font Width Calculate Help Ozzy 2009-11-27T14:50:02Z 2009-11-27T15:00:54Z <p>OK a little backstory. I am redesigning one of my old websites and I want to use Myriad Pro as a title on the page. This will be dynamic with php etc.</p> <p>At first i thought i should just use css styles and define myriad as the main font. But after using typetester.org, i found that myriad and lets say arial are different heights even if they are the same font size.</p> <p>So i could use css and risk breaking my design in browsers without the font...</p> <p>So then i thought i could use sifr (w/e its called lol)</p> <p>At last i decided to use PHP GD.</p> <p>Which brings me to my question:</p> <p>Is it better to set a fixed image width large enough to accomadate lots of text within GD or to dynamically calculate the images width according to the ammount of characters.</p> <p>If the second one is better, how would i calculate the width of a non fixed width font like Myriad?</p> <p>ps, i dont know if my server supports imagemagik so GD solutions only please</p> <p>pps, if anyone can also inform me of another way i can use Myriad pro that doesnt resort to GD.</p> <p>Thanks :)</p> http://stackoverflow.com/questions/1807640/how-do-i-determine-the-narrowest-font-on-windows 1 How do I determine the "narrowest" font on Windows? René Nyffenegger 2009-11-27T09:23:55Z 2009-11-27T14:47:49Z <p>Hello </p> <p>I am looking for a way to find the font that uses the least average horizontal space per letter, since I have a few buttons in my application that need to show a rather long text in it, and the goal is to make the buttons with the minimal width necessary.</p> <p>Since I already know the environment where the application is going to be installed, the solution needs not necessarily be a script or program, it is sufficient for me to have the font at design time.</p> <p>For what it is worth, it is going to be an ms-Access application.</p> http://stackoverflow.com/questions/1759662/text-shadow-in-ie-alternatives 0 Text shadow in IE, alternatives Charuru 2009-11-18T22:38:06Z 2009-11-27T14:15:28Z <p>I have a need for text-shadow for <strong>inline, long, paragraph text</strong> in IE. I understand progressive enhancement, but the situation is different. I do absolutely need text-shadow, it's not a design issue, but a matter central to the function of my app.</p> <p>In any case, IE does not support CSS text-shadow. What are some alternatives? I know that some fonts have outlines that creates a similar effect as text-shadows, but does IE support web-unsafe fonts?</p> <p>What about dynamic image replacement? Is that a viable tactic? I'm thinking probably not, considering the length of the text. </p> <p>Does anyone have any suggestions? I've also considered forcing google chrome frame, but that's sort of a last resort thing if there are no other viable strategies.</p> <p>Thanks.</p> http://stackoverflow.com/questions/1806583/alternatives-to-fontforge 0 Alternatives to FontForge jack 2009-11-27T03:14:13Z 2009-11-27T04:02:38Z <p>I use python bindings for FontForge under Ubuntu. It constantly runs into crash without any clues about the reason, e.g. segmentation fault, memory mapping errors, etc.</p> <p>All what I need is to read font file's (.ttf and .otf) meta data (font name, family name, version, unique id, copyright, license, designer, designer url, etc) and count the glyphs it has.</p> <p>Are there any alternatives to fontforge which do above jobs in a more stable way? Any suggestions will be appreciated.</p> http://stackoverflow.com/questions/1797569/definefontalignzones-in-swf-version-8-and-how-to-calculate-the-alignment-zone-for 0 DefineFontAlignZones in SWF version 8 and how to calculate the alignment zone for a glyph Corne 2009-11-25T15:11:39Z 2009-11-25T15:11:39Z <p>Version 8 of the Flash SWF format provides the DefineFontAlignZones tag for better text rendering. The advanced text rendering engine uses alignment zones to establish the borders of a glyph for pixel snapping. </p> <p>In order to use this tag I have to calculate the alignment zone for each used glyph. Does anybody know how to do this?</p> http://stackoverflow.com/questions/1786031/applying-a-fontfamily-to-all-controls-in-silverlight-4-beta 1 Applying a FontFamily to all Controls in Silverlight 4 Beta David Brown 2009-11-23T21:17:40Z 2009-11-24T23:17:37Z <p>I'd like to give every <code>Control</code> a certain <code>FontFamily</code> and <code>FontWeight</code> in Silverlight 4.0. I know that styles can now apply to all controls of a certain type, so I tried this:</p> <pre><code>&lt;Style TargetType="Control"&gt; &lt;Setter Property="FontFamily" Value="Arial" /&gt; &lt;Setter Property="FontWeight" Value="Bold" /&gt; &lt;/Style&gt; </code></pre> <p>Unfortunately, that doesn't appear to work. I can do this for types that derive from <code>Control</code>, however. For example, setting <code>TargetType</code> to <code>Button</code> applies those values to every <code>Button</code> in my application.</p> <p>Why can't I do this for the <code>Control</code> base class, then?</p> http://stackoverflow.com/questions/1779708/java-awt-fitting-text-in-a-box 1 Java (AWT): fitting text in a box Folkert van Heusden 2009-11-22T19:30:23Z 2009-11-22T20:54:01Z <p>I have an application that extends a Frame. Then, it'll display a few lines of text using:</p> <pre><code>Font f = new Font("Arial", Font.PLAIN, 10); g.setFont(f); g.drawString("Test|great Yes ^.", x, y + 10); </code></pre> <p>Now what happens is that the text doesn't fit in the box around. E.g. I'm expecting the text to fit in [x,y]-[x+width, y+10] (don't care about the width) but it falls somewhat below the y+10 line. Now for most characters ('T', 'e', etc.) this fits but '|' and 'g' don't! They go below the y+10-line. It seems you can't use: draw at y + characterHeight. But what does work?</p> <p>To see what I mean, here's some sample code:</p> <pre><code>import java.awt.*; public class test extends Frame { public test() { /* retrieve max window size */ GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment(); GraphicsDevice[] gs = ge.getScreenDevices(); GraphicsConfiguration [] gc = gs[0].getConfigurations(); Rectangle r = gc[0].getBounds(); setSize(r.width, r.height); setVisible(true); } public void paint(Graphics g) { final int windowWidth = getSize().width; final int windowHeight = getSize().height; g.setColor(Color.BLUE); g.fillRect(0, 0, windowWidth, windowHeight); g.setColor(Color.WHITE); g.fillRect(0, 100, windowWidth, 110); int textHeight = 100; Font f = new Font("Arial", Font.PLAIN, textHeight); g.setFont(f); g.setColor(Color.BLACK); g.drawString("Test|great Yes ^.", 10, 100 + textHeight); } public void guiLoop() { for(;;) { try { Thread.sleep(1000); } catch(Exception e) { } } } public static void main(String [] args) { new test().guiLoop(); } } </code></pre> <p>I tried the following code as well:</p> <pre><code>public void paint(Graphics g) { final int windowWidth = getSize().width; final int windowHeight = getSize().height; g.setColor(Color.BLUE); g.fillRect(0, 0, windowWidth, windowHeight); g.setColor(Color.WHITE); g.fillRect(0, 100, windowWidth, 110); int textHeight = 100; String str = "Test|great Yes ^."; Font f = new Font("Arial", Font.PLAIN, textHeight); Rectangle2D boundingRectangle = f.getStringBounds(str, 0, str.length(), new FontRenderContext(null, false, false)); f = f.deriveFont((float)(textHeight * (textHeight / boundingRectangle.getHeight()))); boundingRectangle = f.getStringBounds(str, 0, str.length(), new FontRenderContext(null, false, false)); g.drawString(str, 10, 100 + (int)boundingRectangle.getHeight()); g.setFont(f); g.setColor(Color.BLACK); g.drawString(str, 10, 100 + textHeight); } </code></pre> <p>This is somewhat better: the text is smaller so it <em>might</em> fit, but there's still the problem that the y-position is incorrect.</p> <p>All help is appreciated!</p> http://stackoverflow.com/questions/50528/font-size-independent-ui-everything-broke-when-i-switched-to-120-dpi 9 Font-size independent UI: everything broke when I switched to 120 DPI!? Domenic 2008-09-08T19:58:22Z 2009-11-22T17:22:00Z <p>So I was reading those Windows Vista UI guidelines someone linked to in another question, and they mentioned that you should be able to survive a switch to 120 DPI. Well, I fire up my handy VM with my app installed, and what do we get... AAAAGH!!! MASSIVE UI FAIL!</p> <p>Everything's all jumbled: some containers aren't big enough for their text; some controls that were positioned "next to each other" are now all squished together/spread apart; some buttons aren't tall enough; my <code>ListView</code> columns aren't wide enough... eeek.</p> <p>It sounds like a completely different approach is in order. My previous one was basically using the VS2008 Windows Forms designer to create, I guess, a pixel-based layout. I can see that if I were to stick with Windows Forms, <code>FlowLayoutPanel</code>s would be helpful, although I've found them rather inflexible in the past. They also don't solve the problem where the containers (e.g. the form itself) aren't big enough; presumably there's a way to do that? Maybe that <code>AutoSize</code> property?</p> <p>This might also be a sign that it's time to jump ship to WPF; I'm under the impression that it's specifically designed for this kind of thing.</p> <p>The basic issue seems to come down to these:</p> <ul> <li>If I were to stick with Windows Forms, what are all the tricks to achieving a font-size-independent layout that can survive the user setting his fonts large, or setting the display to 120 DPI?</li> <li>Does WPF have significant advantages here, and if so, can you try to convince me that it's worth the switch?</li> <li>Are there any general "best-practices" for font-size-independent layouts, either in the .NET stack or in general?</li> </ul> http://stackoverflow.com/questions/1232204/uniscribe-kerning 3 Uniscribe Kerning Ali Parr 2009-08-05T09:45:51Z 2009-11-21T00:06:39Z <p>At work, I have been tasked with improving the text rendering of our application to better support text character kerning. Our application generates images that appear on Television, so image quality is paramount. Therefore, even small improvements to the appearance of any output we generate is very useful.</p> <p>Our current text engine is implemented using Uniscribe, which seems to be an ideal solution. As mentioned <a href="http://stackoverflow.com/questions/1169709/">here</a>, it supports ligature substitution in a context aware fashion with complex scripts. It also handles right-to-left languages, and BiDi. This is all important as we need to be able to render arabic/cursive languages perfectly. </p> <p>It therefore seems rather peculiar that Uniscribe doesn't appear to output glyph kerning information. I have attached a screenshot to demonstrate the issue.</p> <p><img src="http://www.aliparr.net/kerning.jpg" alt="alt text" /></p> <p>My app performs the same as notepad in that every glyph appears 'monospaced'. Notice how in Photoshop CS2, the bridge at the top of the 'T' nicely overhangs the 'e'. I want to recreate this.</p> <p>I am aware of other APIs such as Pango/Freetype - but it seems a rather heavyweight solution to include all of that just to do the final 1% of this task, if Uniscribe is so great at everything else.</p> <p>Am I missing a step using Uniscribe? What is the best solution to this? Can Freetype export kerning information in a lightweight fashion, so that I can integrate it with the existing Uniscribe solution? </p> <p>N.b. We only need to run on Windows - platform portability is thankfully not an issue I need to worry about right now.</p> <p>Cheers in advance ! </p> http://stackoverflow.com/questions/1772449/changing-font-size-and-leaving-space-between-button-in-a-joptionpane 0 Changing Font Size and leaving space between button in a JOptionPane Michael Minerva 2009-11-20T18:37:22Z 2009-11-20T19:08:49Z <p>The text in my JOptionPanes are way to small I was wondering how I could change the font of the text inside the pane. Also, I would like to be set a space between two buttons. </p> <p>Something like</p> <pre><code> |Canecl| |DoneSave| |Save| </code></pre> http://stackoverflow.com/questions/1770498/change-font-size-in-emacs-cli 0 Change font size in Emacs cli Mark F 2009-11-20T13:42:34Z 2009-11-20T13:46:20Z <p>How can i change Emac's default font size in command-line, not the X version of emacs?</p>