-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
good first issuegood for first-time contributorsgood for first-time contributors
Description
Font Bakery has freetype-py
as a dependency which is used on one of its checks.
We've received a report of that check failing with a segfault
for variable TrueType fonts when freetype-py
version 2.4.0 is installed. The crash doesn't happen with version 2.3.0.
I've ran the freetype-py
code (snippet below) in isolation but couldn't get it to segfault.
import freetype
face = freetype.Face("SourceSerif4Variable-Italic.ttf")
face.set_char_size(48 * 64)
face.load_char("✅")
Could this be related with #169 ?
Metadata
Metadata
Assignees
Labels
good first issuegood for first-time contributorsgood for first-time contributors