changeset 6 | 2d492d8c2053 |
parent 2 | 3d3dcc3116d5 |
1.1 --- a/GraphicsUtils.h Wed Apr 02 14:45:33 2008 -0700 1.2 +++ b/GraphicsUtils.h Fri Apr 18 09:25:10 2008 -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 );