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); |
Delphi |
function VCGetTextProSpacing(var iError: Smallint):Wordbool;
stdcall; external'VCMAIN'; |
ActiveX/COM |
Function GetTextProSpacing() As Integer |
Parameters: |
b - toggle setting |
Notes: |
|
See Also: |
VCGetTextAspect, VCGetTextBold, VCGetTextCharSpace, VCGetTextColor, VCGetTextFontName, VCGetTextHeight, VCGetTextItalic, VCGetTextItalicValue, VCGetTextJustify, VCGetTextLayer, VCGetTextLineSpace, VCGetTextRot, VCGetTextString, VCGetTextUnderline |