Files
textmate/Applications/TextMate
Allan Odgaard b86cde21f3 Set default font to Menlo and add theme setting
Despite Menlo having been the new system font for fixed width text in the past several OS versions, NSFont’s userFixedPitchFontOfSize: still return Monaco, unless we build with the 10.8 SDK (and no, setting the deployment target to 10.7 does not produce something that actually runs on 10.7, at least not last I checked).

The disadvantage with Monaco as default font is that we lack bold and italic styles (since CoreText doesn’t synthesize these, unlike the legacy text rendering API TextMate 1.x used).
2012-08-24 16:57:32 +02:00
..
2012-08-09 16:25:56 +02:00
2012-08-24 16:52:45 +02:00
2012-08-09 16:25:56 +02:00
2012-08-09 16:25:56 +02:00
2012-08-12 23:56:19 +02:00