| 73 | // declare let show_thumbnail: boolean; |
| 74 | // declare let text_tool_font: TextToolFontOptions; |
| 75 | interface 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; |
nothing calls this directly
no outgoing calls
no test coverage detected