C# Class AlphaTab.Platform.CSharp.FontEmbeddedSvgCanvas

This SVG canvas embedds the SVG font directly into the produced SVG. Due to the SVG opening tag that is generated, before the first actual rendering, the output of this canvas is no valid XML until the music sheet is completely rendered.
Inheritance: AlphaTab.Platform.Svg.FontSvgCanvas
Datei anzeigen Open project: CoderLine/alphaTab

Public Methods

Method Description
OnPreRender ( ) : object
OnRenderFinished ( ) : object

Private Methods

Method Description
FontEmbeddedSvgCanvas ( ) : System
LoadSvgFontString ( ) : string

Method Details

OnPreRender() public method

public OnPreRender ( ) : object
return object

OnRenderFinished() public method

public OnRenderFinished ( ) : object
return object