Previous Up Next

_CRfont
Create a font with specific parameters. If the font is not available, the system returns the closest available font.

ObjFont _CRfont (
Chn _channel_
I _size_
I _rotation_
I _flag_
S _name_
)
Parameters

_channel_
proprietary channel
_size_
font size
_rotation_
rotation to apply to the font (degrees*10). By example 1800 means opposite direction.
_flag_
flag :
FF_WEIGHT weight font
FF_ITALIC italic font
FF_UNDERLINE underlined font
FF_STRIKED striked font
FF_PIXEL _size_ means pixel size
_name_
name of the font
Return value

new font.