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

PsdTextVObject.originalFontName Property

Gets or sets original typeface name of the font used to display a text in this PsdTextVObject.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Java Script
function get_originalFontName();
function set_originalFontName(value);

Property Value

The original font name.

Remarks

This property corresponds to PsdTextVObject.OriginalFontName server-side member.

See Also

Reference