Timothy Flynn
|
0e9b694058
|
LibGfx: Support UTF-16 text shaping
We can achieve this with templating the string view type, and then just
piping the view into the correct `hb_buffer_add_utf*` API.
|
2025-07-25 18:16:22 +02:00 |
|
Jelle Raaijmakers
|
144eac44fb
|
LibGfx: Remove Font::pixel_size_rounded_up()
The remaining callsites were removed in the previous commit.
|
2025-07-15 19:05:36 +01:00 |
|
Jelle Raaijmakers
|
5ac067c804
|
LibGfx: Inline Font::pixel_metrics()
Calls to this method were showing up in profiles.
|
2025-06-17 17:03:33 +02:00 |
|
Aliaksandr Kalenik
|
455700d379
|
LibGfx: Join SkiaFont.cpp into Font
No need to keep this function in a separate file.
|
2025-04-21 09:51:16 +02:00 |
|
Aliaksandr Kalenik
|
8e2d1559ec
|
LibGfx: Join ScaledFont into Font
Since ScaledFont is the only class inherited from Font we could simply
merge them.
|
2025-04-21 09:51:16 +02:00 |
|
Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|