News Feed
Jobs Feed
Sections




News Archive
Michael Maclean's Blog:
Handling fonts in PECL/Cairo
March 02, 2010 @ 12:42:43

Michael Maclean has a look at working with fonts in Cairo (a graphics manipulation extension in the PECL repository). The example will be added to the PHP manual too in case you need it for reference later.

Currently, in PECL/Cairo the only way to draw text is the referred to as the "toy" text API, which is a very basic way of handling text compared to the facilities available in the Cairo library itself. However, it's sufficient for most purposes that I've come across so far.

With the first versions of the Cairo extension, you had to use the selectFontFace method to choose the font you wanted. With the introduction of Cairo 0.2.0, you can now use FreeType font support instead and can use the streams API built into PHP to locate the resource. A snippet of code is included to show how that would work.

0 comments voice your opinion now!
cairo graphic manipulation extension font freetype


blog comments powered by Disqus

Similar Posts

Pierre-Alain Joye's Blog: how to do not work around filter (don't be lazy :)

DevShed: Checking Boolean Values with Filters in PHP 5

Pierre\'s Blog: phpgd.com

Johannes Schlüter's Blog: Testing persistent connection and thread-safety features in PHP

IBuildings techPortal: Profiling with XHProf


Community Events











Don't see your event here?
Let us know!


functional interview phpunit podcast development introduction release database framework unittest language usergroup conference rest opinion series symfony2 testing community zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework