Name
GetFontFormat -- get font format name (V10.0)
Synopsis
STRPTR name = GetFontFormat(APTR handle);
Function
This function must return a null-terminated string containing the name of the format of the font passed in handle. This string can be retrieved from Hollywood by querying the #ATTRFORMAT constant on #FONT objects. The string must remain valid until FreeFont() is called on the font handle.

Inputs
handle
handle returned by LoadFont()
Results
name
font format name

Show TOC