MCPcopy Index your code
hub / github.com/hizzgdev/jsmind / change_text_font

Function change_text_font

example/2_features.js:253–261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

251}
252
253function change_text_font() {
254 var selected_id = get_selected_nodeid();
255 if (!selected_id) {
256 prompt_info('please select a node first.');
257 return;
258 }
259
260 _jm.set_node_font_style(selected_id, 28);
261}
262
263function change_text_color() {
264 var selected_id = get_selected_nodeid();

Callers

nothing calls this directly

Calls 3

get_selected_nodeidFunction · 0.85
prompt_infoFunction · 0.85
set_node_font_styleMethod · 0.80

Tested by

no test coverage detected