נסגרה רשימת המרצים?
היה לי רעיון להרצאה...
עמיחי רוטמן
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
לא חושב שפרסמו CFP
יהודה
--
*Yehuda Deutsch | IT Developer*
2017-06-27 11:13 GMT+03:00 Amichai Rotman :
> נסגרה רשימת המרצים?
>
> היה לי רעיון להרצאה...
>
> עמיחי רוטמן
>
> ___
> Linux-il mailing list
> Linux-il@cs.huji.ac.
On 2017-06-27 12:59, Rabin Yasharzadehe wrote:
>Thanks.
>Q1: can you share show did you converted the fonts (manually/script),
#+BEGIN_SRC sh
#!/usr/bin/fontforge -lang=ff
#
#
# Accepts args *.pfa or *.pfb
i=1
while ( i < $argc )
Open( $argv[i] )
Generate( $argv[i]:r
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.
Here's a relevant link that describes the problem in Type1→TTF conversion:
https://b
If Dov is correct and your results are superior, let me know when you
upload yours for public distribution and I'll immediately delete my
repository with a link to yours.
On 2017-06-27 19:28, E.S. Rosenberg wrote:
> I converted to OpenType using Adobe FDK and the fonts work in LibreOffice.
>
> 201