Underlining text rendering engine
Underlining text rendering engine
I have been writing an application that takes advantage of ImageMagick's text to image features (and almost exclusively those features). I understand it uses freetype to get text information. Does ImageMagick perform any kind of processing (anti-aliasing, tuning, etc) after receiving the data from freetype?
Re: Underlining text rendering engine
No.Does ImageMagick perform any kind of processing (anti-aliasing, tuning, etc) after receiving the data from freetype?
Re: Underlining text rendering engine
Are there any other layers in between freetype and ImageMagick? such Pango or HarfBuzz
Re: Underlining text rendering engine
No.Are there any other layers in between freetype and ImageMagick? such Pango or HarfBuzz