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:
Juan Linietsky 2016-05-01 23:12:30 -03:00
parent 957c265f11
commit 5bb7cef836
8 changed files with 3974 additions and 1 deletions

View file

@ -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;