Skip to content

pangowin32: only access HDC via pango_win32_get_dc() method

Aaron Boxer requested to merge boxerab/pango:font_crash into master

It is safer to only access the HDC via the pango_win32_get_dc method, rather than accessing the variable directly.

Merge request reports