AshTypst.FontOptions (ash_typst v0.2.0)

Copy Markdown View Source

Options for standalone font operations.

Summary

Types

t()

@type t() :: %AshTypst.FontOptions{
  font_paths: [String.t()],
  ignore_system_fonts: boolean()
}