
A Windows font is a combination of typeface, point size and a few other characteristics. HicEst offers several ways to select a font:
| option | type | font_attribute examples: |
FONt |
txt | fon = " " to call the font manager fon="Lucida Console" to set directly |
| num | fon = 3 refers to the dialog font | |
PoinT |
num | pnt <= 0 calls the font manager pt =10 * (1 + (big == 1)) font size 10 or 20 if big is = 1 |
BolD |
log | BolD=1 activates bold, bd=0 deactivates |
UnderLine |
log | underl = ulin (0 or not equal 0) |
ITalic |
log | italic = ital (0 or /= 0) |