Re: [Podofo-users] Fall Back font Support

2016-05-25 Thread dennis
Hey, if you really need a fallback you need to install that font on the PC you are working on first. You could, for example, use a "unicode complete font" like Arial unicode or whatever's out there. Then you can do the "getGlyphWidth" trick (which Zyx talked about in his mail) and decide wet

Re: [Podofo-users] Fall Back font Support

2016-05-25 Thread zyx
On Wed, 2016-05-25 at 14:15 +, Jaseem Ali K T wrote: > But I would like to know if it’s possible to have a fall back font > mechanism to display the string correctly with current podofo( even > if it is not very direct) Hi, try to use PdfFontMetrics::GetGlyphWidth() function to determi

[Podofo-users] Fall Back font Support

2016-05-25 Thread Jaseem Ali K T
Hi All As per the current behavior, if I draw text( say for some Japanese string) using a font which doesn't have glyphs for the characters in the string(eg: Times New Roman), blanks or squares will be displayed. This is ok. But I would like to know if it's possible to have a fall back font mec