
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - font commands
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Font Commands
--------------------------------------------------------------------------------
Defining a font DEFINE FONT <oFont> ;
[ NAME <cName> ] ;
[ SIZE <nWidth>, <nHeight> ] ;
[ FROM USER ];
[ BOLD ] ;
[ ITALIC ] ;
[ UNDERLINE ] ;
[ WEIGHT <nWeight> ] ;
[ OF <oDevice> ] ;
[ NESCAPEMENT <nEscapement> ] ;
ACTIVATE FONT <oFont>
DEACTIVATE FONT <oFont>
RELEASE FONT <oFont>
SET FONT ;
[ OF <oWnd> ] ;
[ TO <oFont> ]
<oFont> A reference to the Font Object.
<cName> The name of the font. Example: Arial, Roman, etc...
<nWidth>, Dimensions of the font.
<nHeight>
<oWnd> A reference to the Window container.
<oDevice> The device owner of the font.
<nWeight> The weight of the font.
<nEscapement> The escapement of the font.
CLAUSES
FROM USER Displays the Font selection Dialog Box.
BOLD To create the font with bold feature.
ITALIC To create the font with italic feature.
UNDERLINE To create the font with underline feature.
See Also: Class TFont Font.ch
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson