NAME RTFontRequest()ret = RTFontRequest();
ret = RTFontRequest(ULONG *);
DESCRIPTION Get a font from the user. What follows is an example of font extraction.
EXAMPLE: AFReqTools rt; printf("Fontname: %s\nSize: %ld", rt.m_fontrequester->Attr.ta_Name, rt.m_fontrequester->Attr.ta_YSize);
NOTE See reqtools developer documentation for descriptions of tag items which can be used with RTFileRequestA
INPUTS If using RTFileRequestA it expects to see a taglist of items for customizing the requester.
EXAMPLE: ULONG taglist[] = { ITEM1, ITEM2, ITEM3, ..., TAG_END };
RESULT TRUE if success FALSE if failure to open requester
BUGS none known
SEE ALSO m_fontrequester m_font_filterhook Hooks