the font from which the scaled font is to be constructed.
destTextAttr
the desired attributes for the new scaled font. This may be a structure of type TextAttr or TTextAttr.
RESULT
header
a pointer to a DiskFontHeader structure. This is not being managed by the diskfont.library, however.
NOTES
This function may use the blitter.
Fonts containing characters that render wholly outside the character advance cell are currently not scalable.
The font, and memory allocated for the scaled font can can be freed by calling StripFont() on the font, and then calling UnLoadSeg() on the segment created by this function.
Both the TextFont structure, and segment pointer are contained within the DiskFontHeader struct. The DiskFontHeader structure will also be freed as part of the UnLoadSeg() call. StripFont() is a new graphics.library call as of V36.