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); |
Delphi |
function VCGetKeepAcadFontName(var iError: Smallint):Wordbool;
stdcall; |
ActiveX/COM |
Function GetKeepAcadFontName() As long |
Parameters: |
tf - toggle setting |
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 |