Refactor Font configuration and import UI, and Font resources.
This commit is contained in:
parent
cf19484746
commit
344ba0ffaf
113 changed files with 5041 additions and 6485 deletions
|
|
@ -63,7 +63,6 @@ private:
|
|||
String text;
|
||||
String suffix;
|
||||
Ref<TextLine> text_buf;
|
||||
Dictionary opentype_features;
|
||||
String language;
|
||||
TextServer::StructuredTextParser st_parser = TextServer::STRUCTURED_TEXT_DEFAULT;
|
||||
Array st_args;
|
||||
|
|
@ -220,10 +219,6 @@ public:
|
|||
void set_text_direction(int p_column, Control::TextDirection p_text_direction);
|
||||
Control::TextDirection get_text_direction(int p_column) const;
|
||||
|
||||
void set_opentype_feature(int p_column, const String &p_name, int p_value);
|
||||
int get_opentype_feature(int p_column, const String &p_name) const;
|
||||
void clear_opentype_features(int p_column);
|
||||
|
||||
void set_structured_text_bidi_override(int p_column, TextServer::StructuredTextParser p_parser);
|
||||
TextServer::StructuredTextParser get_structured_text_bidi_override(int p_column) const;
|
||||
|
||||
|
|
@ -429,7 +424,6 @@ private:
|
|||
bool clip_content = false;
|
||||
String title;
|
||||
Ref<TextLine> text_buf;
|
||||
Dictionary opentype_features;
|
||||
String language;
|
||||
Control::TextDirection text_direction = Control::TEXT_DIRECTION_INHERITED;
|
||||
ColumnInfo() {
|
||||
|
|
@ -666,10 +660,6 @@ public:
|
|||
void set_column_title_direction(int p_column, Control::TextDirection p_text_direction);
|
||||
Control::TextDirection get_column_title_direction(int p_column) const;
|
||||
|
||||
void set_column_title_opentype_feature(int p_column, const String &p_name, int p_value);
|
||||
int get_column_title_opentype_feature(int p_column, const String &p_name) const;
|
||||
void clear_column_title_opentype_features(int p_column);
|
||||
|
||||
void set_column_title_language(int p_column, const String &p_language);
|
||||
String get_column_title_language(int p_column) const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue