Home  /  Autodocs  /  diskfont.library

NAME

NewScaledDiskFont
Create a DiskFont scaled from another. (V36)

SYNOPSIS

header = NewScaledDiskFont(srcFont, destTextAttr)
D0 A0 A1

struct DiskFontHeader *NewScaledDiskFont( struct TextFont *,
struct TTextAttr * );

INPUTS

srcFont
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