Re: Hebrew font
Robin Becker <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <[email protected]> |
On 02/06/2014 15:30, Arkadi Colson wrote: > Hi > > Is it possible somehow to use Hebrew fonts in combination with regular fonts? We > have a table with text(paragraph) in each cell but do not know in front if it is > Hebrew or not. Is there an auto detection system in style.fontName somewhere? > > Thx! > If you are using reportlab toolkit directly then you'll need to have a font that allows both Hebrew & latin glyphs. We can do both if the font supports that in simple strings. If you use a paragraph then you can switch back and forth using <font> tags inside the paragraph text. The hard part for us is the automatic glyph ordering. -- Robin Becker