ITermFormat.PrepareFont Method

Builds the font format for the specified font size.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
FontInfo PrepareFont(
	float fontSize
)

Parameters

fontSize  Single
Unscaled font size.

Return Value

FontInfo
Font format for the specified fontSize.

See Also