C# 클래스 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.
상속: AlphaTab.Platform.Svg.FontSvgCanvas
파일 보기 프로젝트 열기: CoderLine/alphaTab

공개 메소드들

메소드 설명
OnPreRender ( ) : object
OnRenderFinished ( ) : object

비공개 메소드들

메소드 설명
FontEmbeddedSvgCanvas ( ) : System
LoadSvgFontString ( ) : string

메소드 상세

OnPreRender() 공개 메소드

public OnPreRender ( ) : object
리턴 object

OnRenderFinished() 공개 메소드

public OnRenderFinished ( ) : object
리턴 object