Font mappings for CAD text rendering.
Maps original font names to replacement font names when the original font is not available in the system.
const fontMapping: AcApFontMapping = { 'AutoCAD Font': 'Arial', 'SimSun': 'Microsoft YaHei'}; Copy
const fontMapping: AcApFontMapping = { 'AutoCAD Font': 'Arial', 'SimSun': 'Microsoft YaHei'};
Font mappings for CAD text rendering.
Maps original font names to replacement font names when the original font is not available in the system.