#include "text_server_extension.h"
void TextServerExtension::_bind_methods() { … }
bool TextServerExtension::has_feature(Feature p_feature) const { … }
String TextServerExtension::get_name() const { … }
int64_t TextServerExtension::get_features() const { … }
void TextServerExtension::free_rid(const RID &p_rid) { … }
bool TextServerExtension::has(const RID &p_rid) { … }
bool TextServerExtension::load_support_data(const String &p_filename) { … }
String TextServerExtension::get_support_data_filename() const { … }
String TextServerExtension::get_support_data_info() const { … }
bool TextServerExtension::save_support_data(const String &p_filename) const { … }
bool TextServerExtension::is_locale_right_to_left(const String &p_locale) const { … }
int64_t TextServerExtension::name_to_tag(const String &p_name) const { … }
String TextServerExtension::tag_to_name(int64_t p_tag) const { … }
RID TextServerExtension::create_font() { … }
RID TextServerExtension::create_font_linked_variation(const RID &p_font_rid) { … }
void TextServerExtension::font_set_data(const RID &p_font_rid, const PackedByteArray &p_data) { … }
void TextServerExtension::font_set_data_ptr(const RID &p_font_rid, const uint8_t *p_data_ptr, int64_t p_data_size) { … }
void TextServerExtension::font_set_face_index(const RID &p_font_rid, int64_t p_index) { … }
int64_t TextServerExtension::font_get_face_index(const RID &p_font_rid) const { … }
int64_t TextServerExtension::font_get_face_count(const RID &p_font_rid) const { … }
void TextServerExtension::font_set_style(const RID &p_font_rid, BitField<TextServer::FontStyle> p_style) { … }
BitField<TextServer::FontStyle> TextServerExtension::font_get_style(const RID &p_font_rid) const { … }
void TextServerExtension::font_set_style_name(const RID &p_font_rid, const String &p_name) { … }
String TextServerExtension::font_get_style_name(const RID &p_font_rid) const { … }
void TextServerExtension::font_set_weight(const RID &p_font_rid, int64_t p_weight) { … }
int64_t TextServerExtension::font_get_weight(const RID &p_font_rid) const { … }
void TextServerExtension::font_set_stretch(const RID &p_font_rid, int64_t p_stretch) { … }
int64_t TextServerExtension::font_get_stretch(const RID &p_font_rid) const { … }
void TextServerExtension::font_set_name(const RID &p_font_rid, const String &p_name) { … }
String TextServerExtension::font_get_name(const RID &p_font_rid) const { … }
Dictionary TextServerExtension::font_get_ot_name_strings(const RID &p_font_rid) const { … }
void TextServerExtension::font_set_antialiasing(const RID &p_font_rid, TextServer::FontAntialiasing p_antialiasing) { … }
TextServer::FontAntialiasing TextServerExtension::font_get_antialiasing(const RID &p_font_rid) const { … }
void TextServerExtension::font_set_disable_embedded_bitmaps(const RID &p_font_rid, bool p_disable_embedded_bitmaps) { … }
bool TextServerExtension::font_get_disable_embedded_bitmaps(const RID &p_font_rid) const { … }
void TextServerExtension::font_set_generate_mipmaps(const RID &p_font_rid, bool p_generate_mipmaps) { … }
bool TextServerExtension::font_get_generate_mipmaps(const RID &p_font_rid) const { … }
void TextServerExtension::font_set_multichannel_signed_distance_field(const RID &p_font_rid, bool p_msdf) { … }
bool TextServerExtension::font_is_multichannel_signed_distance_field(const RID &p_font_rid) const { … }
void TextServerExtension::font_set_msdf_pixel_range(const RID &p_font_rid, int64_t p_msdf_pixel_range) { … }
int64_t TextServerExtension::font_get_msdf_pixel_range(const RID &p_font_rid) const { … }
void TextServerExtension::font_set_msdf_size(const RID &p_font_rid, int64_t p_msdf_size) { … }
int64_t TextServerExtension::font_get_msdf_size(const RID &p_font_rid) const { … }
void TextServerExtension::font_set_fixed_size(const RID &p_font_rid, int64_t p_fixed_size) { … }
int64_t TextServerExtension::font_get_fixed_size(const RID &p_font_rid) const { … }
void TextServerExtension::font_set_fixed_size_scale_mode(const RID &p_font_rid, TextServer::FixedSizeScaleMode p_fixed_size_scale_mode) { … }
TextServer::FixedSizeScaleMode TextServerExtension::font_get_fixed_size_scale_mode(const RID &p_font_rid) const { … }
void TextServerExtension::font_set_allow_system_fallback(const RID &p_font_rid, bool p_allow_system_fallback) { … }
bool TextServerExtension::font_is_allow_system_fallback(const RID &p_font_rid) const { … }
void TextServerExtension::font_set_force_autohinter(const RID &p_font_rid, bool p_force_autohinter) { … }
bool TextServerExtension::font_is_force_autohinter(const RID &p_font_rid) const { … }
void TextServerExtension::font_set_hinting(const RID &p_font_rid, TextServer::Hinting p_hinting) { … }
TextServer::Hinting TextServerExtension::font_get_hinting(const RID &p_font_rid) const { … }
void TextServerExtension::font_set_subpixel_positioning(const RID &p_font_rid, TextServer::SubpixelPositioning p_subpixel) { … }
TextServer::SubpixelPositioning TextServerExtension::font_get_subpixel_positioning(const RID &p_font_rid) const { … }
void TextServerExtension::font_set_embolden(const RID &p_font_rid, double p_strength) { … }
double TextServerExtension::font_get_embolden(const RID &p_font_rid) const { … }
void TextServerExtension::font_set_spacing(const RID &p_font_rid, SpacingType p_spacing, int64_t p_value) { … }
int64_t TextServerExtension::font_get_spacing(const RID &p_font_rid, SpacingType p_spacing) const { … }
void TextServerExtension::font_set_baseline_offset(const RID &p_font_rid, double p_baseline_offset) { … }
double TextServerExtension::font_get_baseline_offset(const RID &p_font_rid) const { … }
void TextServerExtension::font_set_transform(const RID &p_font_rid, const Transform2D &p_transform) { … }
Transform2D TextServerExtension::font_get_transform(const RID &p_font_rid) const { … }
void TextServerExtension::font_set_variation_coordinates(const RID &p_font_rid, const Dictionary &p_variation_coordinates) { … }
Dictionary TextServerExtension::font_get_variation_coordinates(const RID &p_font_rid) const { … }
void TextServerExtension::font_set_oversampling(const RID &p_font_rid, double p_oversampling) { … }
double TextServerExtension::font_get_oversampling(const RID &p_font_rid) const { … }
TypedArray<Vector2i> TextServerExtension::font_get_size_cache_list(const RID &p_font_rid) const { … }
void TextServerExtension::font_clear_size_cache(const RID &p_font_rid) { … }
void TextServerExtension::font_remove_size_cache(const RID &p_font_rid, const Vector2i &p_size) { … }
void TextServerExtension::font_set_ascent(const RID &p_font_rid, int64_t p_size, double p_ascent) { … }
double TextServerExtension::font_get_ascent(const RID &p_font_rid, int64_t p_size) const { … }
void TextServerExtension::font_set_descent(const RID &p_font_rid, int64_t p_size, double p_descent) { … }
double TextServerExtension::font_get_descent(const RID &p_font_rid, int64_t p_size) const { … }
void TextServerExtension::font_set_underline_position(const RID &p_font_rid, int64_t p_size, double p_underline_position) { … }
double TextServerExtension::font_get_underline_position(const RID &p_font_rid, int64_t p_size) const { … }
void TextServerExtension::font_set_underline_thickness(const RID &p_font_rid, int64_t p_size, double p_underline_thickness) { … }
double TextServerExtension::font_get_underline_thickness(const RID &p_font_rid, int64_t p_size) const { … }
void TextServerExtension::font_set_scale(const RID &p_font_rid, int64_t p_size, double p_scale) { … }
double TextServerExtension::font_get_scale(const RID &p_font_rid, int64_t p_size) const { … }
int64_t TextServerExtension::font_get_texture_count(const RID &p_font_rid, const Vector2i &p_size) const { … }
void TextServerExtension::font_clear_textures(const RID &p_font_rid, const Vector2i &p_size) { … }
void TextServerExtension::font_remove_texture(const RID &p_font_rid, const Vector2i &p_size, int64_t p_texture_index) { … }
void TextServerExtension::font_set_texture_image(const RID &p_font_rid, const Vector2i &p_size, int64_t p_texture_index, const Ref<Image> &p_image) { … }
Ref<Image> TextServerExtension::font_get_texture_image(const RID &p_font_rid, const Vector2i &p_size, int64_t p_texture_index) const { … }
void TextServerExtension::font_set_texture_offsets(const RID &p_font_rid, const Vector2i &p_size, int64_t p_texture_index, const PackedInt32Array &p_offset) { … }
PackedInt32Array TextServerExtension::font_get_texture_offsets(const RID &p_font_rid, const Vector2i &p_size, int64_t p_texture_index) const { … }
PackedInt32Array TextServerExtension::font_get_glyph_list(const RID &p_font_rid, const Vector2i &p_size) const { … }
void TextServerExtension::font_clear_glyphs(const RID &p_font_rid, const Vector2i &p_size) { … }
void TextServerExtension::font_remove_glyph(const RID &p_font_rid, const Vector2i &p_size, int64_t p_glyph) { … }
Vector2 TextServerExtension::font_get_glyph_advance(const RID &p_font_rid, int64_t p_size, int64_t p_glyph) const { … }
void TextServerExtension::font_set_glyph_advance(const RID &p_font_rid, int64_t p_size, int64_t p_glyph, const Vector2 &p_advance) { … }
Vector2 TextServerExtension::font_get_glyph_offset(const RID &p_font_rid, const Vector2i &p_size, int64_t p_glyph) const { … }
void TextServerExtension::font_set_glyph_offset(const RID &p_font_rid, const Vector2i &p_size, int64_t p_glyph, const Vector2 &p_offset) { … }
Vector2 TextServerExtension::font_get_glyph_size(const RID &p_font_rid, const Vector2i &p_size, int64_t p_glyph) const { … }
void TextServerExtension::font_set_glyph_size(const RID &p_font_rid, const Vector2i &p_size, int64_t p_glyph, const Vector2 &p_gl_size) { … }
Rect2 TextServerExtension::font_get_glyph_uv_rect(const RID &p_font_rid, const Vector2i &p_size, int64_t p_glyph) const { … }
void TextServerExtension::font_set_glyph_uv_rect(const RID &p_font_rid, const Vector2i &p_size, int64_t p_glyph, const Rect2 &p_uv_rect) { … }
int64_t TextServerExtension::font_get_glyph_texture_idx(const RID &p_font_rid, const Vector2i &p_size, int64_t p_glyph) const { … }
void TextServerExtension::font_set_glyph_texture_idx(const RID &p_font_rid, const Vector2i &p_size, int64_t p_glyph, int64_t p_texture_idx) { … }
RID TextServerExtension::font_get_glyph_texture_rid(const RID &p_font_rid, const Vector2i &p_size, int64_t p_glyph) const { … }
Size2 TextServerExtension::font_get_glyph_texture_size(const RID &p_font_rid, const Vector2i &p_size, int64_t p_glyph) const { … }
Dictionary TextServerExtension::font_get_glyph_contours(const RID &p_font_rid, int64_t p_size, int64_t p_index) const { … }
TypedArray<Vector2i> TextServerExtension::font_get_kerning_list(const RID &p_font_rid, int64_t p_size) const { … }
void TextServerExtension::font_clear_kerning_map(const RID &p_font_rid, int64_t p_size) { … }
void TextServerExtension::font_remove_kerning(const RID &p_font_rid, int64_t p_size, const Vector2i &p_glyph_pair) { … }
void TextServerExtension::font_set_kerning(const RID &p_font_rid, int64_t p_size, const Vector2i &p_glyph_pair, const Vector2 &p_kerning) { … }
Vector2 TextServerExtension::font_get_kerning(const RID &p_font_rid, int64_t p_size, const Vector2i &p_glyph_pair) const { … }
int64_t TextServerExtension::font_get_glyph_index(const RID &p_font_rid, int64_t p_size, int64_t p_char, int64_t p_variation_selector) const { … }
int64_t TextServerExtension::font_get_char_from_glyph_index(const RID &p_font_rid, int64_t p_size, int64_t p_glyph_index) const { … }
bool TextServerExtension::font_has_char(const RID &p_font_rid, int64_t p_char) const { … }
String TextServerExtension::font_get_supported_chars(const RID &p_font_rid) const { … }
PackedInt32Array TextServerExtension::font_get_supported_glyphs(const RID &p_font_rid) const { … }
void TextServerExtension::font_render_range(const RID &p_font_rid, const Vector2i &p_size, int64_t p_start, int64_t p_end) { … }
void TextServerExtension::font_render_glyph(const RID &p_font_rid, const Vector2i &p_size, int64_t p_index) { … }
void TextServerExtension::font_draw_glyph(const RID &p_font_rid, const RID &p_canvas, int64_t p_size, const Vector2 &p_pos, int64_t p_index, const Color &p_color) const { … }
void TextServerExtension::font_draw_glyph_outline(const RID &p_font_rid, const RID &p_canvas, int64_t p_size, int64_t p_outline_size, const Vector2 &p_pos, int64_t p_index, const Color &p_color) const { … }
bool TextServerExtension::font_is_language_supported(const RID &p_font_rid, const String &p_language) const { … }
void TextServerExtension::font_set_language_support_override(const RID &p_font_rid, const String &p_language, bool p_supported) { … }
bool TextServerExtension::font_get_language_support_override(const RID &p_font_rid, const String &p_language) { … }
void TextServerExtension::font_remove_language_support_override(const RID &p_font_rid, const String &p_language) { … }
PackedStringArray TextServerExtension::font_get_language_support_overrides(const RID &p_font_rid) { … }
bool TextServerExtension::font_is_script_supported(const RID &p_font_rid, const String &p_script) const { … }
void TextServerExtension::font_set_script_support_override(const RID &p_font_rid, const String &p_script, bool p_supported) { … }
bool TextServerExtension::font_get_script_support_override(const RID &p_font_rid, const String &p_script) { … }
void TextServerExtension::font_remove_script_support_override(const RID &p_font_rid, const String &p_script) { … }
PackedStringArray TextServerExtension::font_get_script_support_overrides(const RID &p_font_rid) { … }
void TextServerExtension::font_set_opentype_feature_overrides(const RID &p_font_rid, const Dictionary &p_overrides) { … }
Dictionary TextServerExtension::font_get_opentype_feature_overrides(const RID &p_font_rid) const { … }
Dictionary TextServerExtension::font_supported_feature_list(const RID &p_font_rid) const { … }
Dictionary TextServerExtension::font_supported_variation_list(const RID &p_font_rid) const { … }
double TextServerExtension::font_get_global_oversampling() const { … }
void TextServerExtension::font_set_global_oversampling(double p_oversampling) { … }
Vector2 TextServerExtension::get_hex_code_box_size(int64_t p_size, int64_t p_index) const { … }
void TextServerExtension::draw_hex_code_box(const RID &p_canvas, int64_t p_size, const Vector2 &p_pos, int64_t p_index, const Color &p_color) const { … }
RID TextServerExtension::create_shaped_text(TextServer::Direction p_direction, TextServer::Orientation p_orientation) { … }
void TextServerExtension::shaped_text_clear(const RID &p_shaped) { … }
void TextServerExtension::shaped_text_set_direction(const RID &p_shaped, TextServer::Direction p_direction) { … }
TextServer::Direction TextServerExtension::shaped_text_get_direction(const RID &p_shaped) const { … }
TextServer::Direction TextServerExtension::shaped_text_get_inferred_direction(const RID &p_shaped) const { … }
void TextServerExtension::shaped_text_set_orientation(const RID &p_shaped, TextServer::Orientation p_orientation) { … }
TextServer::Orientation TextServerExtension::shaped_text_get_orientation(const RID &p_shaped) const { … }
void TextServerExtension::shaped_text_set_bidi_override(const RID &p_shaped, const Array &p_override) { … }
void TextServerExtension::shaped_text_set_custom_punctuation(const RID &p_shaped, const String &p_punct) { … }
String TextServerExtension::shaped_text_get_custom_punctuation(const RID &p_shaped) const { … }
void TextServerExtension::shaped_text_set_custom_ellipsis(const RID &p_shaped, int64_t p_char) { … }
int64_t TextServerExtension::shaped_text_get_custom_ellipsis(const RID &p_shaped) const { … }
void TextServerExtension::shaped_text_set_preserve_invalid(const RID &p_shaped, bool p_enabled) { … }
bool TextServerExtension::shaped_text_get_preserve_invalid(const RID &p_shaped) const { … }
void TextServerExtension::shaped_text_set_preserve_control(const RID &p_shaped, bool p_enabled) { … }
bool TextServerExtension::shaped_text_get_preserve_control(const RID &p_shaped) const { … }
void TextServerExtension::shaped_text_set_spacing(const RID &p_shaped, TextServer::SpacingType p_spacing, int64_t p_value) { … }
int64_t TextServerExtension::shaped_text_get_spacing(const RID &p_shaped, TextServer::SpacingType p_spacing) const { … }
bool TextServerExtension::shaped_text_add_string(const RID &p_shaped, const String &p_text, const TypedArray<RID> &p_fonts, int64_t p_size, const Dictionary &p_opentype_features, const String &p_language, const Variant &p_meta) { … }
bool TextServerExtension::shaped_text_add_object(const RID &p_shaped, const Variant &p_key, const Size2 &p_size, InlineAlignment p_inline_align, int64_t p_length, double p_baseline) { … }
bool TextServerExtension::shaped_text_resize_object(const RID &p_shaped, const Variant &p_key, const Size2 &p_size, InlineAlignment p_inline_align, double p_baseline) { … }
int64_t TextServerExtension::shaped_get_span_count(const RID &p_shaped) const { … }
Variant TextServerExtension::shaped_get_span_meta(const RID &p_shaped, int64_t p_index) const { … }
void TextServerExtension::shaped_set_span_update_font(const RID &p_shaped, int64_t p_index, const TypedArray<RID> &p_fonts, int64_t p_size, const Dictionary &p_opentype_features) { … }
RID TextServerExtension::shaped_text_substr(const RID &p_shaped, int64_t p_start, int64_t p_length) const { … }
RID TextServerExtension::shaped_text_get_parent(const RID &p_shaped) const { … }
double TextServerExtension::shaped_text_fit_to_width(const RID &p_shaped, double p_width, BitField<TextServer::JustificationFlag> p_jst_flags) { … }
double TextServerExtension::shaped_text_tab_align(const RID &p_shaped, const PackedFloat32Array &p_tab_stops) { … }
bool TextServerExtension::shaped_text_shape(const RID &p_shaped) { … }
bool TextServerExtension::shaped_text_update_breaks(const RID &p_shaped) { … }
bool TextServerExtension::shaped_text_update_justification_ops(const RID &p_shaped) { … }
bool TextServerExtension::shaped_text_is_ready(const RID &p_shaped) const { … }
const Glyph *TextServerExtension::shaped_text_get_glyphs(const RID &p_shaped) const { … }
const Glyph *TextServerExtension::shaped_text_sort_logical(const RID &p_shaped) { … }
int64_t TextServerExtension::shaped_text_get_glyph_count(const RID &p_shaped) const { … }
Vector2i TextServerExtension::shaped_text_get_range(const RID &p_shaped) const { … }
PackedInt32Array TextServerExtension::shaped_text_get_line_breaks_adv(const RID &p_shaped, const PackedFloat32Array &p_width, int64_t p_start, bool p_once, BitField<TextServer::LineBreakFlag> p_break_flags) const { … }
PackedInt32Array TextServerExtension::shaped_text_get_line_breaks(const RID &p_shaped, double p_width, int64_t p_start, BitField<TextServer::LineBreakFlag> p_break_flags) const { … }
PackedInt32Array TextServerExtension::shaped_text_get_word_breaks(const RID &p_shaped, BitField<TextServer::GraphemeFlag> p_grapheme_flags, BitField<TextServer::GraphemeFlag> p_skip_grapheme_flags) const { … }
int64_t TextServerExtension::shaped_text_get_trim_pos(const RID &p_shaped) const { … }
int64_t TextServerExtension::shaped_text_get_ellipsis_pos(const RID &p_shaped) const { … }
const Glyph *TextServerExtension::shaped_text_get_ellipsis_glyphs(const RID &p_shaped) const { … }
int64_t TextServerExtension::shaped_text_get_ellipsis_glyph_count(const RID &p_shaped) const { … }
void TextServerExtension::shaped_text_overrun_trim_to_width(const RID &p_shaped_line, double p_width, BitField<TextServer::TextOverrunFlag> p_trim_flags) { … }
Array TextServerExtension::shaped_text_get_objects(const RID &p_shaped) const { … }
Rect2 TextServerExtension::shaped_text_get_object_rect(const RID &p_shaped, const Variant &p_key) const { … }
Vector2i TextServerExtension::shaped_text_get_object_range(const RID &p_shaped, const Variant &p_key) const { … }
int64_t TextServerExtension::shaped_text_get_object_glyph(const RID &p_shaped, const Variant &p_key) const { … }
Size2 TextServerExtension::shaped_text_get_size(const RID &p_shaped) const { … }
double TextServerExtension::shaped_text_get_ascent(const RID &p_shaped) const { … }
double TextServerExtension::shaped_text_get_descent(const RID &p_shaped) const { … }
double TextServerExtension::shaped_text_get_width(const RID &p_shaped) const { … }
double TextServerExtension::shaped_text_get_underline_position(const RID &p_shaped) const { … }
double TextServerExtension::shaped_text_get_underline_thickness(const RID &p_shaped) const { … }
TextServer::Direction TextServerExtension::shaped_text_get_dominant_direction_in_range(const RID &p_shaped, int64_t p_start, int64_t p_end) const { … }
CaretInfo TextServerExtension::shaped_text_get_carets(const RID &p_shaped, int64_t p_position) const { … }
Vector<Vector2> TextServerExtension::shaped_text_get_selection(const RID &p_shaped, int64_t p_start, int64_t p_end) const { … }
int64_t TextServerExtension::shaped_text_hit_test_grapheme(const RID &p_shaped, double p_coords) const { … }
int64_t TextServerExtension::shaped_text_hit_test_position(const RID &p_shaped, double p_coords) const { … }
void TextServerExtension::shaped_text_draw(const RID &p_shaped, const RID &p_canvas, const Vector2 &p_pos, double p_clip_l, double p_clip_r, const Color &p_color) const { … }
void TextServerExtension::shaped_text_draw_outline(const RID &p_shaped, const RID &p_canvas, const Vector2 &p_pos, double p_clip_l, double p_clip_r, int64_t p_outline_size, const Color &p_color) const { … }
Vector2 TextServerExtension::shaped_text_get_grapheme_bounds(const RID &p_shaped, int64_t p_pos) const { … }
int64_t TextServerExtension::shaped_text_next_grapheme_pos(const RID &p_shaped, int64_t p_pos) const { … }
int64_t TextServerExtension::shaped_text_prev_grapheme_pos(const RID &p_shaped, int64_t p_pos) const { … }
PackedInt32Array TextServerExtension::shaped_text_get_character_breaks(const RID &p_shaped) const { … }
int64_t TextServerExtension::shaped_text_next_character_pos(const RID &p_shaped, int64_t p_pos) const { … }
int64_t TextServerExtension::shaped_text_prev_character_pos(const RID &p_shaped, int64_t p_pos) const { … }
int64_t TextServerExtension::shaped_text_closest_character_pos(const RID &p_shaped, int64_t p_pos) const { … }
String TextServerExtension::format_number(const String &p_string, const String &p_language) const { … }
String TextServerExtension::parse_number(const String &p_string, const String &p_language) const { … }
String TextServerExtension::percent_sign(const String &p_language) const { … }
bool TextServerExtension::is_valid_identifier(const String &p_string) const { … }
bool TextServerExtension::is_valid_letter(uint64_t p_unicode) const { … }
String TextServerExtension::strip_diacritics(const String &p_string) const { … }
String TextServerExtension::string_to_upper(const String &p_string, const String &p_language) const { … }
String TextServerExtension::string_to_title(const String &p_string, const String &p_language) const { … }
String TextServerExtension::string_to_lower(const String &p_string, const String &p_language) const { … }
TypedArray<Vector3i> TextServerExtension::parse_structured_text(StructuredTextParser p_parser_type, const Array &p_args, const String &p_text) const { … }
PackedInt32Array TextServerExtension::string_get_word_breaks(const String &p_string, const String &p_language, int64_t p_chars_per_line) const { … }
PackedInt32Array TextServerExtension::string_get_character_breaks(const String &p_string, const String &p_language) const { … }
int64_t TextServerExtension::is_confusable(const String &p_string, const PackedStringArray &p_dict) const { … }
bool TextServerExtension::spoof_check(const String &p_string) const { … }
void TextServerExtension::cleanup() { … }
TextServerExtension::TextServerExtension() { … }
TextServerExtension::~TextServerExtension() { … }