VCGetKeepAcadFontName
VCSetKeepAcadFontName


Version:

1.2

Description:

When active, the current font mapping in the DWG Font tabs is overridden.

Declaration:

 

C/C++

extern "C" BOOL WINAPI VCGetKeepAcadFontName(short* iError);
extern "C" void WINAPI VCSetKeepAcadFontName(short* iError, BOOL tf);

Delphi

function VCGetKeepAcadFontName(var iError: Smallint):Wordbool; stdcall;
procedure VCSetKeepAcadFontName(var iError: Smallint; tf: Wordbool); stdcall;

ActiveX/COM

Function GetKeepAcadFontName() As long
Sub SetKeepAcadFontName(ByVal b As long)

Parameters:

tf - toggle setting
0 - Off (Unchecked)
1- On(Checked)

Notes:

All fonts are mapped to existing fonts of the same name. If a font of the same name does not exist, Visual CADD™ will map the font to the default font.

See Also:

VCGetKeepGCDFontName, VCGetKeepGCDHatch, VCGetGCDDefaultHatchName, VCGetAcadImportUnit, VCSaveDrawing