<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Though I haven't followed the story closely, you should note that this conversion is problematic. Converting to OpenType while retaining the Type1 outlines would have been a better idea, if OpenOffice supports it.<br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Here's a relevant link that describes the problem in Type1→TTF conversion: <a href="https://blog.idrsolutions.com/2014/06/3-reasons-font-converter-type-1-truetype/">https://blog.idrsolutions.com/2014/06/3-reasons-font-converter-type-1-truetype/</a><br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Regards,<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Dov<br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 27, 2017 at 2:49 PM, Boruch Baum <span dir="ltr"><<a href="mailto:boruch_baum@gmx.com" target="_blank">boruch_baum@gmx.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 2017-06-27 12:59, Rabin Yasharzadehe wrote:<br>
>    Thanks.<br>
>    Q1: can you share show did you converted the fonts (manually/script),<br>
<br>
  #+BEGIN_SRC sh<br>
  #!/usr/bin/fontforge -lang=ff<br>
  #<br>
  #<br>
  # Accepts args *.pfa or *.pfb<br>
<br>
  i=1<br>
  while ( i < $argc )<br>
    Open( $argv[i] )<br>
    Generate( $argv[i]:r + ".ttf")<br>
    i = i+1<br>
  endloop<br>
  #+END_SRC<br>
<br>
<br>
>    Q2: do you know how can I patch together 2 fonts, for example<br>
>           I like to have some subset of glyps from one font and some other<br>
>    sub-set from another and and combine them together to a new font.<br>
>           my use case it to have a monospaced-font with Hebrew support<br>
>    (which not all of them have).<br>
<br>
No idea. I'm not a font expert, and just dived into this fray<br>
because it was something I realized I could do.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
--<br>
hkp://<a href="http://keys.gnupg.net" rel="noreferrer" target="_blank">keys.gnupg.net</a><br>
CA45 09B5 5351 7C11 A9D1  7286 0036 9E45 1595 8BC0<br>
<br>
______________________________<wbr>_________________<br>
Linux-il mailing list<br>
<a href="mailto:Linux-il@cs.huji.ac.il">Linux-il@cs.huji.ac.il</a><br>
<a href="http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il" rel="noreferrer" target="_blank">http://mailman.cs.huji.ac.il/<wbr>mailman/listinfo/linux-il</a><br>
</div></div></blockquote></div><br></div>