-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Dmitriy edited this page Jul 29, 2017
·
10 revisions
Welcome to the kcanvas wiki!
kcanvas API guide, general description, build and project setup instructions.
This page is under construction now, not all content present
Current state of the project, goals for release versions and future development notes can be found here.
Check out simple examples of different canvas features with code snippets and result images.
- Basic shapes
- Basic filled shapes
- Text and fonts
- Paths
- Bitmaps
- Gradients and gradient brushes
- Stroke styles and pens
- Clipping and masking
Here are links to pages and descriptions for every API type, class and other stuff.
These are mostly simple types used for general API classes and functionality support.
These are main API classes which form kcanvas API itself.
- kStroke
- kGradient
- kPen
- kBrush
- kFont
- kPath
- kBitmap
- kTextService
- kCanvas
- kCanvasClipper
- kBitmapCanvas
- kContextCanvas
All canvas API declarations are wrapped into k_canvas
namespace.