#include "font_config_plugin.h"
#include "core/string/translation_server.h"
#include "editor/editor_settings.h"
#include "editor/import/dynamic_font_import_settings.h"
#include "editor/themes/editor_scale.h"
#include "scene/gui/margin_container.h"
bool EditorPropertyFontMetaObject::_set(const StringName &p_name, const Variant &p_value) { … }
bool EditorPropertyFontMetaObject::_get(const StringName &p_name, Variant &r_ret) const { … }
void EditorPropertyFontMetaObject::set_dict(const Dictionary &p_dict) { … }
Dictionary EditorPropertyFontMetaObject::get_dict() { … }
bool EditorPropertyFontOTObject::_set(const StringName &p_name, const Variant &p_value) { … }
bool EditorPropertyFontOTObject::_get(const StringName &p_name, Variant &r_ret) const { … }
void EditorPropertyFontOTObject::set_dict(const Dictionary &p_dict) { … }
Dictionary EditorPropertyFontOTObject::get_dict() { … }
void EditorPropertyFontOTObject::set_defaults(const Dictionary &p_dict) { … }
Dictionary EditorPropertyFontOTObject::get_defaults() { … }
bool EditorPropertyFontOTObject::_property_can_revert(const StringName &p_name) const { … }
bool EditorPropertyFontOTObject::_property_get_revert(const StringName &p_name, Variant &r_property) const { … }
void EditorPropertyFontMetaOverride::_notification(int p_what) { … }
void EditorPropertyFontMetaOverride::_property_changed(const String &p_property, const Variant &p_value, const String &p_name, bool p_changing) { … }
void EditorPropertyFontMetaOverride::_remove(Object *p_button, const String &p_key) { … }
void EditorPropertyFontMetaOverride::_add_menu() { … }
void EditorPropertyFontMetaOverride::_add_script(int p_option) { … }
void EditorPropertyFontMetaOverride::_add_lang(const String &p_locale) { … }
void EditorPropertyFontMetaOverride::_object_id_selected(const StringName &p_property, ObjectID p_id) { … }
void EditorPropertyFontMetaOverride::update_property() { … }
void EditorPropertyFontMetaOverride::_edit_pressed() { … }
void EditorPropertyFontMetaOverride::_page_changed(int p_page) { … }
EditorPropertyFontMetaOverride::EditorPropertyFontMetaOverride(bool p_script) { … }
void EditorPropertyOTVariation::_property_changed(const String &p_property, const Variant &p_value, const String &p_name, bool p_changing) { … }
void EditorPropertyOTVariation::_object_id_selected(const StringName &p_property, ObjectID p_id) { … }
void EditorPropertyOTVariation::update_property() { … }
void EditorPropertyOTVariation::_edit_pressed() { … }
void EditorPropertyOTVariation::_page_changed(int p_page) { … }
EditorPropertyOTVariation::EditorPropertyOTVariation() { … }
void EditorPropertyOTFeatures::_notification(int p_what) { … }
void EditorPropertyOTFeatures::_property_changed(const String &p_property, const Variant &p_value, const String &p_name, bool p_changing) { … }
void EditorPropertyOTFeatures::_remove(Object *p_button, int p_key) { … }
void EditorPropertyOTFeatures::_add_menu() { … }
void EditorPropertyOTFeatures::_add_feature(int p_option) { … }
void EditorPropertyOTFeatures::_object_id_selected(const StringName &p_property, ObjectID p_id) { … }
void EditorPropertyOTFeatures::update_property() { … }
void EditorPropertyOTFeatures::_edit_pressed() { … }
void EditorPropertyOTFeatures::_page_changed(int p_page) { … }
EditorPropertyOTFeatures::EditorPropertyOTFeatures() { … }
bool EditorInspectorPluginFontVariation::can_handle(Object *p_object) { … }
bool EditorInspectorPluginFontVariation::parse_property(Object *p_object, const Variant::Type p_type, const String &p_path, const PropertyHint p_hint, const String &p_hint_text, const BitField<PropertyUsageFlags> p_usage, const bool p_wide) { … }
void FontPreview::_notification(int p_what) { … }
void FontPreview::_bind_methods() { … }
Size2 FontPreview::get_minimum_size() const { … }
void FontPreview::set_data(const Ref<Font> &p_f) { … }
void FontPreview::_preview_changed() { … }
FontPreview::FontPreview() { … }
bool EditorInspectorPluginFontPreview::can_handle(Object *p_object) { … }
void EditorInspectorPluginFontPreview::parse_begin(Object *p_object) { … }
bool EditorInspectorPluginFontPreview::parse_property(Object *p_object, const Variant::Type p_type, const String &p_path, const PropertyHint p_hint, const String &p_hint_text, const BitField<PropertyUsageFlags> p_usage, const bool p_wide) { … }
void EditorPropertyFontNamesArray::_add_element() { … }
void EditorPropertyFontNamesArray::_add_font(int p_option) { … }
EditorPropertyFontNamesArray::EditorPropertyFontNamesArray() { … }
bool EditorInspectorPluginSystemFont::can_handle(Object *p_object) { … }
bool EditorInspectorPluginSystemFont::parse_property(Object *p_object, const Variant::Type p_type, const String &p_path, const PropertyHint p_hint, const String &p_hint_text, const BitField<PropertyUsageFlags> p_usage, const bool p_wide) { … }
FontEditorPlugin::FontEditorPlugin() { … }