Here are two patches for LazFreeType.
- minimum size of 1 point, to avoid error with underlying procedures
- interpreter of true type program moved into one class (so it can be multithreaded) and dynamic stack size (this solves many fonts that use more stack than they declare)
EDIT : note that for multithreading to be ok, it is needed that an execution context be created for each thread