[This is the last time I remind you to reply to the list. I'll simply ignore future e-mails sent to me privately.]
From: "Soorej G.Kamal" <[email protected]> Subject: Re: [ft] Connecting freetype to lpcexpressso(for ARM LPC1769) Date: Thu, 5 Feb 2015 22:37:39 +0530 > I think i correctly linked the freetype library to my IDE. I just > link "libfreetype.dll.a" to my linker. The linker recognize the > library too, but still showing the "undefined reference to......"". > If i needed to add any other library? By default, no other library is necessary, IIRC. However, if you optionally activate some features like bzip2 decompression, you need some. All necessary libraries are mentioned in the `ftconfig.h' option file. > I trying to make a text processor for my ARM9, so i needed to access > the glyph outline coordinates from a ttf files. Thats why am trying > to link freetype library to my IDE (LPC Expresso). If any other > method to access ttf file? it has any file structure?, i need only > the glyph coordinates for my project. FreeType is the right library, I think. Werner _______________________________________________ Freetype mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype
