Elixlsx.Compiler.FontDB (elixlsx v0.6.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Elixlsx.Compiler.FontDB{
  element_count: non_neg_integer(),
  fonts: %{required(Elixlsx.Style.Font.t()) => pos_integer()}
}

Link to this section Functions

Link to this function

register_font(fontdb, font)

View Source

Specs

register_font(t(), Elixlsx.Style.Font.t()) :: t()