Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/font.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@ GdipPrivateAddFontFile (GpFontCollection *fontCollection, GDIPCONST WCHAR *filen

fclose (fileHandle);
FcConfigAppFontAddFile (fontCollection->config, file);
#if USE_PANGO_RENDERING
pango_fc_font_map_config_changed((PangoFcFontMap *)fontCollection->pango_font_map);
#endif

GdipFree (file);
return Ok;
Expand Down