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

Copy Markdown View Source

Generated Kiwi message module for FontIndex.

Summary

Types

t()

@type t() :: %Figler.Schema.FontIndex{
  emojis: Figler.Schema.IndexEmojis.t() | nil,
  files: [Figler.Schema.IndexFontFile.t()] | nil,
  renames: Figler.Schema.IndexRenames.t() | nil,
  schema_version: non_neg_integer() | nil
}

Functions

decode(binary)

encode(struct)

transform_module()