Configuration settings for the CAD application.

Contains various UI and rendering preferences that can be persisted and modified during runtime.

interface AcApSettings {
    fontMapping: AcApFontMapping;
    isDebug: boolean;
    isShowCommandLine: boolean;
    isShowCoordinate: boolean;
    isShowStats: boolean;
    isShowToolbar: boolean;
}

Properties

fontMapping: AcApFontMapping

Font mapping configuration for text rendering

isDebug: boolean

Whether debug mode is enabled for development features

isShowCommandLine: boolean

Whether the command line interface is visible

isShowCoordinate: boolean

Whether coordinate display is visible

isShowStats: boolean

Whether performance statistics are displayed

isShowToolbar: boolean

Whether the toolbar is visible