[SOLVED] How to make small MS fonts antialiased?

I have the ttf-vista-fonts package installed because I like fonts like Calibri. However, at font sizes under 15 pt, that font (and one or two others in the set) gets rendered without antialiasing on, which really grates on the eyes considering that the other fonts on my system are antialiased at that size. To make matters horrendously worse, anytime a ligature occurs in the text ("tt", "fi", etc.), those letter pairs are antialiased! I copied the calibri TTF files over from a Windows installation and they are indeed the same files as on Windows, where it antialiases all the way down to 8 pt and possibly lower. From this I know it's something in my configuration.
What in my configuration is making this happen and what do I have to change to make this font antialias all the way down? Something in my fonts.conf maybe?
Last edited by jgott (2011-06-17 22:25:03)

thayer wrote:
Calibri has embedded bitmaps; this drove me nuts too. The easiest thing to do, depending on your current DE/WM, is to add the following lines to your ~/.fonts.conf
<!-- disable embedded bitmaps in fonts to fix Calibri, Cambria, etc. -->
<match target="font">
<edit mode="assign" name="embeddedbitmap"><bool>false</bool></edit>
</match>
Check out my fonts.conf for more info. Websites like http://codinghorror.com used to look horrible before this fix.
Thank you, this quick little snippet totally did the trick. And actually, Coding Horror was one of the places where I was constantly bugged by this in the recent past.

Similar Messages

  • How to make firefox render fonts as google-chrome does? (screenshot)

    How do I make firefox render fonts as google chrome does as shown in screenshot? (Chrome below and firefox above)
    Notice for instance the dash "/", "Explore", "Features" etc and the text at the bottom "added git_fixes".
    I'm no expert but is it antialiasing that makes the difference? Cause it seems the font is the same, right?
    .Xresources
    Xft.dpi: 120
    Xft.antialias: true
    Xft.hinting: true
    Xft.hintstyle: hintmedium
    Xft.rgba: rgb
    Xft.lcdfilter: lcdlight
    ~/.config/fontconfig/fonts.conf
    <?xml version="1.0"?>
    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
    <fontconfig>
    <match target="font">
    <edit name="antialias" mode="assign">
    <bool>true</bool>
    </edit>
    <edit name="hinting" mode="assign">
    <bool>true</bool>
    </edit>
    <edit name="hintstyle" mode="assign">
    <const>hintfull</const>
    </edit>
    <edit name="rgba" mode="assign">
    <const>rgb</const>
    </edit>
    <edit mode="assign" name="lcdfilter">
    <const>lcdlight</const>
    </edit>
    </match>
    </fontconfig>
    I have ttf-win7-fonts installed, and also recently I've installed Infinality (haven't configured it, necessary?).
    Advice appreciated.

    bleach wrote:
    well in firefox you can chose your font and then unclick the let sites chose there own fonts.
    ya looking at your picture I do see the diff. but I do not have that pixelation in my firefox.
    .Xresources has nothing to do with gtk
    I do want to let sites choose their own fonts though.
    When I look closely on my screenshot I wonder if it's even the same font though (the "3" looks very different).
    Perhaps that's where the problem lies.
    If I force firefox to use Arial, it looks good. If I set it to Helvetica which seems to be the font used, it looks like in the screenshot - pixelated.
    $ fc-match helvetica
    helvR12-ISO8859-1.pcf.gz: "Helvetica" "Regular"
    Seems it doesn't use truetype (helvetica.ttf?) as default font for helvetica - shouldn't it?

  • How to make the menu fonts larger in Bridge CC 2014?

    I just upgraded my monitor to a 3840x2160 HiRez  & Photoshop CC 2014 /Bridge CC 2014. I have been able to make the menu fonts large enough to read in Photoshop CC but not for Bridge. Any suggestions on how to enlarge the fonts in Bridge?
    Thanks!

    Add code to the <b>userChrome.css</b> file below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    <pre><nowiki>@namespace url("https://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #places * { font-size:16px !important; }
    </nowiki></pre>
    The customization files userChrome.css (user interface) and userContent.css (websites) are located in the <b>chrome</b> folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration

  • How to make a fixed font thinner

    Hi there.....
    I use a font that's specially made ( see att ).....Does somebody know how to make this font some thinner ?
    Thankxxxxx.
    See you,
    Chabby

    If you want to keep the font live for future work you can make new thinner versions using an application like FontLab Studio or Fontographer.
    If it's just a question of making a single word thinner you can often get away with outlining it, giving it a stroke, expanding the stroke and then subtracting the stroke from the fill with Pathfinder. Try this using a white stroke so that you can judge how heavy the stroke needs to be. This isn't a perfect solution, but like I say, you can sometimes get away with it as long as the stroke is not too heavy.

  • How to make smaller format?

    Hi!
    Is it possible to make smaller format for movie(DVD),because when i copy movie from original dvd to my laptop he takes 7.78GB on hard?
    thank you

    Have you already tried burning to Verbatim DL media 8.5GB at 4x?
    If DL isn't an option for you then consider using Roxio Toast and SL Dvd-R (fit to dvd) in order to burn the image to SL Verbatim Dvd-R (your choice).
    Hope this helps but if not just come on back.
    Message was edited by: SDMacuser

  • How can do I solve the problem of small display fonts with Muse?

    I am trial testing Muse on my Surface Pro 3. The fonts display as very, very small maybe 3 pt. How can I correct this?

    Assuming you're referring to the size of the UI text and elements, the only workaround at the moment is to lower the display resolution. Right-click the desktop and select “Screen resolution”. Then, select the desired resolution with the “Resolution” slider. I think the Surface will letterbox for resolutions that aren’t labeled, but the labeled ones should work.
    We're actively working on full support for ultra high resolution displays on Windows, but unfortunately it's a substantial body of work. Until that's complete and released, the only workaround is to temporarily lower your display resolution when working in Muse (and some other non-ultra high resolution enabled apps).

  • How to make a handwriting font look like real handwriting in InDesign CS5

    This is a script I've written (AppleScript) that addresses the  problem most handwriting fonts have — they look like fonts, mostly  because they're settled so regularly along the baseline and their glyphs  are so uniform.
    It began as a way for me to address a  need for a project I was working on, something designed to look like a  scrapbook. I was using the "Journal" typeface designed by Fontourist  (http://www.dafont.com/journal.font), which gave me a good balance of  readability and organic feel, but of course it had the same issues as  all other fonts of its ilk.
    To address that I wrote a  script to trawl the taxt frames in a specified CS5 INDD document,  looking fist to see if they had that font as their active one, after  which the script shifts each glyph up or down the baseline by a random  amount, gives each glyph a random stroke weight change, and finally  tints each glyph a random amount off of its basic tint.
    Each  of these changes is very subtle, with the result being something that  looks considerably more organic and hand-made than the font did out of  the can. The script should be easily modified by anyone who wants to run  it using a different font instead of "Journal". Here it is. Enjoy!
    -- This script changes the  baseline offset, stroke width, and color tint
    -- of any type set in the "Journal" typeface to randomized values,  giving
    -- the text a much more organic look and feel.
    -- Written by Warren Ockrassa,  http://indigestible.nightwares.com/
    -- Free to use, modify and distribute, but I'd prefer attribution.
    -- Note that this script can take quite a while to execute with  larger
    -- or more complex files.
    set theItem to 0
    set theItem to choose file with prompt "Select a CS5 InDesign  document to modify..."
    if theItem is not equal to 0 then
         tell application "Adobe InDesign CS5"
             open theItem
             tell active document
                 -- Determine how many text frames we need to change
                 set myFrames to the number of text frames
                 if myFrames is not equal to 0 then
                     set theFrame to 1
                     repeat until theFrame > myFrames
                         set myText to text frame theFrame
                         set myFont to applied font of character 1 of myText  as string
                         -- Check to make sure we're only modifying text  frames
                         -- that have been set in the "Journal" typeface
                         if word 1 of myFont is "Journal" then
                             repeat with thisCharacter in (characters of  myText)
                                 -- Randomize the values of baseline shift,  stroke, and tint
                                 set baselineShift to ((random number from -5  to 5) / 10)
                                 set strokeWeight to (((random number 10)) /  100)
                                 set myTint to (100 - (random number 10))
                                 set fillColor to fill color of thisCharacter
                                 set baseline shift of thisCharacter to  baselineShift
                                 set stroke color of thisCharacter to  fillColor
                                 set stroke weight of thisCharacter to  strokeWeight
                                 set fill tint of thisCharacter to myTint
                                 set stroke tint of thisCharacter to myTint
                             end repeat
                         end if
                         set theFrame to (theFrame + 1)
                     end repeat
                 end if
             end tell
         end tell
         beep
         display dialog "Modifications finished!" buttons {"Groovy!"} default  button 1
    else
         display dialog "Operation cancelled" buttons {"OK"} default button 1
    end if

    For the fonts, the really cheap and dirty method would probably be to load the names of the fonts you want to use into an array variable in the AppleScript, then get a random index count to grab one of the font names out of that array.
    The script as it exists now goes character by character - you'd want to revise it so it went word by word instead, or else you'd end up setting each word's character to one of your random font choices. Instead of
    repeat with thisCharacter in (characters of  myText)
    you'd do something like
    repeat with thisWord in (words of  myText)
    As for loading an array variable in AppleScript - I've not done that before, but it's probably something like:
    set myFontArray to {"Papyrus", "Arial", "Comic Sans"}
    The curly braces are necessary, as it appears that AppleScript supports lists rather than arrays (a minor but not entirely unimportant detail). Anyway, from there, you'd grab one font at a time, randomly, probably like this:
    set myWordFontNumber to random ( length of myFontArray ) - 1
      set myWordFont to item myWordFontNumber of myFontArray
    You do the first line to get a random number based on the number of items in your list of fonts. You subtract 1 from it because the count on the actual list begins at 0 rather than 1, which means that sometimes you'll get a random number that's actually 1 larger than the number of items in the list, and you'll never see the first item (which is at position 0). This is a very old-school gotcha when working with arrays and lists - a ten-item list will count from 0 to 9, not 1 to 10.
    From there, you'd set the given word in your text frame's font to the name of the font you pulled out of the myFontArray variable. You'll want to make sure that the font names you load into your list are the actual names of the fonts you're working with - the examples I used here probably won't work.
    Please note that this is just a high-level gloss of what you'd need to do in order to modify the script. You'll have to hit the AppleScript documentation (and InDesign's scripting documentation) to get the precise syntax.

  • [SOLVED] How to make URxvt look like default XTerm?

    I don't want to install terminus-font or something else. Just want to make XTerm and URxvt look equal.
    I prefer URxvt over XTerm for its performance, but default URxvt looks ugly comparing to default XTerm: for example default bitmap font (fixed) is broken whereas it looks beatiful on XTerm.
    Also colors in URxvt do not match to those in console and XTerm (which seem to be the same) - highlighted directories, executables, prompt, etc which seem to be darker.
    How do I fix it?
    Help is appreciated, as always.
    Thanks.
    Last edited by eruditorum (2012-12-07 09:35:23)

    I believe the default xterm fonts are listed in /usr/share/X11/app-defaults/XTerm.  I may be wrong but I think you want to specify the urxvt font as:
    -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1
    This will be incorrect if you do not have the xorg-fonts-75dpi package installed.  If you don't have that package installed, I'm not sure what font is used in its place by either emulator.
    WIthout specifying the terminal colors in my ~/.Xdefaults or ~/.Xresources file, I also found the two terminals' colors do not appear the same.  I have configured the colors so they are identical in both apps.  This excerpt from my .Xdefaults uses the asterisk, *, as a wild card so the colors I have chosen apply to both terminals.
    ! Colors
    *foreground: rgb:b2/b2/b2
    *background: rgb:08/08/08
    ! 0 black, 1 red, 2 green, 3 yellow, 4 blue, 5 magenta, 6 cyan, 7 white
    ! 8 black, 9 red, 10 green, 11 yellow, 12 blue, 13 magenta, 14 cyan, 15 white
    *color0: rgb:28/28/28
    *color1: rgb:ba/44/44
    *color2: rgb:50/94/43
    *color3: rgb:cd/a8/38
    *color4: rgb:52/76/a8
    *color5: rgb:c0/52/88
    *color6: rgb:44/ba/ae
    *color7: rgb:b2/b2/b2
    *color8: rgb:58/58/58
    *color9: rgb:ff/9d/80
    *color10: rgb:84/bd/79
    *color11: rgb:ff/e6/98
    *color12: rgb:82/a4/d3
    *color13: rgb:c6/84/a5
    *color14: rgb:a7/d8/d4
    *color15: rgb:e4/e4/e4

  • How to make Smaller Pdf Files?

    Hello. Previously I had asked a question on how to fit multiple pages into ONE pdf file. My questions was answered by advising me to download a program from Monkeybread Software, which I did, and which worked fine.
    I now have a new problem. I have about 25 letters that I want to put in ONE pdf file, however each page is about 2.5mb after being scanned, therefore 3 pages when merged into One pdf file totals almost 10mb which is too large for sending on most servers.
    The question then: Is there anyway these files can be made smaller so that all 25 pages could be put into the one pdf file and the size of that file be kept at a maximum of about 7mb?
    (For info, the way I am making the files, is to scan one page and send it to my printer which has a 'Save to pdf' file on it. I then save that to the desktop and then drag each pdf into the Monkeybread program in order to merge them into one pdf) Hope this makes sense and that someone may have an answer for me. Thanks.

    Some scanner software has a setting for "line art" that sees only black and white--no grays. I find that works best for scanning typed letter and the like. Makes very small files even at 300 dpi, which is as fine as you need for text.
    The choice of resolution depends on how you intend to use the resulting pdf. For on-screen viewing, 150 or even 72 dpi is acceptable (except for those with vision challenges), but will not print very well. If you intend that the file be sent to others who will print it out for reading, then a line art setting (if available) at 300 dpi will result in decent print output without making a gargantuan file.
    In the long run, having a scanner capable of optical character recognition (OCR) may work best because you can then paste the resulting files as plain text into one word processing document. A text-only WP file of 25 pages is doable for most mail servers. Remember: when using OCR, check the final document for scan errors. Example: the letter "i" may get picked up as a capital "I", the number 1, or an exclamation point ( ! ). Usually such errors are minimal and are often flagged by the WP program's spell checker.

  • 8.0Gig DVDSP file size.  How To Make Smaller?

    Just when I keep thinking I'm "finally" done with my project . . . something else comes up. The file size of the project is presently about 8 Gigs. The duplication house I went to suggested NOT having a project of that size, as the media that they would have to use on it would not be as reliable on certain DVD players. They suggested fitting the project to a single 4.7 Gig disk.
    Okay so I used compressor to get the following sizes:
    Video only track of the film = 2.5 Gigs
    Audio track of the film = 741MB
    Director Commentary track = 741MB
    Video only of Deleted Scene = 173MB
    Audio of Deleted Scene = 48 MB
    Deleted Scene Commentary = 48MB
    The total on all this is about 4.25 Gigs. The problem is that I have to use each video track twice. Once for the commentary and once without the commentary. All and all, and with the necessary menues, etc . . . the project file is at about 8Gigs.
    The dupe house said I can use Toast to compress the size of my project, but 1) does anyone know if this compression will constitute a big level of quality loss on the images (it's a DV feature, by the way - not film), and 2) I have Toast Titanium version 6.0. Does this version of Toast even have a compression option?
    I would much prefer to be able to minimize the file size in DVDSP itself somehow, rather than doing a blanket compression on the entire disk using Toast (unless some of you know that this would actually work well). Does anyone have any suggestions as to how I can get my project to squeeze into a 4.7 Gig, single layered DVD? I would imagine that a 70 minute feature with one deleted scene and a couple of director commentaries should be pretty standard fare - if not downright easy . . .
    I just don't know how to do it.
    Any help would be greatly, greatly appreciated.
    Thank you very much in advance for all the help and support,
    Javier Calderon

    Javier72 wrote:
    Thanks again, Drew. The audio is aiff. It's at 41 Kh. Is there a specific AC3 format that I should export the audio to? I know/imagine that there are various manners of exporting audio to AC3, so I want to make sure that it's the "right" one, so to speak.
    Take a look here on setting up Compressor (not sure which you are running, but general idea)
    http://dvdstepbystep.com/qc.php
    For AC3 you should set Dialog Normalization to -31 , preprocessing to none and dechecking Copyright Exists and Content is Original also helps prevent glitches and no compression and selections not checked -this description and pictures with the details about 1/2 down page here
    http://dvdstepbystep.com/fasttrackover.php
    In my first post there are examples of the audio and the .dmg is a project you can download and look at to see how it is done (as for jut about anything in DVD SP there is more than one approach )

  • [SOLVED] How to make file read only and stay?

    I'm using gnome 3 and want to make the recently used.xbel file (in .local/share) read-only/locked. I've tried making it read only and it just reverts to normal when something tries to write to it. How do I do this?
    Last edited by sudokill (2011-04-29 19:41:51)

    Worked great, thanks. No more recent documents at all

  • How to make small change in old "finished" project

    I'm now working in PPCS3. I want to retitle, but no other changes, a project I did 2 years ago in PP2. I have the MPEG2 output of that project, but did not keep the source material and prproj file. I do have the background clip for the title. I could put the old MPEG2 on the timeline of a new project, overlay the new title material at 100 opacity and fade it to the original at its end. This would be easy to do, but would the bulk of the project suffer noticably from rerendering the already compressed MPEG2 material? I could do the title piece as a new project, but can't figure out how to chop off the front-end title seconds from the original MPEG2 to join it up with the new title segment. Are there any other options, and any advice on which way to go?

    From Harm's reply, I guess I didn't make one question in my plea clear. Forget the reference to "title" footage, is there a utility that will modify an m2v file to remove a selected number of video frames at one (front) end? I realize one or two compression cycles would have to be redone and would suffer. Second question, could such a utility replace the removed frames with a new m2v segment? To do the compression at the "splice" there would need to be overlap and again the quality of that splice region would suffer a bit, but the rest of the m2v would be in "new" condition. For what its worth, my original m2v was done with CBR encoding and I have several still frame segments of a second or more which should be OK for the splice, if it is possible at all.
    Thanks for your constructive comment, Jim.

  • How to make small updates to a website

    Hi all,
    Let's say you make a website and then realize that you want to add or adjust just one of the photos in it. LR will need to remake the entire site from
    scratch (slow if you have a lot of photos in it). PS on the other hand has always been very clever about just adding or updating the site to include the new or changed photo. Is there a trick to get LR to be this clever?
    thanks for any thoughts on this,
    foster

    > Yes, I see your point about it not being intended for managing sites etc.
    > I'm just not sure how to use the website module effectively.
    > My workflow before LR was to do all my adjustments in nikon-capture or PS
    > and then export everything to jpg. And then I'd get PS to make my website
    > collections of images from those jpg files. I was hoping that with LR, I
    > could avoid doing a separate export of everything to jpg.
    Yes, you can use LR to upload directly to the website, but neither PS nor LR
    are website management applications, so you will probably want to add such
    an application to your workflow. I use Dreamweaver, but others will work.
    It is common practice to have a copy of your entire website on your local
    machine. Using that model, you could use LR to create the web collection
    and copy to the folder in the local machine (just set the destination folder
    to the local copy of the web site). Then use your web application to a)
    link the new collection to the rest of the website, and b) sync the local
    copy with the online website, which will upload all new files. If you later
    decide to modify a single photo, then sync again using the web management
    application. Of course, that's just one possible solution, but any good
    solution will likely include a web management application.
    Best,
    Christopher

  • How to make small text and move it down ?

    hi,
    how can I move text down and little like in this picture using Pages ?
    http://dl.getdropbox.com/u/72686/below.png
    I don't know how to define it in english, sorry... how do you define it ?
    thanks

    If I understand correctly what you mean select text, FORMAT then FONT then BASELINE then choose SUBSCRIPT or SUPERSCRIPT.

  • QuickLook: How to make QuickLook preview fonts bigger?

    Hi
    I have to preview an EPS header frequently the way as I need (drag an EPS on TextEdit icon and it will show an EPS header in text format), so I've asked one guy to write me a QuickLook plugin for to speedup my work. The plugin works perfect except one thing. Default font size in QuickLook for a text file are to small, it's hard to see anything on my screen.
    Is there any way to change default font size in QuickLook?
    Thank you in advance guys!
    Best Reagrds
    Andrzej

    Hi
    I have to preview an EPS header frequently the way as I need (drag an EPS on TextEdit icon and it will show an EPS header in text format), so I've asked one guy to write me a QuickLook plugin for to speedup my work. The plugin works perfect except one thing. Default font size in QuickLook for a text file are to small, it's hard to see anything on my screen.
    Is there any way to change default font size in QuickLook?
    Thank you in advance guys!
    Best Reagrds
    Andrzej

Maybe you are looking for

  • EWT-Tax on Down Payment and Invoice

    Hello, I've activated the accumulation feature in the Withholding Tax Type for both IV as well as Payments. The tax code is the same for both tax types.I've also defined the minimum base amount for Witholding Tax code as Rs.5000 for Official Withhold

  • Logo in Excel Sheet and Appending Data under it

    Dear All, I have a requirement to insert Company Logo in excel sheet. Is it possible? Currently we have decided to have the logo already in the spreadsheet and append the data in excel under the logo. Any directions towards to development would be he

  • Which structures will be active in a REQUIREMENT

    Hi I don't know if the following question comes under the technical domain or is for SD people but I need the solution. The question is: I am writing a <b>requirement</b> for output control in the transaction VOFM. I found an output structure KOM...V

  • Positioning of Free Char

    Hi, When I try to drill down in my report using any Free Char, it is being added at the end of all the CHAR columns i.e. If I have 3 CHAR(Customer, Sales Order Number, Date) and 2 KFs in my report, when I try to drill down using the Sales Order Type,

  • Why does my Photoshop CS3 crash everytime I open it ever since I switched to Yosemite (on iMac)?

    I've tried updating Java and reinstalling photoshop to no avail.  How can I fix this?