AcApFontMapping: Record<string, string>

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'
};