a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 diskfont.library
  AvailFonts
  DisposeFontContents
  GetDiskFontCtrl
  NewFontContents
  NewScaledDiskFont
  OpenDiskFont
  SetDiskFontCtrlA
Include
GuruMeditation
Docs » Autodocs » diskfont.library » NewScaledDiskFont

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

	o   This function may use the blitter.
o Fonts containing characters that render wholly outside
the character advance cell are currently not scalable.
o 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.

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Future Crew

AOA
TRSI
PDX
FC

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se