This project implements most of the UI elements:
InteractiveInkCanvas
: the main UI control implementing rendering commands, implementing:IRenderTarget
: represents a render target for the SDK renderer, see implementation;ICanvas
: receives drawing commands, see implementation;IPath
: receives SVG path drawing commands, see implementation;
FontMetricsService
implements:IFontMetricsProvider
: provides digital text typesetting operations, see implementation.