diff --git a/docs/TextShaping.md b/docs/TextShaping.md index 7c712251a..4918370a3 100644 --- a/docs/TextShaping.md +++ b/docs/TextShaping.md @@ -41,7 +41,7 @@ If you want to use text shaping, the first step is installing the uharfbuzz pack pip install uharfbuzz ``` -Text shaping is *not* available for type 1 fonts. +⚠️ Text shaping is *not* available for type 1 fonts. ### Basic usage ### The method `set_text_shaping()` is used to control text shaping on a document. The only mandatory argument, `use_shaping_engine` can be set to `True` to enable the shaping mechaning or `False` to disable it.