class
PSFont
: public
Font
(Return to index)
"PostScript" font object
Type:
Instantiable
Base Classes:
public
Font
Derived Classes
Include file:
Unidraw/Graphic/pspaint.h
Description:
man page
Public:
int
GetLineHt
()
const char*
GetName
()
const char*
GetPrintFont
()
const char*
GetPrintFontAndSize
()
const char*
GetPrintSize
()
PSFont
(const char*, const char*, const char*)
virtual
~PSFont
()
Protected:
int
_lineHt
printsize converted to int
char*
_name
name used by window system
char*
_printfont
name used by printer
char*
_printfontandsize
name and size separated by a blank
char*
_printsize
scale used by printer
(more documentation)