RE: [ft-devel] Porting Free Type on 8 Bit platform!

2005-09-26 Thread Turner, David
Hi all, I want to know that, Is it possible to port freetype2 on 8 bit platform like 8 Bit microcontrollers based on 8051 core or 8 Bit Rabbit processors? You mean that all registers and operators are based on 8bit entities? This won't work with FreeType unless you have a library

[ft-devel] Porting Free Type on 8 Bit platform!

2005-09-23 Thread Kiran Mahajan
Hi all, Many of you mite have worked on porting Freetype on Embedded platforms. I want to know that, Is it possible to port freetype2 on 8 bit platform like 8 Bit microcontrollers based on 8051 core or 8 Bit Rabbit processors? If yes, which are the facts to do that? Also what will be the

RE: [ft-devel] Porting Free Type on 8 Bit platform!

2005-09-23 Thread Turner, David
- The FreeType Project (www.freetype.org) -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de Kiran Mahajan Envoyé : vendredi 23 septembre 2005 08:18 À : FreeType MailingList Objet : [ft-devel] Porting Free Type on 8 Bit platform! Hi all, Many

Re: [ft-devel] Porting Free Type on 8 Bit platform!

2005-09-23 Thread Werner LEMBERG
You mean that all registers and operators are based on 8bit entities? yes all registers and operators are 8bit. Hmm, I think there must be at least some 16bit entities for jumps and similar things, right? i don't want to have support for all fonts but if i can compile it for a single font