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
Afficher le fichier Open project: CoderLine/alphaTab

Méthodes publiques

Méthode Description
OnPreRender ( ) : object
OnRenderFinished ( ) : object

Private Methods

Méthode Description
FontEmbeddedSvgCanvas ( ) : System
LoadSvgFontString ( ) : string

Method Details

OnPreRender() public méthode

public OnPreRender ( ) : object
Résultat object

OnRenderFinished() public méthode

public OnRenderFinished ( ) : object
Résultat object