prawnpdf / prawn

Fast, Nimble PDF Writer for Ruby
https://prawnpdf.org
Other
4.67k stars 688 forks source link

Properly define the intended behavior of fallback_fonts #729

Open practicingruby opened 10 years ago

practicingruby commented 10 years ago

See https://github.com/prawnpdf/prawn/pull/714#issuecomment-41516616

johnnyshields commented 7 years ago

@practicingruby I'd like to revisit this issue--is it still open? My app now needs to support Korean, Japanese, and Thai and I'd like to be able to mix different fonts in Prawn for each with fallbacks.

(An alternative is that I could use a font editor to combine the glyphs from N fonts into one master font, but that's a considerable pain to work with.)

practicingdev commented 7 years ago

I'm no longer involved with the project on a day to day basis, so the person to follow up with on this is @pointlessone.

johnnyshields commented 7 years ago

@pointlessone ?

pointlessone commented 7 years ago

Hi Johnny,

Yes, this issue is still open. Yes, you can work on it. I would appreciate if you submit a proposal first in case a substantial change is required before you issue a PR. Please also note that I'm a bit short on free time at the moment and may not respond in a timely manner. Still, others may give you valuable feedback.

johnnyshields commented 7 years ago

Hmm... I've worked around this issue by combining fonts with FontForge, so I don't think I'll be able to work on a fix in Prawn.

pointlessone commented 7 years ago

No problem. I'm glad you've found a solution that works for you.

johnnyshields commented 7 years ago

FYI here's my code for anyone looking for a similar workaround https://github.com/kkvesper/unicode-font