Language:
Русский
English
SetUserCharSize (procedure) (Graph unit)
Varies the character width and height for stroked fonts.
Declaration
procedure SetUserCharSize(MultX, DivX, MultY, DivY: Word);
Target
Real, Protected
Remarks
MultX:DivX is the ratio multiplied by the normal width for the active font; MultY:DivY is the ratio multiplied by the normal height for the active font.
To make the text twice as wide, for example, use a MultX value of 2, and set DivX equal to 1 (2 div 1 = 2). Calling SetUserCharSize sets the current character size to the specified values.
Restrictions
Must be in graphics mode.