From 9b9f383eab11d7cb05c542d0b3d2d77699cc8918 Mon Sep 17 00:00:00 2001 From: Malo <57839069+MDLC01@users.noreply.github.com> Date: Wed, 12 Mar 2025 13:14:56 +0100 Subject: [PATCH] Improve `text.fallback` doc --- crates/typst-library/src/text/mod.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/typst-library/src/text/mod.rs b/crates/typst-library/src/text/mod.rs index 3aac15ba5..4779fa7eb 100644 --- a/crates/typst-library/src/text/mod.rs +++ b/crates/typst-library/src/text/mod.rs @@ -173,10 +173,10 @@ pub struct TextElem { /// for the most similar one that has the necessary glyphs. /// /// _Note:_ Currently, there are no warnings when fallback is disabled and - /// no glyphs are found. Instead, your text shows up in the form of "tofus": - /// Small boxes that indicate the lack of an appropriate glyph. In the - /// future, you will be able to instruct Typst to issue warnings so you know - /// something is up. + /// no glyphs are found. Instead, your text may shows up in the form of + /// "tofus" (small boxes that indicate the lack of an appropriate glyph), or + /// even just not show anything. In the future, you will be able to instruct + /// Typst to issue warnings so you know something is up. /// /// ```example /// #set text(font: "Inria Serif")