diff -r 3d3dcc3116d5 -r 5a71993a1a70 GraphicsUtils.h --- a/GraphicsUtils.h Wed Apr 02 14:45:33 2008 -0700 +++ b/GraphicsUtils.h Sat Mar 28 09:36:46 2009 -0700 @@ -26,3 +26,6 @@ /** Moves/resizes r to fit inside container */ NSRect PinRect( NSRect r, NSRect container ); + +OSStatus LoadFontsFromBundle( NSBundle *bundle ); +OSStatus LoadFontsFromPath( NSString* path );