Class SetFontFamiliesCommandSettings
SetFontFamilies
public sealed class SetFontFamiliesCommandSettings : ICommand
- Inheritance
-
SetFontFamiliesCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
FontFamilies
Gets or sets the fontFamilies
[JsonPropertyName("fontFamilies")]
public FontFamilies FontFamilies { get; set; }
Property Value
ForScripts
Gets or sets the forScripts
[JsonPropertyName("forScripts")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ScriptFontFamilies[] ForScripts { get; set; }