GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: a tiny graphical app kit for ruby
Homepage: http://code.whytheluckystiff.net/shoes
Clone URL: git://github.com/why/shoes.git
 * static/manual.txt: a note about the os x font cache.
why (author)
Mon Oct 06 21:09:58 -0700 2008
commit  0037bc371d9ebc35acb9c733f636fa6a6ddcc3d7
tree    7b2d0e30f090355b28de460a338cb2a77c40aa36
parent  7d7aff98f735025a8d8bbd4f09ada57efb43f7ed
...
532
533
534
 
 
535
536
537
...
532
533
534
535
536
537
538
539
0
@@ -532,6 +532,8 @@ Also of interest: the `Shoes::FONTS` constant is a complete list of fonts availa
0
  end
0
 }}}
0
 
0
+If you have trouble with fonts showing up, make sure your app loads the font before it is used. Especially on OS X, if fonts are used before they are loaded, the font cache will tend to ignore loaded fonts.
0
+
0
 === gradient(color1, color2) ยป Shoes::Pattern ===
0
 
0
 Builds a linear gradient from two colors. For each color, you may pass in a Shoes::Color object or a string describing the color.

Comments

    No one has commented yet.