0

I'm using the VIPS library for manipulating images and adding text to them. I want to know how to add spacing to characters in text?

The following image is an example of what I'm talking about.

Tracking and kerning

4

1 回答 1

1

您可以使用pango 标记。例如:

vips text x.png '<span letter_spacing="10000">Hello!</span>' --dpi 300

制作:

在此处输入图像描述

于 2019-12-29T17:53:46.663 回答