diff --git a/font_api/API.md b/font_api/API.md index c77085f..51ffc20 100644 --- a/font_api/API.md +++ b/font_api/API.md @@ -200,5 +200,5 @@ Builds texture for a multiline colored text. - `halign`: Horizontal text align: "left"/"center"/"right" (default "center") - `valign`: Vertical text align: "top"/"middle"/"bottom" (default "middle") - `color`: Color of the text (default black) - + Note: When used in formspec, be sure to **escape** the texture string with `minetest.formspec_escape`.