home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMIGA PD 1
/
AMIGA-PD-1.iso
/
Programme_zum_Heft
/
Programmieren
/
Kurztests
/
ACE
/
archive
/
ace_submod.lha
/
fontreq.lha
/
test.b
< prev
Wrap
Text File
|
1995-01-27
|
296b
|
12 lines
#include <FontReq.h>
DECLARE STRUCT FontInfo info
IF FontInfoRequest(info) THEN
PRINT "Font name: ";CSTR(info->fontName)
PRINT "Font height: ";info->fontHeight
PRINT "Text style: ";info->textStyle
PRINT "Front color: ";info->frontColor
PRINT "Back color: ";info->backColor
END IF