Class GetPlatformFontsForNodeCommandResponse
Response for Requests information about platform fonts which we used to render child TextNodes in the given node.
public sealed class GetPlatformFontsForNodeCommandResponse : ICommandResponse<GetPlatformFontsForNodeCommandSettings>, ICommandResponse
- Inheritance
-
GetPlatformFontsForNodeCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Fonts
Usage statistics for every employed platform font.
[JsonPropertyName("fonts")]
public PlatformFontUsage[] Fonts { get; set; }