-
Notifications
You must be signed in to change notification settings - Fork 555
Closed
Description
Would it be possible to bind/fix the CoreText.CTFontDescriptor.MatchFontDescriptors method?
https://github.com/xamarin/xamarin-macios/blob/6f45caa84db8e45df6866d564603930f1cac9d64/src/CoreText/CTFontDescriptor.cs#L756-L766
My goal is to download fonts dynamically
- https://developer.apple.com/library/archive/samplecode/DownloadFont/Listings/DownloadFont_ViewController_m.html
- https://medium.com/@chunkyguy/downloading-fonts-on-ios-ad97977308b5
Steps to Reproduce
var success = CoreText.CTFontDescriptor.MatchFontDescriptors(new CoreText.CTFontDescriptor[0], null, null);
Expected Behavior
no crash, API works
Actual Behavior
NotImplementedException
Environment
.NET 8 RC2.1
Reactions are currently unavailable