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

Sandro Groganz's Blog: Useful Extensions for WordPress and MediaWiki

PHPRiot.com: Monitoring File Uploads using Ajax and PHP

Derick Rethans' Blog: First release of the D-Bus extension

Derick Rethans' Blog: Starting Xdebug's debugger with Firefox

Developer.com: DB2 Universal Database and the PHP Developer? Absolutely!


Community Events











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


testing opinion introduction framework podcast interview zendframework2 language functional unittest community development code conference object example tool composer release series

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