• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2---
3title: "User Documentation"
4linkTitle: "User Documentation"
5
6weight: 1
7
8---
9
10
11If you want to write code that uses the Skia library, this is the place for you.
12
13The Skia graphics library can be used for drawing Text, Geometries, and Images:
14
15  * 3x3 matrices w/ perspective
16  * antialiasing, transparency, filters
17  * shaders, xfermodes, maskfilters, patheffects
18  * subpixel text
19
20Device backends for Skia currently include:
21
22  * Raster
23  * OpenGL
24  * PDF
25  * XPS
26  * SVG
27  * Picture (for recording and then playing back into another Canvas)
28
29
30