Skip to content

Update pango/pangowin32-fontmap.c, Do not enum Type-1-fonts

GitS7 requested to merge GitS7/pango:GitS7-main-patch-22994 into main

Currently, Type-1 fonts are read, but unfortunately they can no longer be processed. This leads to processing errors if a desired font is present in the system as a Type-1 font. With this change, the listing and thus the processing of Type-1 fonts is suppressed.

Merge request reports