Add support for MacCatalyst in SystemFontFinder
Some checks failed
Build and test / build (push) Has been cancelled
Build and test [MacOS] / build (push) Has been cancelled
Run Integration Tests / build (push) Has been cancelled
Nightly Release / tests (push) Has been cancelled
Nightly Release / Check latest commit (push) Has been cancelled
Nightly Release / build_and_publish_nightly (push) Has been cancelled

This commit is contained in:
BobLd
2025-04-24 19:05:18 +01:00
parent afdd1f8924
commit 47584716ec

View File

@@ -98,6 +98,10 @@ namespace UglyToad.PdfPig.Fonts.SystemFonts
{
lister = new BrowserSystemFontLister();
}
else if (OperatingSystem.IsMacCatalyst())
{
lister = new MacSystemFontLister();
}
#endif
else
{