The MSVC project of the cairo library(version 1.4.6)
摘要:This is the VS2003.net solution for the cairo library.You can use this solution to build the win32 dlls of the cairo library.Features included are: image surface(PNG, need the libpng library.) win32 s...
阅读全文
Building the cairo graphic library using msvc
摘要:Cairo图形库1.4版终于release了,性能和稳定性都大大地增强了,特在此记录此消息来祝贺1.4版的发布。关于Cairo图形库的介绍,可以参见http://www.cairographics.org/。Firefox2的SVG实现和Firefox3的图形引擎就是基于Cairo的,Cairo具有比较友好的版权限制,有兴趣的朋友可以体验一下其丰富的2D矢量图形绘制功能。对于大多使用msvc的人来...
阅读全文