Hello,
Graeme has fixed a number of errors that should hopefully solve the problems
with
codepages; Changes have been tested on windows/linux/bsd but on Windows only
with a system that has an english locale.
These changes have been committed to FPC svn. (rev 33453)
We would appreciate it if
On 3/31/2016 7:02 AM, Michael Van Canneyt wrote:
Hello
In revision 33401 of FPC subversion, a lot of fixes have been
committed for Font
handling in the PDF generator: e.g. Unicode fonts should now render
correctly.
The test program generates the following PDF:
http://www.freepascal.org/~mi
Hello
In revision 33401 of FPC subversion, a lot of fixes have been committed for Font
handling in the PDF generator: e.g. Unicode fonts should now render correctly.
The test program generates the following PDF:
http://www.freepascal.org/~michael/test.pdf
Page 1 looks as follows on my system:
On Fri, 18 Mar 2016, Peter wrote:
On 05/03/16 17:27, Michael Van Canneyt wrote:
Hi,
I have committed a PDF generator to FPC Subversion: fcl-pdf.
Hi Michael,
What's the input format? html?
Object Pascal Code.
Michael.
___
fpc-pascal maillist
On Fri, 18 Mar 2016, Graeme Geldenhuys wrote:
On 2016-03-05 17:27, Michael Van Canneyt wrote:
I have committed a PDF generator to FPC Subversion: fcl-pdf.
Michael. Is the fcl-pdf/utils/* really needed? As far as I can see that
code is obsolete now that fpPDF can embedding TTF files directl
On 2016-03-05 17:27, Michael Van Canneyt wrote:
>
> I have committed a PDF generator to FPC Subversion: fcl-pdf.
Michael. Is the fcl-pdf/utils/* really needed? As far as I can see that
code is obsolete now that fpPDF can embedding TTF files directly. The
usage of .fnt files are not used any more.
On 05/03/16 17:27, Michael Van Canneyt wrote:
> Hi,
>
> I have committed a PDF generator to FPC Subversion: fcl-pdf.
>
Hi Michael,
What's the input format? html?
Peter
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepasc
awesome , many thanks
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Hi,
I have committed a PDF generator to FPC Subversion: fcl-pdf.
Why a new pascal PDF generator ?
Mainly because the existing ones written in Object Pascal suffer from
several disadvantages:
- Font support usually incomplete or downright buggy.
- Dependency on a GUI (LCL, VCL, Windows).
The l