Class Webfont
Metadata describing a family of fonts.
Implements
Inherited Members
Namespace: Google.Apis.Webfonts.v1.Data
Assembly: Google.Apis.Webfonts.v1.dll
Syntax
public class Webfont : IDirectResponseSchema
Properties
Axes
Axis for variable fonts.
Declaration
[JsonProperty("axes")]
public virtual IList<Axis> Axes { get; set; }
Property Value
Type | Description |
---|---|
IList<Axis> |
Category
The category of the font.
Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
Type | Description |
---|---|
string |
ColorCapabilities
The color format(s) available for this family.
Declaration
[JsonProperty("colorCapabilities")]
public virtual IList<string> ColorCapabilities { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Family
The name of the font.
Declaration
[JsonProperty("family")]
public virtual string Family { get; set; }
Property Value
Type | Description |
---|---|
string |
Files
The font files (with all supported scripts) for each one of the available variants, as a key : value map.
Declaration
[JsonProperty("files")]
public virtual IDictionary<string, string> Files { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Kind
This kind represents a webfont object in the webfonts service.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
LastModified
The date (format "yyyy-MM-dd") the font was modified for the last time.
Declaration
[JsonProperty("lastModified")]
public virtual string LastModified { get; set; }
Property Value
Type | Description |
---|---|
string |
Menu
Font URL for menu subset, a subset of the font that is enough to display the font name
Declaration
[JsonProperty("menu")]
public virtual string Menu { get; set; }
Property Value
Type | Description |
---|---|
string |
Subsets
The scripts supported by the font.
Declaration
[JsonProperty("subsets")]
public virtual IList<string> Subsets { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Variants
The available variants for the font.
Declaration
[JsonProperty("variants")]
public virtual IList<string> Variants { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Version
The font version.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |