MCPcopy
hub / github.com/chaterm/Chaterm / FontConfig

Interface FontConfig

src/renderer/src/store/editorConfig.ts:31–36  ·  view source on GitHub ↗

* Font configuration definition

Source from the content-addressed store, hash-verified

29 * Font configuration definition
30 */
31interface FontConfig {
32 key: string
33 labelKey: string // i18n key for label
34 cssFamily: string
35 platforms: ('windows' | 'macos' | 'linux')[]
36}
37
38// Predefined font configurations - only system default fonts, no installation required
39const FONT_CONFIGS: FontConfig[] = [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected