[ft-devel] About customization of freetype for BDF

2005-10-14 Thread Kiran Mahajan
Hi All, Can anybody please tell me which are the minimum files from freetype2 code I have to compile to have only BDF font support? I want minimal footprint of freetype to port it on Embedded System. Thanks in advance. -- Thanks and Regards!! Kirankumar S. Mahajan Project Engineer(Embedded

[ft-devel] Export services?

2005-10-14 Thread Chia-I Wu
Hi, There are some functions which are wrappers to services. Then why not simply export the services to clients? The idea is, we let modules decide which services, among those they provide, to export. For a exported service, it should provide headers, not depending on internal headers, to

[ft-devel] Is there an easy way to figure out which module a function or declaration is in?

2005-10-14 Thread Fujinaka, Todd
Ive been looking at the API Reference and I cant tell if theres an easy way of looking at the structures being used and matching them up with freetype modules. Am I going about listing modules in the wrong way? Thanks, Todd ___

Re: [ft-devel] Export services?

2005-10-14 Thread Werner LEMBERG
There are some functions which are wrappers to services. Then why not simply export the services to clients? Please give an example how you would like to rearrange services. To make finding a service faster, we can use integers as service id, instead of strings. Do you really think that