Rubénerd :)

Sunday 18th October 2009

This car is Epic As

Taken with my iPhone earlier this afternoon and uploaded to TwitPic. Verdana abuse!

Saturday 05th September 2009

I'm in love with Snow Leopard's new Menlo font

Screenie from TextMate

I remember reading on one of the Mac forums I frequent that somebody thought it wasn’t the major changes that Apple makes to it’s software that set it apart from other vendors, it’s the little, less publicised things that make their systems that much more of a pleasure to use in little but meaningful ways. Aside from a couple of of blunders I completely agree.

Case in point, Snow Leopard comes bundled with a new monospace font called Menlo which is shaping (ha, pun) out to be one of my favourite new features. If you haven’t noticed it, launch Font Book.app and bask in its awesomeness!

If you’re on Snow Leopard reading this, you should be able to tell the difference:

This is Monaco, my previous favourite
This is Andele Mono, from the Home Brew Terminal theme
This is Menlo, my new favourite monospaced font!

I’m not a graphics designer so I don’t know the language I’m supposed to use when describing fonts, ligatures, serifs and the like but Menlo is brilliant. It’s as if they took Monaco and Fixedsys from the early Windows and DOS days and made a slightly more "retro modern" typeface. Because each character is slightly shorter, lines of text also seem more evenly spaced. The font smoothing and anti-aliasing also look really good.

I’ve set Menlo as my default font in Terminal.app and TextMate and am thorougly loving it. I’ve also gone ahead and added it to my CSS for this site, so if you’re running Snow Leopard you’ll see it in code samples! Font porn?

code, pre, .mono, .grilled_cheese_sandwich {
    /* Mac, Mac, FLOSS, Windows, All */

    font-family: Menlo, Monaco, "DejaVu Sans Mono",
        "Lucida Console", monospace;
}

As much as I love Linux and FreeBSD desktop environments like Gnome and Xfce, the presentation of fonts and typefaces still keep me looking forward to programming and working on my Mac above all else, though they are improving in leaps and bounds. I don’t consider Windows to be a viable contender with it’s subpar onscreen font rendering.

Saturday 29th August 2009

Font smoothing in Snow Leopard

With the introduction of Mac OS X Snow Leopard, Apple has decided to disable graphical configuration of font smoothing. Fortunately, there is a workaround!

Previously on Leopard

In Leopard and earlier versions of Mac OS X, if you opened System Preferences and chose Appearance, you could choose the level of font smoothing on your monitor with a handy drop down box.

Appearance prefpane in Leopard

On Snow Leopard…

For some reason, Apple decided in Snow Leopard to to disable graphical configuration of font smoothing aside from a single checkbox, instead relying on LCDs to report what settings should be used. The problem is, support for this is spotty and sometimes the results look terrible.

Appearance prefpane in Snow Leopard

The solution!

Fortunately you can still adjust this manually. Open the Terminal in your Utilities folder, then enter the following code on one line. Replace the "2" with a number between 1 and 4, depending on how much smoothing you want.

defaults -currentHost write -globalDomain AppleFontSmoothing -int 2

The changes will only take effect on newly opened applications. The easiest way I’ve found is just to log out and log in again.

Heaven knows why Apple user interface designers decided to remove access to this feature.

Friday 27th October 2006

Recognise That Typeface?

I’ve gotta look into this! From ‘Brary Web Diva:

I Want To linked to Logo54.com which allows you to use some very recognizable fonts to create your own logos! Star Wars, Harry Potter, Monsters Inc, Ferrari, Yahoo, or Nintendo are available.

Imagine this on the publicity for your next computer class?

Or How about the publicity for your next hot teen program?

[tags]typefaces, fonts, retro[/tags]
Dedicated to my groovy late mum Debra Schade.