Package | com.adobe.photoshop |
Class | public class TextFont |
Inheritance | TextFont ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
family : String [read-only]
The font family. | TextFont | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
name : String [read-only]
The font name. | TextFont | ||
![]() | parent : * [read-only] | PhotoshopHostObject | |
postScriptName : String [read-only]
The PostScript name of the font. | TextFont | ||
style : String [read-only]
The font style. | TextFont |
family | property |
family:String
[read-only] Since : | CS5 |
The font family.
public function get family():String
name | property |
name:String
[read-only] Since : | CS5 |
The font name.
public function get name():String
postScriptName | property |
postScriptName:String
[read-only] Since : | CS5 |
The PostScript name of the font.
public function get postScriptName():String
style | property |
style:String
[read-only] Since : | CS5 |
The font style.
public function get style():String