Class GetPlatformFontsForNodeCommandResponse
Response for GetPlatformFontsForNode
public sealed class GetPlatformFontsForNodeCommandResponse : ICommandResponse<GetPlatformFontsForNodeCommandSettings>, ICommandResponse
- Inheritance
-
GetPlatformFontsForNodeCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Fonts
Gets or sets the fonts
[JsonPropertyName("fonts")]
public PlatformFontUsage[] Fonts { get; set; }