10d45b867f
Bug: skia:11799 Change-Id: Ic9e9bc6a91cf1a7c9166ca1eae4aec6b00eb5e2a Docs-Preview: https://skia.org/?cl=391436 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/391436 Reviewed-by: Heather Miller <hcm@google.com>
549 B
549 B
title: "User Documentation" linkTitle: "User Documentation"
weight: 1
If you want to write code that uses the Skia library, this is the place for you.
The Skia graphics library can be used for drawing Text, Geometries, and Images:
- 3x3 matrices w/ perspective
- antialiasing, transparency, filters
- shaders, xfermodes, maskfilters, patheffects
- subpixel text
Device backends for Skia currently include:
- Raster
- OpenGL
- XPS
- SVG
- Picture (for recording and then playing back into another Canvas)