Safer handling of Booleans.
[AROS.git] / workbench / libs / muimaster / font.h
bloba2256dddd743aa49802fa55bca46daf81230260a
1 /*
2 Copyright © 2003-2011, 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, IPTR preset);
16 #endif /* _ZUNE_FONT_H */