Previous | Up | Next |
Create a font with specific parameters. If the font is not available, the system returns the closest available font.Parameters
ObjFont _CRfont ( Chn _channel_ I _size_ I _rotation_ I _flag_ S _name_ )
Return value
_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
new font.