Novelty: First public version released


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Novelty: First public version released
# 1  
Old 08-18-2008
Novelty: First public version released

Novelty is a tool for creating visual novels. With a WYSIWYG-interface it enables users to quickly and easily create their own interactive stories.
ImageImage

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
CAIROSVGSURFACE(3)							 1							CAIROSVGSURFACE(3)

Svg Surface Backend

INTRODUCTION
Svg specific surface class, uses the SVG (standard vector graphics) surface backend. CLASS SYNOPSIS
CairoSvgSurface CairoSvgSurfaceextends CairoSurface Methods o public CairoSvgSurface::__construct (string $file, float $width, float $height) o publicstatic array CairoSvgSurface::getVersions (void ) o public void CairoSvgSurface::restrictToVersion (string $version) o publicstatic string CairoSvgSurface::versionToString (int $version) Inherited methods o public CairoSurface::__construct (void ) o public void CairoSurface::copyPage (void ) o public void CairoSurface::createSimilar (CairoSurface $other, int $content, string $width, string $height) o public void CairoSurface::finish (void ) o public void CairoSurface::flush (void ) o public int CairoSurface::getContent (void ) o public array CairoSurface::getDeviceOffset (void ) o public void CairoSurface::getFontOptions (void ) o public int CairoSurface::getType (void ) o public void CairoSurface::markDirty (void ) o public void CairoSurface::markDirtyRectangle (string $x, string $y, string $width, string $height) o public void CairoSurface::setDeviceOffset (string $x, string $y) o public void CairoSurface::setFallbackResolution (string $x, string $y) o public void CairoSurface::showPage (void ) o public int CairoSurface::status (void ) o public void CairoSurface::writeToPng (string $file) PHP Documentation Group CAIROSVGSURFACE(3)