VCGetTextAspect
VCSetTextAspect


Version:

1.2

Description:

Specifies the current text aspect ratio setting. The text aspect ratio is the proportion of the text height to the text width.

Declaration:

 

C/C++

extern "C" double WINAPI VCGetTextAspect(short* iError);
extern "C" void WINAPI VCGetTextAspectBP(short* iError, double* dRet);
extern "C" void WINAPI VCSetTextAspect(short* iError, double d);

Delphi

procedure VCGetTextAspectBP(var iError: Smallint; var dRet: Double); stdcall;
procedure VCSetTextAspect(var iError: Smallint; dRet: Double); stdcall;

ActiveX/COM

Function GetTextAspect() As Double
Sub SetTextAspect(ByVal d As Double)

Parameters:

dRet - the current text aspect ratio.

Notes:

 

See Also:

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