Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd optional freetype support (Linux only) #65
Conversation
|
EDIT: Now that I think about it, the versions in |
Since this will break Windows build as it would not find the headers required for freetype.
|
Ah! I realized this is a bad idea! And for my use-case, I'll just use an always-dynamically-linked fork of this so that freetype and harfbuzz are always inter-compatible (ensured by the system's package manager). |
critiqjo commentedSep 4, 2016
•
edited
The example provided may be re-written with purely
freetype-sysas dependency, in which case it may even be included as a test in theharfbuzz-syscrate (though, an additional font file+licence would have to be added then).EDIT: The module name
hb_ftmay not be appropriate...?EDIT2: I'm not sure how this can be made to work in Windows since I'm dynamic linking freetype and that is not quite straightforward there.
This change is