Skip to content

Commit

Permalink
Merge pull request #30 from brandoncc/add-text-rendering-via-pango
Browse files Browse the repository at this point in the history
Add text rendering via pango
  • Loading branch information
brandoncc authored Jun 20, 2022
2 parents b5038b1 + 00134b1 commit 4762419
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
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

0 comments on commit 4762419

Please sign in to comment.