Skip to content
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

Add text rendering via pango #30

Merged
merged 1 commit into from
Jun 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/configurations/heroku-18.config.log
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ use fftw3 for FFT: yes
accelerate loops with orc: yes
ICC profile support with lcms: yes (lcms2)
zlib: yes
text rendering with pangocairo: no
font file support with fontconfig:
text rendering with pangocairo: yes
font file support with fontconfig: yes
RAD load/save: yes
Analyze7 load/save: yes
PPM load/save: yes
Expand Down
4 changes: 2 additions & 2 deletions build/configurations/heroku-20.config.log
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ use fftw3 for FFT: yes
accelerate loops with orc: yes
ICC profile support with lcms: yes (lcms2)
zlib: yes
text rendering with pangocairo: no
font file support with fontconfig:
text rendering with pangocairo: yes
font file support with fontconfig: yes
RAD load/save: yes
Analyze7 load/save: yes
PPM load/save: yes
Expand Down
4 changes: 2 additions & 2 deletions build/configurations/heroku-22.config.log
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ use fftw3 for FFT: yes
accelerate loops with orc: yes
ICC profile support with lcms: yes (lcms2)
zlib: yes
text rendering with pangocairo: no
font file support with fontconfig:
text rendering with pangocairo: yes
font file support with fontconfig: yes
RAD load/save: yes
Analyze7 load/save: yes
PPM load/save: yes
Expand Down
Binary file modified build/heroku-18.tar.gz
Binary file not shown.
Binary file modified build/heroku-20.tar.gz
Binary file not shown.
Binary file modified build/heroku-22.tar.gz
Binary file not shown.
3 changes: 2 additions & 1 deletion container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ RUN apt-get update && apt-get install -y \
libfftw3-dev \
libpoppler-glib-dev \
libwebp-dev \
libmagickcore-dev
libmagickcore-dev \
libpango1.0-dev

# build our stack to this prefix
ARG VIPS_PREFIX=/usr/local/vips
Expand Down