Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!

Fix an issue with curly braces in the Monaco font Apps
I haven't really figured out what caused the problem, but I was having trouble with the way the curly braces showed up in Terminal.app, where the closing brace seems to get corrupted in drawing, as can be seen in the image at right. The problem only seems to occur in the 10pt variant of Monaco, as used by the Terminal. It goes away if anti-aliasing is turned on for the window, but within Terminal this has a negative impact on the legibility.

The workaround: In Terminal, go to the Window Settings, click on the pulldown menu to get to the Display settings and click on the Set Font button. You will get a standard font selection window. Now go to the Size input. Instead of selecting a manual size, go directly to the input box that reads the current point size (should be 10 or 10.0) and change it to 10.1. Problem solved.

Unfortunately, this solution does not work for iTerm, which seems to ignore non-rounded font sizes.

[robg adds: I couldn't reproduce this on my machines, but perhaps it will be useful to someone...]
    •    
  • Currently 0.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (0 votes cast)
 
[4,879 views]  

Fix an issue with curly braces in the Monaco font | 7 comments | Create New Account
Click here to return to the 'Fix an issue with curly braces in the Monaco font' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Fix an issue with curly braces in the Monaco font
Authored by: macgruder on Tue, Jul 18 2006 at 8:19AM PDT
This type of issues is invariable caused by a corrupted font cache. I can't remember where this is located, but a delete and a restart solves the problem.

I think it can be fixed with Yasu.

[ Reply to This | # ]
Easier way
Authored by: boredzo on Tue, Jul 18 2006 at 2:47PM PDT

You can just do this instead:

rm /Library/Caches/com.apple.ATS/$UID/*


[ Reply to This | # ]
Ooops
Authored by: boredzo on Tue, Jul 18 2006 at 2:48PM PDT
Replied to the wrong comment. Sorry.

[ Reply to This | # ]
Fix an issue with curly braces in the Monaco font
Authored by: durin42 on Tue, Jul 18 2006 at 8:31AM PDT
Your ATS caches are corrupt. Remove the file caches located in /Library/Caches/com.apple.ATS/uid/ where uid is your numeric user ID.

rm /Library/Caches/com.apple.ATS/`id | cut -f 1 -d | sed -e 's/[^0-9]//g'`/*

should do the trick for you (note: I make no claims that this is actually right and not mangled from the copy/paste).

[ Reply to This | # ]
Easier way
Authored by: boredzo on Tue, Jul 18 2006 at 2:50PM PDT

You can just do this instead:

rm /Library/Caches/com.apple.ATS/$UID/*


[ Reply to This | # ]
Fix an issue with curly braces in the Monaco font
Authored by: Dragon76 on Wed, Jul 19 2006 at 7:55AM PDT
I use the font Video Terminal Screen which is a pixel-perfect recreation of the 8x16 VGA font. You have to set it to 16 pt (which is the font size in DOS) for it to look correct. It's free on the web

[ Reply to This | # ]
Fix an issue with curly braces in the Monaco font
Authored by: sjmills on Wed, Jul 19 2006 at 11:30AM PDT
I've also seen this in Xcode some days. And other places. I believe it started happening in 10.4.6 if I remember correctly. I submitted a radar for it.

[ Reply to This | # ]