|
name = vformat("%s (%s)", prev_font->get_font_name(), prev_font->get_font_style_name());
|
|
name = vformat("%s (%s)", prev_font->get_font_name(), prev_font->get_font_style_name());
|
|
font->draw_string(get_canvas_item(), Point2(0, font->get_height(font_size) + 2 * EDSCALE), name, HORIZONTAL_ALIGNMENT_CENTER, get_size().x, font_size, text_color);
|
|
font->draw_string(get_canvas_item(), Point2(0, font->get_height(font_size) + 2 * EDSCALE), name, HORIZONTAL_ALIGNMENT_CENTER, get_size().x, font_size, text_color);
|