Skip to content

gtk/gtkfontchooserwidget.c: Include FreeType Headers properly

Chun-wei Fan requested to merge ft.headers into gtk-3-24

Hi,

On the way to provide font tweaking support in the GTK+ widgets for PangoWin32 fonts, I came across a rather trivial issue in the code: to use the macros defined by FreeType to include the specific FreeType headers. This simple MR attempts to fix this issue, which has already been covered in the master branch.

With blessings, thank you!

Merge request reports