Re: Parsing of <table> & ICU wordWrap

Buganini <[email protected]>
Newsgroups gmane.comp.python.reportlab.user
Message-ID <CAC_-zwdsXJdBzhYEMWVJD7CX9UP1hOmsiO7EQLQX2Y8sXTYi-g@mail.gmail.com>
It tuns out the lower case "helvetica" came from tts2ps() in fonts.py
problem is solved if I change 'helvetica; to 'Helvetica' for
            ('helvetica', 0, 0) :'Helvetica',
            ('helvetica', 1, 0) :'Helvetica-Bold',
            ('helvetica', 0, 1) :'Helvetica-Oblique',
            ('helvetica', 1, 1) :'Helvetica-BoldOblique',
in _tt2ps_map.

since everything in _ps2tt_map is lowered before added, I guess faces
in _tt2ps_map should be in title case.

2015-11-11 19:12 GMT+08:00 Robin Becker <[email protected]>:
> On 10/11/2015 07:15, Buganini wrote:
>>
>> 2015-11-10 14:45 GMT+08:00 Buganini <[email protected]>:
>>>
>>> Most features I need and most issues I got are sovled and committed.
>>>
>>> Here are my demos for these featues/issues
>>> http://tinder.land/static/demo.zip
>>>
>>>
>>> breaklinesICU still has minor issue that it over measure the width
>>> seems because extra spaces width are counted in.
>>
>> this is (probably) fixed and committed.
>>
>
> There is a relatively new para-measure-fix branch where I have attempted to
> fix all the measuring errors caused by font size and other changes.
>
>> My yet another question is, why autoLeading is not max by default? I
>> didn't see any scenario needs autoLeading other than max.
>
> ......
>
> in the past whenever we have gratuitously changed any option we receive
> howls of protest. By default leading should be constant as that leads to a
> better overall look for paragraphs. Your application is unusual in wanting
> variable line leading.
>
> --
> Robin Becker
> _______________________________________________
> reportlab-users mailing list
> [email protected]
> https://pairlist2.pair.net/mailman/listinfo/reportlab-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.