From 7903ab7cc2b7a2b04dad5265efd42612cb0c4580 Mon Sep 17 00:00:00 2001 From: Andrew Bruce Date: Tue, 29 Oct 2024 23:10:41 +0000 Subject: [PATCH] Docs --- lib/mudbrick.ex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/mudbrick.ex b/lib/mudbrick.ex index 3bb8cb6..f422b0d 100644 --- a/lib/mudbrick.ex +++ b/lib/mudbrick.ex @@ -166,6 +166,8 @@ defmodule Mudbrick do - `:colour` - `{r, g, b}` tuple. Each element is a number between 0 and 1. Default: `{0, 0, 0}`. - `:font` - Name of a font previously registered with `new/1`. Overrides the top-level option. + - `:font_size` - Size in points. Overrides the top-level option. + - `:leading` - The number of points to move down the page on the following linebreak. Overrides the top-level option. ## Examples