Actions
Bug #7196
closedPango 1.44 deprecation warnings
Start date:
08/14/2019
Due date:
% Done:
100%
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 about 2 years 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
Updated by Matthias Van Ceulebroeck about 1 year ago
- Status changed from New to InProgress
- Assignee set to Matthias Van Ceulebroeck
- Target version changed from future to 4.10.2
Updated by Matthias Van Ceulebroeck about 1 year ago
- Status changed from InProgress to Review
- Assignee deleted (
Matthias Van Ceulebroeck)
Updated by Matthias Van Ceulebroeck about 1 year ago
- Assignee set to Korneel Dumon
Updated by Korneel Dumon about 1 year ago
- Status changed from Review to Resolved
- Assignee changed from Korneel Dumon to Matthias Van Ceulebroeck
Updated by Matthias Van Ceulebroeck about 1 year ago
- Status changed from Resolved to Implemented @Emweb
- % Done changed from 0 to 100
Updated by Matthias Van Ceulebroeck about 1 year ago
- Status changed from Implemented @Emweb to Closed
Actions