Bon::Simulate::Options
Constructors
new(format : String = "png", paper_mm : Float64 = 80.0, printable_width_mm : Float64 = ((Config.default_printable_width_pt(80.0)) * 25.4) / 72.0, printable_width_auto : Bool = true, content_mm : Float64 | Nil = nil, no_crop : Bool = false, ppi : Int32 = DEFAULT_PPI, mockup_ppi : Int32 = DEFAULT_MOCKUP_PPI, top_mm : Float64 = DEFAULT_TOP_MM, bottom_mm : Float64 = DEFAULT_BOTTOM_MM, min_top_mm : Float64 = DEFAULT_MIN_TOP_MM, min_bottom_mm : Float64 = DEFAULT_MIN_BOTTOM_MM, out_dir : Nil | String = nil, typst_bin : String = "typst", background_tint : String = "#f5f1e0", foreground_rgb : Tuple(Int32, Int32, Int32) = INK_RGB, foreground_fade : Float64 = DEFAULT_FOREGROUND_FADE, verbose : Nil | Bon::Verbose = nil)
SourceInstance methods
background_tint
Sourcebottom_mm
Sourcecontent_mm
Sourceforeground_fade
Sourceforeground_rgb
Sourceforeground_rgb=(foreground_rgb : RGB)
Sourceformat
Sourcemin_bottom_mm
Sourcemin_top_mm
Sourcemockup_ppi
Sourceno_crop
Sourceout_dir
Sourcepaper_mm
Sourceppi
Sourceprintable_width_auto
Sourceprintable_width_mm
Sourcetop_mm
Sourcetypst_bin
Sourceverbose
Sourceverbose=(verbose : Verbose | Nil)
Source