FontMetrics.Source (font_metrics v0.5.1) View Source
Struct defining source information for a font metrics term.
Link to this section Summary
Link to this section Types
Specs
t() :: %FontMetrics.Source{
created_at: DateTime.t(),
file: String.t(),
font_type: :true_type,
modified_at: DateTime.t(),
signature: binary(),
signature_type: :sha_256 | :sha3_256 | :sha3_512
}