You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for (FT_Face face : normal_ttf)
{
>>>> if (!FT_HAS_COLOR(face) ||
(FT_HAS_COLOR(face) && face->num_fixed_sizes == 0))
{
checkFTError(FT_Set_Pixel_Sizes(face, 0, m_shaping_dpi),
"setting DPI");
}
m_hb_fonts.push_back(hb_ft_font_create(face, NULL));
}
The BT crashes on the highlighted line. That's a call to FreeType, and this particular code has not changed in 4 years (since 369c346 )
I would assume it could crash if the "normal_ttf" variable somehow gets things that are not font faces loaded in, but I'm not familiar with that code and how that could happen.
From google play console, STK 1.5-beta1
addr2line shows
Full backtace
The text was updated successfully, but these errors were encountered: