Philipp Sander
Philipp Sander

Reputation: 10249

PDFLib equivalent to lineheight in css

Is there a equivalent to the lineheight in css?

I have tried wrap={lineheight={0 20}} as an optionlist for fit_textflow

Upvotes: 1

Views: 1940

Answers (1)

Rainer
Rainer

Reputation: 2185

with the option leading you can specify the distance between lines.

Please see PDFlib API reference, chapter 4.2 "Text Filter and Appearance Options", Table 4.6 for more details as well PDFlib 9 Tutorial, chapter 6.2.1 "Font and Glyph Metrics", section "Glyph metrics" for an introduction in this topic.

The leading (line spacing) specifies the vertical distance between the baselines of adjacent lines of text. By default it is set to the value of the font size.

Upvotes: 3

Related Questions