Changeset - r28504:922ec220613a
[Not reviewed]
master
0 1 0
Patric Stout - 3 months ago 2024-01-18 08:34:56
truebrain@openttd.org
Fix: [HarfBuzz] make HarfBuzz use the same glyphs as we render
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/gfx_layout_icu.cpp
Show inline comments
 
@@ -157,6 +157,8 @@ ICUParagraphLayout::ICUVisualRun::ICUVis
 
void ICURun::Shape(UChar *buff, size_t buff_length)
 
{
 
	auto hbfont = hb_ft_font_create_referenced(*(static_cast<const FT_Face *>(font->fc->GetOSHandle())));
 
	/* Match the flags with how we render the glyphs. */
 
	hb_ft_font_set_load_flags(hbfont, GetFontAAState(this->font->fc->GetSize()) ? FT_LOAD_TARGET_NORMAL : FT_LOAD_TARGET_MONO);
 

	
 
	/* ICU buffer is in UTF-16. */
 
	auto hbbuf = hb_buffer_create();
0 comments (0 inline, 0 general)