Top "Freetype" questions

Open source font rendering library, written in C, which is able to open font files in OpenType and TrueType formats (and more) and render glyphs.

Install GD library and freetype on Linux

I'm trying to use imagefttext. And I need to have GD library and/or freetype installed. I'm new to this …

php linux ubuntu gd freetype
Matplotlib Build Problem: Error C1083: Cannot open include file: 'ft2build.h'

ft2build.h is located here: C:\Program Files\GnuWin32\include Initially, I made the same mistake as here: Fatal …

python build matplotlib freetype
PHP Fatal error: Call to undefined function imagettftext()

Why am I getting the error PHP Fatal error: Call to undefined function imagettftext() on line 29? <?php ob_start(); …

php freetype php-gd freetype2
Unable to install matplotlib on Mac OS X

I'm trying to install matplotlib for graphing applications in Python on Mac OS X. When I run "python setup.py …

python macos matplotlib macports freetype
Is there a decent OpenGL text drawing library for the iPhone SDK?

I'm trying to figure out a simple to draw some text in OpenGL. My research has shown its a fairly …

cocoa-touch opengl-es freetype
/usr/bin/ld: cannot find -lfreetype qt

Compiling on Fedora 10. I am using qt for the first time. I started by creating a simple GUI application with …

qt freetype
Detect if the FreeType PHP extension is installed on the server

How do I test to see if the FreeType extension is installed on a server running PHP? I wanted to …

php php-extension freetype
Compiling FreeType to DLL (as opposed to static library)

I want to use FreeType in a c# project. I found this binding, but I still need a freetype.dll. …

visual-studio-2010 dll compilation freetype
FreeType library and "Undefined reference to FT_Init_FreeType"

Coming from PHP, this is my first experience with C/C++ (so go easy on me). I'm following this tutorial …

c linker shared-libraries freetype
Linking freetype with cmake

I'm having troubles with linking freetype 2 under linux using cmake when building a C++11 project with an extern C library. …

c++ cmake dynamic-linking freetype