GraphicsUtils.h
changeset 29 8874aff14cc9
parent 2 3d3dcc3116d5
     1.1 --- a/GraphicsUtils.h	Wed Apr 02 14:45:33 2008 -0700
     1.2 +++ b/GraphicsUtils.h	Sun May 10 18:57:43 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 );