Support for dynamic fonts (TTF)
Added support for DynamicFont, which can load a TTF of any size to use as a font. No import required.
This commit is contained in:
parent
957c265f11
commit
5bb7cef836
8 changed files with 3974 additions and 1 deletions
|
|
@ -3554,6 +3554,7 @@ Error EditorNode::load_scene(const String& p_scene, bool p_ignore_broken_deps,bo
|
|||
load_errors->clear();
|
||||
String lpath = Globals::get_singleton()->localize_path(p_scene);
|
||||
|
||||
print_line("LOCAL PATH: "+lpath+" from "+p_scene);
|
||||
if (!lpath.begins_with("res://")) {
|
||||
|
||||
current_option=-1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue