aliftype / xits

XITS - OpenType implementation of STIX fonts with math support
SIL Open Font License 1.1
351 stars 35 forks source link

Make under Windows/MinGW #33

Closed grv87 closed 10 years ago

grv87 commented 10 years ago

Is there a way to make XITS fonts under Windows using make? I see Makefile, and I have the latest sortsmill Python package. But my sortsmill has no module ffcompat. So, make is unsuccessful. I also have FontForge, and there is no significant Python code too. Where could I get ffcompat?

khaledhosny commented 10 years ago

https://bitbucket.org/sortsmill/

You might also be able to replace from sortsmill import ffcompat as fontforge with import fontforge but this is untested (I have not used FontForge for a while so not sure if I depend on any new feature/bug fix that is only in Sorts Mill or not).

grv87 commented 10 years ago

Thank you. I've looked for python library in wrong repository. Maybe somewhere in your repository should be a brief documentation for developers?