google_api_fonts v0.1.0 GoogleApi.Fonts.V1.Model.Webfont View Source

Attributes

  • category (String.t): The category of the font. Defaults to: null.
  • family (String.t): The name of the font. Defaults to: null.
  • files (%{optional(String.t) => String.t}): The font files (with all supported scripts) for each one of the available variants, as a key : value map. Defaults to: null.
  • kind (String.t): This kind represents a webfont object in the webfonts service. Defaults to: null.
  • lastModified (Date.t): The date (format "yyyy-MM-dd") the font was modified for the last time. Defaults to: null.
  • subsets ([String.t]): The scripts supported by the font. Defaults to: null.
  • variants ([String.t]): The available variants for the font. Defaults to: null.
  • version (String.t): The font version. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Fonts.V1.Model.Webfont{
  category: any(),
  family: any(),
  files: map(),
  kind: any(),
  lastModified: Date.t(),
  subsets: [any()],
  variants: [any()],
  version: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.