Don't call InvertPixelArray with negative width and/or height.
[tangerine.git] / workbench / libs / muimaster / font.h
blob9f56385b9917399b72533d530e4916bbc40671d5
1 /*
2 Copyright © 2003, The AROS Development Team.
3 All rights reserved.
5 $Id$
6 */
8 #ifndef _ZUNE_FONT_H
9 #define _ZUNE_FONT_H
11 /* Returns a given text font, if necessary it opens the font.
12 * Must be called after Area's MUIM_Setup.
14 struct TextFont *zune_font_get(Object *obj, LONG preset);
16 #endif /* _ZUNE_FONT_H */