Skip to content

[3.0] freetype: darwin: fix font index issue

Jiepeng Huang requested to merge Apeng/vlc:3.0.x into 3.0.x

Fix VLCKit#635

In macOS/iOS/tvOS, font collection file contains multiple fonts. The 0 index should not be used by default, but the corresponding index should be used. This will fix some font rendering bugs and fallback font bugs.

This will also affect other projects using VLCKit

Related issues:

Merge request reports