Home | History | Annotate | Download | only in user
      1 User Documentation
      2 ==================
      3 
      4 If you want to write code that uses the Skia library, this is the place for you.
      5 
      6 The Skia graphics library can be used for drawing Text, Geometries, and Images:
      7 
      8   * 3x3 matrices w/ perspective
      9   * antialiasing, transparency, filters
     10   * shaders, xfermodes, maskfilters, patheffects
     11   * subpixel text
     12 
     13 Device backends for Skia currently include:
     14 
     15   * Raster
     16   * OpenGL
     17   * PDF
     18   * XPS
     19   * SVG
     20   * Picture (for recording and then playing back into another Canvas)
     21 
     22