Get Font - GRID SENDMSG() Function 39

Syntax

FONT$=SENDMSG(sysgui,id,39,0,$${,context{,ERR=lineref}})

Description

This function returns information about the font used by the grid control.

Parameter

Description

sysgui

SYSGUI channel.

id

Grid control ID.

39

Number of this SENDMSG() function.

0

Always zero.

$$

Always null.

The following template can be used:

width:u(1),height:u(1),leading:u(1),ascent:u(1),descent:u(1),
size:u(2),style:u(2),charset:u(2),family:c(1*=)

See Also

BBjControl::getFont