Click or drag to resize
CanvasScaledFont Class
Represents a font face and a scale factor.
Inheritance Hierarchy
SystemObject
  Microsoft.Graphics.Canvas.TextCanvasScaledFont

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public sealed class CanvasScaledFont

The CanvasScaledFont type exposes the following members.

Properties
  NameDescription
Public propertyFontFace
The font face which has been chosen for a character range.
Public propertyScaleFactor
A scale factor that should be applied to the font size.
Top
See Also