godot/editor/plugins/font_config_plugin.cpp

/**************************************************************************/
/*  font_config_plugin.cpp                                                */
/**************************************************************************/
/*                         This file is part of:                          */
/*                             GODOT ENGINE                               */
/*                        https://godotengine.org                         */
/**************************************************************************/
/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */
/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur.                  */
/*                                                                        */
/* Permission is hereby granted, free of charge, to any person obtaining  */
/* a copy of this software and associated documentation files (the        */
/* "Software"), to deal in the Software without restriction, including    */
/* without limitation the rights to use, copy, modify, merge, publish,    */
/* distribute, sublicense, and/or sell copies of the Software, and to     */
/* permit persons to whom the Software is furnished to do so, subject to  */
/* the following conditions:                                              */
/*                                                                        */
/* The above copyright notice and this permission notice shall be         */
/* included in all copies or substantial portions of the Software.        */
/*                                                                        */
/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,        */
/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF     */
/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */
/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY   */
/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,   */
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE      */
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.                 */
/**************************************************************************/

#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"

/*************************************************************************/
/*  EditorPropertyFontMetaObject                                         */
/*************************************************************************/

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() {}

/*************************************************************************/
/*  EditorPropertyFontOTObject                                           */
/*************************************************************************/

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 {}

/*************************************************************************/
/* EditorPropertyFontMetaOverride                                        */
/*************************************************************************/

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) {}

/*************************************************************************/
/* EditorPropertyOTVariation                                             */
/*************************************************************************/

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() {}

/*************************************************************************/
/* EditorPropertyOTFeatures                                              */
/*************************************************************************/

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() {}

/*************************************************************************/
/* EditorInspectorPluginFontVariation                                    */
/*************************************************************************/

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) {}

/*************************************************************************/
/* FontPreview                                                           */
/*************************************************************************/

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() {}

/*************************************************************************/
/* EditorInspectorPluginFontPreview                                      */
/*************************************************************************/

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) {}

/*************************************************************************/
/* EditorPropertyFontNamesArray                                          */
/*************************************************************************/

void EditorPropertyFontNamesArray::_add_element() {}

void EditorPropertyFontNamesArray::_add_font(int p_option) {}

EditorPropertyFontNamesArray::EditorPropertyFontNamesArray() {}

/*************************************************************************/
/* EditorInspectorPluginSystemFont                                       */
/*************************************************************************/

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::FontEditorPlugin() {}