ITermFormat Interface

Describes the drawing format of the math expression term.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public interface ITermFormat

Properties

BackgroundColor Color of background.
Brush Brush to use during math expression term drawing.
Family Font family.
FontStyle Style of the font.
Size Relative font size.
TextColor Color of text.

Methods

PrepareFont Builds the font format for the specified font size.

See Also