Up to date
This page is up to date for Godot 4.0
.
If you still find outdated information, please open an issue.
TextServer¶
Inherits: RefCounted < Object
Inherited By: TextServerExtension
A server interface for font management and text rendering.
Description¶
TextServer is the API backend for managing fonts and rendering text.
Methods¶
create_font ( ) |
|
create_shaped_text ( Direction direction=0, Orientation orientation=0 ) |
|
void |
draw_hex_code_box ( RID canvas, int size, Vector2 pos, int index, Color color ) const |
void |
font_clear_glyphs ( RID font_rid, Vector2i size ) |
void |
font_clear_kerning_map ( RID font_rid, int size ) |
void |
font_clear_size_cache ( RID font_rid ) |
void |
font_clear_textures ( RID font_rid, Vector2i size ) |
void |
font_draw_glyph ( RID font_rid, RID canvas, int size, Vector2 pos, int index, Color color=Color(1, 1, 1, 1) ) const |
void |
font_draw_glyph_outline ( RID font_rid, RID canvas, int size, int outline_size, Vector2 pos, int index, Color color=Color(1, 1, 1, 1) ) const |
font_get_antialiasing ( RID font_rid ) const |
|
font_get_ascent ( RID font_rid, int size ) const |
|
font_get_descent ( RID font_rid, int size ) const |
|
font_get_embolden ( RID font_rid ) const |
|
font_get_face_count ( RID font_rid ) const |
|
font_get_face_index ( RID font_rid ) const |
|
font_get_fixed_size ( RID font_rid ) const |
|
font_get_generate_mipmaps ( RID font_rid ) const |
|
font_get_global_oversampling ( ) const |
|
font_get_glyph_advance ( RID font_rid, int size, int glyph ) const |
|
font_get_glyph_contours ( RID font, int size, int index ) const |
|
font_get_glyph_index ( RID font_rid, int size, int char, int variation_selector ) const |
|
font_get_glyph_list ( RID font_rid, Vector2i size ) const |
|
font_get_glyph_offset ( RID font_rid, Vector2i size, int glyph ) const |
|
font_get_glyph_size ( RID font_rid, Vector2i size, int glyph ) const |
|
font_get_glyph_texture_idx ( RID font_rid, Vector2i size, int glyph ) const |
|
font_get_glyph_texture_rid ( RID font_rid, Vector2i size, int glyph ) const |
|
font_get_glyph_texture_size ( RID font_rid, Vector2i size, int glyph ) const |
|
font_get_glyph_uv_rect ( RID font_rid, Vector2i size, int glyph ) const |
|
font_get_hinting ( RID font_rid ) const |
|
font_get_kerning ( RID font_rid, int size, Vector2i glyph_pair ) const |
|
font_get_kerning_list ( RID font_rid, int size ) const |
|
font_get_language_support_override ( RID font_rid, String language ) |
|
font_get_language_support_overrides ( RID font_rid ) |
|
font_get_msdf_pixel_range ( RID font_rid ) const |
|
font_get_msdf_size ( RID font_rid ) const |
|
font_get_name ( RID font_rid ) const |
|
font_get_opentype_feature_overrides ( RID font_rid ) const |
|
font_get_oversampling ( RID font_rid ) const |
|
font_get_scale ( RID font_rid, int size ) const |
|
font_get_script_support_override ( RID font_rid, String script ) |
|
font_get_script_support_overrides ( RID font_rid ) |
|
font_get_size_cache_list ( RID font_rid ) const |
|
font_get_stretch ( RID font_rid ) const |
|
font_get_style ( RID font_rid ) const |
|
font_get_style_name ( RID font_rid ) const |
|
font_get_subpixel_positioning ( RID font_rid ) const |
|
font_get_supported_chars ( RID font_rid ) const |
|
font_get_texture_count ( RID font_rid, Vector2i size ) const |
|
font_get_texture_image ( RID font_rid, Vector2i size, int texture_index ) const |
|
font_get_texture_offsets ( RID font_rid, Vector2i size, int texture_index ) const |
|
font_get_transform ( RID font_rid ) const |
|
font_get_underline_position ( RID font_rid, int size ) const |
|
font_get_underline_thickness ( RID font_rid, int size ) const |
|
font_get_variation_coordinates ( RID font_rid ) const |
|
font_get_weight ( RID font_rid ) const |
|
font_has_char ( RID font_rid, int char ) const |
|
font_is_allow_system_fallback ( RID font_rid ) const |
|
font_is_force_autohinter ( RID font_rid ) const |
|
font_is_language_supported ( RID font_rid, String language ) const |
|
font_is_multichannel_signed_distance_field ( RID font_rid ) const |
|
font_is_script_supported ( RID font_rid, String script ) const |
|
void |
font_remove_glyph ( RID font_rid, Vector2i size, int glyph ) |
void |
font_remove_kerning ( RID font_rid, int size, Vector2i glyph_pair ) |
void |
font_remove_language_support_override ( RID font_rid, String language ) |
void |
font_remove_script_support_override ( RID font_rid, String script ) |
void |
font_remove_size_cache ( RID font_rid, Vector2i size ) |
void |
font_remove_texture ( RID font_rid, Vector2i size, int texture_index ) |
void |
font_render_glyph ( RID font_rid, Vector2i size, int index ) |
void |
font_render_range ( RID font_rid, Vector2i size, int start, int end ) |
void |
font_set_allow_system_fallback ( RID font_rid, bool allow_system_fallback ) |
void |
font_set_antialiasing ( RID font_rid, FontAntialiasing antialiasing ) |
void |
font_set_ascent ( RID font_rid, int size, float ascent ) |
void |
font_set_data ( RID font_rid, PackedByteArray data ) |
void |
font_set_descent ( RID font_rid, int size, float descent ) |
void |
font_set_embolden ( RID font_rid, float strength ) |
void |
font_set_face_index ( RID font_rid, int face_index ) |
void |
font_set_fixed_size ( RID font_rid, int fixed_size ) |
void |
font_set_force_autohinter ( RID font_rid, bool force_autohinter ) |
void |
font_set_generate_mipmaps ( RID font_rid, bool generate_mipmaps ) |
void |
font_set_global_oversampling ( float oversampling ) |
void |
font_set_glyph_advance ( RID font_rid, int size, int glyph, Vector2 advance ) |
void |
font_set_glyph_offset ( RID font_rid, Vector2i size, int glyph, Vector2 offset ) |
void |
font_set_glyph_size ( RID font_rid, Vector2i size, int glyph, Vector2 gl_size ) |
void |
font_set_glyph_texture_idx ( RID font_rid, Vector2i size, int glyph, int texture_idx ) |
void |
font_set_glyph_uv_rect ( RID font_rid, Vector2i size, int glyph, Rect2 uv_rect ) |
void |
font_set_hinting ( RID font_rid, Hinting hinting ) |
void |
font_set_kerning ( RID font_rid, int size, Vector2i glyph_pair, Vector2 kerning ) |
void |
font_set_language_support_override ( RID font_rid, String language, bool supported ) |
void |
font_set_msdf_pixel_range ( RID font_rid, int msdf_pixel_range ) |
void |
font_set_msdf_size ( RID font_rid, int msdf_size ) |
void |
font_set_multichannel_signed_distance_field ( RID font_rid, bool msdf ) |
void |
font_set_name ( RID font_rid, String name ) |
void |
font_set_opentype_feature_overrides ( RID font_rid, Dictionary overrides ) |
void |
font_set_oversampling ( RID font_rid, float oversampling ) |
void |
font_set_scale ( RID font_rid, |