Skip to content

Commit

Permalink
Update docs/TextShaping.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Cimon <[email protected]>
  • Loading branch information
andersonhc and Lucas-C committed Aug 2, 2023
1 parent 04a1807 commit ac53867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TextShaping.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ac53867

Please sign in to comment.