Bug #7196
Pango 1.44 deprecation warnings
Start date:
08/14/2019
Due date:
% Done:
0%
Estimated time:
Description
Pango 1.44 deprecated pango_fc_font_lock_face
, causing deprecation warnings when compiling FontSupportPango.C
.
This function being deprecated means we'll need to find an alternative for it at some point.
Wt also does not compile with Pango 1.44.3, but Pango 1.44.4 and the patch for issue #7193 should fix that.
Updated by Roel Standaert 5 months ago
- Description updated (diff)
- Target version set to future
I have made some attempts but I have yet to find how to properly substitute our use of pango_fc_font_lock_face
.
What doesn't work:
auto hbFont = pango_font_get_hb_font(font);
FT_Face face = hb_ft_font_lock_face(hbFont); // Returns null