Dear FreeType Developers,
I am writing to report an issue we encountered after updating the
iOS Simulator to the version bundled with iOS SDK 26.0. Our application, which
uses FreeType 2.10.4 to load and render fonts, has started failing on a
specific system font.
We are experiencing a failure when trying to open the Chinese system
font PingFangUI.ttc (a font collection) on the new simulator environment. The
same code work correctly on physical devices and older simulator versions.
Details of the Issue:
*
FreeType Version: 2.10.4
*
Environment: iOS Simulator (iOS SDK 26.0)
*
Font File: PingFangUI.ttc (from the simulator's system font directory)
*
Error Code: FT_Err_Table_Missing(0x8E)
*
Specific Error Message: The debug output from FreeType indicates:
Locations_Missing
Could you please help us investigate this issue? We would be happy to provide
any additional debug information or perform specific tests as needed.
Thank you for your time and for maintaining this excellent library.
Best regards,
yali_he