VCGetTextCharSpace
VCSetTextCharSpace


Version:

1.2

Description:

Character spacing is the amount of space that appears between characters in a text string. It determines if the characters in a word are crowded or spread out. The value is a percentage of the characters height and applies only to vector fonts.

Declaration:

 

C/C++

extern "C" double WINAPI VCGetTextCharSpace(short* iError);
extern "C" void WINAPI VCGetTextCharSpaceBP(short* iError, double* dRet);
extern "C" void WINAPI VCSetTextCharSpace(short* iError, double dCharSpacing);

Delphi

procedure VCGetTextCharSpaceBP(var iError: Smallint; var dRet: Double); stdcall;
procedure VCSetTextCharSpace(var iError: Smallint; dCharSpacing: Double); stdcall;

ActiveX/COM

Function GetTextCharSpace() As Double
Sub SetTextCharSpace(ByVal d As Double)

Parameters:

dCharSpacing - the character spacing as a decimal percentage (i.e. 1.5 is 150%)

Notes:

 

See Also:

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