MCPcopy
hub / github.com/1j01/jspaint / TextToolFontOptions

Interface TextToolFontOptions

src/globals.d.ts:75–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73// declare let show_thumbnail: boolean;
74// declare let text_tool_font: TextToolFontOptions;
75interface TextToolFontOptions {
76 /** should be an exact value detected by Font Detective */
77 family: string,
78
79 size: number,
80 line_scale: number,
81
82 bold: boolean,
83 italic: boolean,
84 underline: boolean,
85 vertical: boolean,
86
87 color: string,
88 background: string,
89};
90// declare let root_history_node: HistoryNode;
91// declare let current_history_node: HistoryNode;
92// declare let history_node_to_cancel_to: HistoryNode | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected