Re: [fpc-pascal] fppdf textwidth

2020-11-09 Thread Michael Van Canneyt via fpc-pascal



On Mon, 9 Nov 2020, Mattias Gaertner via fpc-pascal wrote:


Hi all,

This has probably been asked before but I can't find the answer.

How to get the text width of a string?

I see code for the standard pdf fonts, but all these functions are
private.


The PDF classes do not support calculating this, they expect you to
calculate these widths using routines outside of the PDF classes.

You can use the font manager code in fpttf to calculate this.
see the fpreport unit for sample code.

Michael.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


[fpc-pascal] fppdf textwidth

2020-11-09 Thread Mattias Gaertner via fpc-pascal
Hi all,

This has probably been asked before but I can't find the answer.

How to get the text width of a string?

I see code for the standard pdf fonts, but all these functions are
private.

Mattias
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal