-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WiP] Pango #7
[WiP] Pango #7
Conversation
I'm trying to build pango from a shell in my heroku instance; I seem to be having better success by building harfbuzz --with-freetype=no, then building freetype again, then building harfbuzz with freetype, then cairo, then pango. I've got a pango built right now and checking it out. Will link you to the .tar.gz via email if it works. |
Adds pango and its dependencies (fontconfig, harfbuzz) to cedar-14. Refs #6
@airhadoken got it building--thanks! Mind trying out https://github.com/mojodna/heroku-buildpack-cairo.git#pango and letting me know if it works for you? Note: pango will only be available on the cedar-14 stack because of HarfBuzz + glib version incompatibilities (I think). |
Pango (and HarfBuzz and fontconfig) support for node-canvas 1.2.1
Add Pango as a dependency (which requires fontconfig and HarfBuzz).
This doesn't fully work yet--Pango isn't picking up freetype.