2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
8 #include "diskfont_intern.h"
10 /*****************************************************************************
13 #include <clib/diskfont_protos.h>
15 AROS_LH2(struct DiskFont
*, NewScaledDiskFont
,
18 AROS_LHA(struct TextFont
*, sourceFont
, A0
),
19 AROS_LHA(struct TextAttr
*, destTextAttr
, A1
),
22 struct Library
*, DiskfontBase
, 9, Diskfont
)
41 27-11-96 digulla automatically created from
42 diskfont_lib.fd and clib/diskfont_protos.h
44 *****************************************************************************/
55 } /* NewScaledDiskFont */