mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 01:51:10 +00:00
Finalized DynamicFont implementation
-DynamicFont uses Freetype by default -Editor fonts are now scalable thanks to this -Cleaned up documentation browser and added fonts for this
This commit is contained in:
parent
a5777994cb
commit
3e8eb396d7
511 changed files with 3798 additions and 210 deletions
|
|
@ -86,7 +86,7 @@ bool GDParser::_enter_indent_block(BlockNode* p_block) {
|
|||
while(true) {
|
||||
|
||||
if (tokenizer->get_token()!=GDTokenizer::TK_NEWLINE) {
|
||||
print_line("no newline");
|
||||
|
||||
return false; //wtf
|
||||
} else if (tokenizer->get_token(1)!=GDTokenizer::TK_NEWLINE) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue