VCGetTextFontName
VCSetTextFontName


Version:

1.2

Description:

The name of the font to be used for all for all subsequent text placements.

Declaration:

 

C/C++

extern "C" short WINAPI VCGetTextFontName(short* iError, char* pS);
extern "C" void WINAPI VCSetTextFontName(short* iError, char* sz);

Delphi

function VCGetTextFontName(var iError: Smallint; pS: PAnsiChar):Smallint; stdcall;
procedure VCSetTextFontName(var iError: Smallint; sz: PAnsiChar); far

ActiveX/COM

Function GetTextFontName() As String
Sub SetTextFontName(ByVal sz As String)

Parameters:

pS - the name of the current font.

Notes:

 

See Also:

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