Madiyar

Results 5 issues of Madiyar

**Specifications** OS Version: iOS Device Manufacturer: any device **Stickers** - [ ] My stickers do comply with the sticker requirements (512x512 and < 100 KB) - [ ] My tray...

iOS

MTFont doesn't handle memory management correctly for `CTFontRef` and `CGFontRef`. The [ownership policy](https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFMemoryMgmt/Concepts/Ownership.html#//apple_ref/doc/uid/20001148-CJBEJBHH) for Core Foundation as following: > **Foundation**: > > - If you create an object (either directly...

Almost all tests from iosMathTests pass with `swift test` command, except there are some numerical differences in `MTTypesetterTest`, probably coming from iOS/MacOS platform changes and unrelated to SPM. The following...

It’s not clear from the documentation which coordinate system [Glyph.y](https://github.com/linebender/parley/blob/e581c0809218ddd8e5bc9c5f2f02d7d862002a71/parley/src/layout/glyph.rs#L10) uses. On one hand, it appears to be defined in the glyph coordinate system, where the origin is at the...