index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
resources
/
font.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #93602 from aaronp64/inspector_latency
Rémi Verschelde
2024-08-22
1
-6
/
+6
|
\
|
*
Improve Editor Inspector/Theme item lookup performance
aaronp64
2024-08-20
1
-6
/
+6
*
|
[BMFont] Fix importing fonts with `Match char height` enabled.
bruvzg
2024-08-14
1
-3
/
+6
*
|
[Font] Add check for cyclic base font dependencies.
bruvzg
2024-08-03
1
-4
/
+23
*
|
[Editor] Update font preview directly instead of invalidating property list.
bruvzg
2024-07-05
1
-1
/
+0
|
/
*
[Import] Add "skip file" import option to skip (and exclude from export) impo...
bruvzg
2024-03-12
1
-0
/
+11
*
[Font] Add option to disable embedded bitmaps loading.
bruvzg
2024-03-11
1
-0
/
+42
*
Fix Label3D, TextMesh & Font not following project default theme in editor
Micky
2024-03-09
1
-1
/
+6
*
Merge pull request #88185 from bruvzg/font_draw_no_ellipsis
Rémi Verschelde
2024-02-15
1
-0
/
+6
|
\
|
*
[Font] Do not use trim with ellipsis in the basic Font string drawing functions.
bruvzg
2024-02-11
1
-0
/
+6
*
|
[TextServer / Font] Do not duplicate images to prevent unnecessary embedding.
bruvzg
2024-02-05
1
-1
/
+1
|
/
*
[TextServer / Font] Add support for customizable baseline offset.
bruvzg
2024-01-28
1
-8
/
+51
*
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-4
/
+4
*
Don't use TTR/RTR for ERR/WARN prints
Rémi Verschelde
2023-11-12
1
-25
/
+25
*
[Bitmap fonts] Add support for scaling.
bruvzg
2023-10-13
1
-0
/
+21
*
Merge pull request #82712 from bruvzg/font_collection_name_select
Rémi Verschelde
2023-10-03
1
-3
/
+8
|
\
|
*
[SystemFont] Check name when selecting the best matching face from a collection.
bruvzg
2023-10-03
1
-3
/
+8
*
|
[TextServer] Store font extra spacing variations without making a full copy o...
bruvzg
2023-09-28
1
-28
/
+46
|
/
*
Merge pull request #81406 from bruvzg/ts_dict_chk2
Rémi Verschelde
2023-09-08
1
-6
/
+10
|
\
|
*
[TextServer] Pass Dictionary properties by value and check property values in...
bruvzg
2023-09-07
1
-6
/
+10
*
|
Introduce the concept of global theme contexts
Yuri Sizov
2023-09-06
1
-72
/
+44
|
/
*
[TextServer] Remove excessive Dictionary checks.
bruvzg
2023-09-04
1
-8
/
+4
*
[Text Server] Store extra spacing of individual font variations.
bruvzg
2023-08-24
1
-8
/
+60
*
Move registration of `fallbacks` property in the base Font class
Faolan
2023-08-07
1
-3
/
+8
*
Unify and streamline connecting to Resource changes
kobewi
2023-07-17
1
-19
/
+18
*
Extract and reorganize texture resource classes
Hendrik Brucker
2023-07-14
1
-0
/
+1
*
Fix: Incorrect property names in FontFile::_get_property_list().
Ben Rog-Wilhelm
2023-07-01
1
-3
/
+3
*
[TextServer] Add support for retrieving OpenType name strings.
bruvzg
2023-05-22
1
-0
/
+5
*
Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad...
bruvzg
2023-05-15
1
-6
/
+6
*
Merge pull request #74149 from bruvzg/get_char
Yuri Sizov
2023-03-16
1
-0
/
+6
|
\
|
*
[Font] Implement `get_char_from_glyph_index` function.
bruvzg
2023-03-01
1
-0
/
+6
*
|
[Bitmap font] Assume outline size is `1` if it's not set, but channel for out...
bruvzg
2023-03-02
1
-0
/
+6
|
/
*
Avoid returning self from `_get_base_font_or_default()`
Patrick Dawson
2023-02-05
1
-8
/
+24
*
[SystemFont] Add missing MSDF properties.
bruvzg
2023-01-26
1
-0
/
+38
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
[Font] Use key structure instead of raw hash for LRU cache to avoid collisions.
bruvzg
2022-12-24
1
-63
/
+27
*
Use system fonts as fallback and improve system font handling.
bruvzg
2022-12-04
1
-18
/
+143
*
Merge pull request #69008 from akien-mga/property-hint-array-type-resource-si...
Rémi Verschelde
2022-11-25
1
-3
/
+3
|
\
|
*
Add MAKE_RESOURCE_TYPE_HINT macro to simplify binding arrays of resources
Rémi Verschelde
2022-11-24
1
-3
/
+3
*
|
Fix inspector not showing name for LabelSettings.font
Haoyu Qiu
2022-11-25
1
-3
/
+3
|
/
*
[Bitmap font] Always set valid fixed size, even if it's not set in the `fnt` ...
bruvzg
2022-11-14
1
-1
/
+4
*
Add a special case for importing bitmap fonts designed for Godot 3.
bruvzg
2022-11-13
1
-1
/
+4
*
Hide Antialiasing import option on DynamicFonts with MSDF enabled
Hugo Locurcio
2022-11-03
1
-4
/
+4
*
[Font] Add support for OEM encoded bitmap fonts.
bruvzg
2022-10-16
1
-38
/
+165
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-18
/
+18
*
Merge pull request #66552 from bruvzg/64_bitfields
Rémi Verschelde
2022-09-29
1
-9
/
+9
|
\
|
*
Change BitField to use 64-bit int.
bruvzg
2022-09-28
1
-9
/
+9
*
|
Fix Font::_is_cyclic.
bruvzg
2022-09-28
1
-4
/
+9
|
/
*
Let the cached `TextLine` reset the width in `get_string_size`
Rindbee
2022-09-21
1
-5
/
+7
*
[Font] Remove unnecessary cleanup and `changed` signal emission from the dest...
bruvzg
2022-09-13
1
-5
/
+1
[next]