pcb

Comment 7 for bug 699460

Revision history for this message
Ineiev (ineiev) wrote :

The point is you can't rely on the system library for rendering PCB texts: if a line moves a half-pixel left,
it is nothing for schematics, but on a PCB it might result in a DRC violation; to avoid it you want
a particular version of the library. I include a FreeType2 library and build the application against it.

Probably Pango can be included, too; it's sources size is approximately the same as of FreeType2.
I think I'll try.