Docs » Autodocs » graphics.library » ExtendFont
ExtendFont -- ensure tf_Extension has been built for a font (V36)
success = ExtendFont(font, fontTags) D0 A0 A1 ULONG ExtendFont(struct TextFont *, struct TagItem *); success = ExtendFontTags(font, Tag1, ...) (V39) ULONG ExtendFontTags(struct TextFont *, ULONG, ...);
To extend a TextFont structure.
font - The font to extend. fontTags - An optional taglist. If NULL, then a default is used. Currently, the only tag defined is TA_DeviceDPI.
success - 1 if the TextFont was properly extended, else 0.
The varargs stub was missing from amiga.lib until V39.
<graphics/text.h>
|