AshTypst.Context.Options (ash_typst v0.2.0)

Copy Markdown View Source

Options for creating a new context.

Summary

Types

t()

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