Godot Daily: Text Rendering Updates and UI Fixes

Godot merged 10 pull requests today focusing on text rendering improvements with HarfBuzz and ICU updates, plus several editor UI fixes and rendering optimizations.

Duration: PT1M52S

Episode overview

This episode is a short developer briefing from Godot Daily.

It explains recent repository work in plain language.

  • Show: Godot Daily
  • Published: 2026-04-23T00:00:00Z
  • Audio duration: PT1M52S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning, this is Godot Daily for April 23rd, 2026.

The development team merged 10 pull requests with significant improvements across multiple areas. Bruvzg's major update brings HarfBuzz to version 14.2.0 and ICU4C to 78.3, enhancing text rendering capabilities with over 150 file changes in the advanced text server module.

Hugo Locurcio merged changes to set canvas items expand stretch mode as the default for new projects, improving the out-of-box experience for developers. YeldhamDev optimized GridMap navigation mesh baking performance when using bake bounds, addressing a common performance bottleneck.

LiveTrower fixed clearcoat intensity calculations for area lights in both GLES3 and Vulkan renderers. The web platform received attention with NoctemCat removing flags that prevented proxy_to_pthread from building properly.

Several editor improvements landed today. Unit-tick resolved UI layout issues in the project manager where tag containers were clipping project titles and breaking the interface layout. The fix converts the tag container to use HFlowContainer for proper wrapping and adds maximum size limits to prevent clipping.

LucaTuerk removed the compatibility render target…

Nearby episodes from Godot Daily

  1. Editor Polish and Bug Fixes
  2. UI Material Inheritance and Animation Fixes
  3. HDR Screenshot Rollback and Editor Improvements
  4. Weekly Recap - Editor Polish & Platform Stability
  5. macOS Color Picker Fix and UI Improvements
  6. GDScript Improvements and UI Fixes
  7. Third-Party Library Updates and UI Improvements
  8. Weekly Recap - Android Platform Modernization