VCGetTextProSpacing
VCSetTextProSpacing


Version:

1.2

Description:

Vector text character spacing can be forced to monospace or proportional spacing. Monospace is a characteristic of typewriter output and all characters will use the same amount of space regardless of their width and height.

Declaration:

 

C/C++

extern "C" vbool WINAPI VCGetTextProSpacing(short* iError);
extern "C" void WINAPI VCSetTextProSpacing(short* iError, vbool b);

Delphi

function VCGetTextProSpacing(var iError: Smallint):Wordbool; stdcall; external'VCMAIN';
procedure VCSetTextProSpacing(var iError: Smallint; b: Wordbool); stdcall;

ActiveX/COM

Function GetTextProSpacing() As Integer
Sub SetTextProSpacing(ByVal i As Integer)

Parameters:

b - toggle setting
0 - Off (Unchecked)
1 - On (Checked)
2 - Restore previous state

Notes:

 

See Also:

VCGetTextAspect, VCGetTextBold, VCGetTextCharSpace, VCGetTextColor, VCGetTextFontName, VCGetTextHeight, VCGetTextItalic, VCGetTextItalicValue, VCGetTextJustify, VCGetTextLayer, VCGetTextLineSpace, VCGetTextRot, VCGetTextString, VCGetTextUnderline