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); |
Delphi |
procedure VCGetTextCharSpaceBP(var iError: Smallint; var
dRet: Double); stdcall; |
ActiveX/COM |
Function GetTextCharSpace() 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 |