• Returns {
        fontMapping?: AcApFontMapping;
        isDebug?: boolean;
        isShowCommandLine?: boolean;
        isShowCoordinate?: boolean;
        isShowStats?: boolean;
        isShowToolbar?: boolean;
    }

    • OptionalfontMapping?: AcApFontMapping

      Font mapping configuration for text rendering

    • OptionalisDebug?: boolean

      Whether debug mode is enabled for development features

    • OptionalisShowCommandLine?: boolean

      Whether the command line interface is visible

    • OptionalisShowCoordinate?: boolean

      Whether coordinate display is visible

    • OptionalisShowStats?: boolean

      Whether performance statistics are displayed

    • OptionalisShowToolbar?: boolean

      Whether the toolbar is visible