skia-sys 0.20130412.3

2D graphic library for drawing Text, Geometries, and Images. FFI bindings only.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="app_name">Skia Samples</string>
    <string name="overview">Overview</string>
    <string name="toggle_rendering">Toggle Rendering</string>
    <string name="slideshow">Slideshow</string>
    <string name="fps">FPS</string>
    <string name="tiling">Toggle Tiling</string>
    <string name="bbox">Toggle SKP BBox</string>
    <string name="save_to_pdf">Save to PDF</string>
    <string name="save_failed">Save Failed</string>
    <string name="file_saved">%s saved!</string>
    <string name="glcontext_menu">Set OpenGL Context Type</string>
    <string name="glcontext_opengles">OpenGL ES</string>
    <string name="glcontext_msaa4_opengles">OpenGL ES, MSAA4</string>
    <string name="glcontext_opengl">OpenGL</string>
    <string name="glcontext_msaa4_opengl">OpenGL, MSAA4</string>
</resources>