VCGetKeepGCDFontName
VCSetKeepGCDFontName


Version:

1.2

Description:

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

Declaration:

 

C/C++

extern "C" BOOL WINAPI VCGetKeepGCDFontName(short* iError);
extern "C" void WINAPI VCSetKeepGCDFontName(short* iError, BOOL tf);

Delphi

function VCGetKeepGCDFontName(var iError: Smallint):Wordbool; stdcall;
procedure VCSetKeepGCDFontName(var iError: Smallint; tf: Wordbool); stdcall;

ActiveX/COM

Function GetKeepGCDFontName() As long
Sub SetKeepGCDFontName(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:

VCGetKeepAcadFontName, VCGetKeepGCDHatch, VCGetGCDDefaultHatchName, VCGetAcadImportUnit