core.engine
core.engineJavaScript
engineJavaScript
core.engineJSON
engineJSON
Core.Engine.net
core.engineAndroid
Description​
The engine which should be used to render the the tablature. AlphaTab can use various render engines to draw the music notation. The available render engines is specific to the platform. Please refer to the table below to find out which engines are available on which platform.
default
- Platform specific default enginehtml5
- Uses HTML5 canvas elements to render the music notation (browser only)svg
- Outputs SVG strings (all platforms, default for web)skia
- Uses Skia for rendering (all non-browser platforms via alphaSkia, default for non-web)gdi
- Uses GDI+ for rendering (only on .net)android
- Uses android.graphics.Canvas for rendering (only on Android)
- JavaScript
- C#
- Kotlin
engine: string = "default";
string Engine { get; set; } = "default"
var engine: String = "default"