[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
--------------------------------------------------------------------------------

 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>

 <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.



                             SET FONT ;
                                [ OF <oWnd> ] ;
                                [ TO <oFont> ]


 seealso: TFont.eho:"Class TFont"  Font.eho:Font.ch


This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson