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:
@@ -412,7 +412,7 @@ void TextEdit::_notification(int p_what) {
|
||||
case NOTIFICATION_THEME_CHANGED: {
|
||||
|
||||
_update_caches();
|
||||
};
|
||||
} break;
|
||||
case NOTIFICATION_DRAW: {
|
||||
|
||||
int line_number_char_count=0;
|
||||
|
||||
Reference in New Issue
Block a user