NAME
	ExtendFont -- ensure tf_Extension has been built for a font (V36)

   SYNOPSIS
	success = ExtendFont(font, fontTags)
	D0                   A0    A1

	 ULONG ExtendFont(struct  TextFont *, struct  TagItem *);

	success = ExtendFontTags(font, Tag1, ...)  (V39)

	 ULONG ExtendFontTags(struct  TextFont *,  ULONG, ...);

   FUNCTION
	To extend a  TextFont structure.

   INPUTS
	font - The font to extend.
	fontTags - An optional taglist.  If NULL, then a default is used.
	           Currently, the only tag defined is TA_DeviceDPI.

   RESULT
	success - 1 if the  TextFont was properly extended, else 0.

   NOTES
	The varargs stub was missing from amiga.lib until V39.

   SEE ALSO
	 sc:include/graphics/text.h



converted with guide2html by Kochtopf