VCGetTextJustify
VCSetTextJustify


Version:

1.2

Description:

The text justification setting. Text can be justified left, right or centered horizontally relative to the placement point.

Declaration:

 

C/C++

extern "C" short WINAPI VCGetTextJustify(short* iError);
extern "C" void WINAPI VCSetTextJustify(short* iError, short j);

Delphi

function VCGetTextJustify(var iError: Smallint):Smallint; stdcall;
procedure VCSetTextJustify(var iError: Smallint; j: Smallint); stdcall;

ActiveX/COM

Function GetTextJustify() As Integer
Sub SetTextJustify(ByVal i As Integer)

Parameters:

 j - the ASCII equivalent for the following characters.
'C' or 67 - CENTER.
'L' or 76- LEFT.
'R' or 82 - RIGHT.

Notes:

 

See Also:

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