Figler.Schema.IndexFontStyle (figler v0.1.0-beta.1)

Copy Markdown View Source

Generated Kiwi message module for IndexFontStyle.

Summary

Types

t()

@type t() :: %Figler.Schema.IndexFontStyle{
  italic: boolean() | nil,
  name: String.t() | nil,
  postscript: String.t() | nil,
  stretch: float() | nil,
  variation_axis_values: [Figler.Schema.IndexFontVariationAxisValue.t()] | nil,
  weight: float() | nil
}

Functions

decode(binary)

encode(struct)

transform_module()