changeset 24 | 629c7605ab2a |
parent 2 | 3d3dcc3116d5 |
1.1 --- a/GraphicsUtils.h Wed Apr 02 14:45:33 2008 -0700 1.2 +++ b/GraphicsUtils.h Wed Apr 08 16:31:19 2009 -0700 1.3 @@ -26,3 +26,6 @@ 1.4 1.5 /** Moves/resizes r to fit inside container */ 1.6 NSRect PinRect( NSRect r, NSRect container ); 1.7 + 1.8 +OSStatus LoadFontsFromBundle( NSBundle *bundle ); 1.9 +OSStatus LoadFontsFromPath( NSString* path );