Skip to content

Commit 3bfbe75

Browse files
committed
Minor docs update
1 parent 5a772b3 commit 3bfbe75

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docs/TextShaping.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Text Shaping #
22

3+
_New in [:octicons-tag-24: 2.7.5](https://github.com/PyFPDF/fpdf2/blob/master/CHANGELOG.md)_
4+
35
## What is text shaping? ##
46
Text shaping is a fundamental process in typography and computer typesetting that influences the aesthetics and readability of text in various languages and scripts. It involves the transformation of Unicode text into glyphs, which are then positioned for display or print.
57

docs/Transformations.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Transformations #
22

33
## Rotation ##
4+
45
The [`rotation()`](fpdf/fpdf.html#fpdf.fpdf.FPDF.rotation) context-manager
56
will apply a rotation to all objects inserted in its indented block:
67
```python

docs/index.md

100755100644
File mode changed.

0 commit comments

Comments
 (0)