From d291df309b3830929b606efa320cd3df3b7aee28 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Fri, 25 Oct 2013 10:04:44 -0400 Subject: [PATCH] additional font tweaks (#2135) --- build/shared/lib/theme.txt | 8 +++----- todo.txt | 7 ++++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/build/shared/lib/theme.txt b/build/shared/lib/theme.txt index 95bcad988..70f11e26f 100755 --- a/build/shared/lib/theme.txt +++ b/build/shared/lib/theme.txt @@ -6,9 +6,7 @@ status.error.fgcolor = #ffffff status.error.bgcolor = #662000 status.edit.fgcolor = #000000 status.edit.bgcolor = #cc9900 -#status.font = SansSerif,plain,12 -#status.font.macosx = Helvetica,plain,12 -status.font = processing.sans,plain,13 +status.font = processing.sans,plain,14 # TABS # Settings for the tab area at the top. @@ -34,11 +32,11 @@ buttons.hide.color = #0E1B25 buttons.bgimage = true # TOOLBAR BUTTON TEXT -buttons.status.font = processing.sans,plain,13 +buttons.status.font = processing.sans,bold,13 buttons.status.color = #ffffff # MODE SELECTOR -mode.button.font = processing.sans,plain,13 +mode.button.font = processing.sans,bold,13 # outline color of the mode button mode.button.color = #ffffff diff --git a/todo.txt b/todo.txt index f0d2cfeb8..124965e5c 100644 --- a/todo.txt +++ b/todo.txt @@ -8,6 +8,10 @@ X https://github.com/processing/processing/issues/2160 X Add option to not embed the Java runtime (saves space, but breakage) X return code needs to be 1 instead of 0 w/ Commander X https://github.com/processing/processing/issues/1798#issuecomment-26711847 +X additional font tweaks due to decreased legibility with Oracle Java +X type looks a little feeble on OS X with non-retina machines +X https://github.com/processing/processing/issues/2135 +X should we increase the size of the mode dropdown? _ processing-java broken in 2.1 beta 1 on OS X _ https://github.com/processing/processing/issues/2159 _ need to use the embedded Java, different classpath, etc @@ -17,9 +21,6 @@ _ also might be time to put something in to check the version medium _ try installing 10.7.3 on Mac Mini and check whether things run _ make sure it's only running on 64-bit machines? -_ type looks a little feeble on OS X with non-retina machines -_ https://github.com/processing/processing/issues/2135 -_ should we increase the size of the mode dropdown? _ use platformDelete() to remove untitled sketches? _ change to using platformDelete() instead of Base.removeDir() where possible _ verify that the OS X version uses the real call