This documentation is for the old version. Go to the latest Graphics Mill docs

AdvancedPsdTextFrame.Font Property

Gets/sets the font settings of the text string stored in this layer.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill.Codecs.AdvancedPsd (in Aurigma.GraphicsMill.Codecs.AdvancedPsd.dll)

Syntax

Visual Basic
Public Property Font As Font
C#
public Font Font { get; set; }

Property Value

Font class instance which contains the font settings of the text string stored in this layer.

See Also

Reference