Alguien me puede explicar como opera los FONT, me confunden
- Code: Select all Expand view RUN
DEFINE FONT <oFont> ;
[ NAME <cName> ] ;
[ SIZE <nWidth>, <nHeight> ] ;
[ FROM USER ];
[ BOLD ] ;
[ ITALIC ] ;
[ UNDERLINE ] ;
[ WEIGHT <nWeight> ] ;
[ OF <oDevice> ] ;
[ NESCAPEMENT <nEscapement> ]
pero que diferencia hay en
- Code: Select all Expand view RUN
DEFINE FONT aFont[9] NAME "Arial" SIZE 0, -8 OF oPrn BOLD
DEFINE FONT aFont[9] NAME "Arial" SIZE 0, 8 OF oPrn BOLD
desde ya muchas gracias