summaryrefslogtreecommitdiffstats
path: root/src/kernel/tqfontengine_x11.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Extend work on supporting surrogate characters done in commit e0a38072Michele Calgaro6 days1-36/+22
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add support for surrogate pairs to TQChar API.Michele Calgaro2025-01-301-9/+8
| | | | | | | This relates to issue #162. The new code is partially taken from Qt4 but with some local rework. Signed-off-by: Michele Calgaro <[email protected]>
* Add support for Unicode surrogate characters and planes above zero.Michele Calgaro2025-01-121-40/+43
| | | | | | | | | If the selected font supports the required characters, the text will be displayed correctly. If the selected font does not support such characters, empty boxes will be displayed in place of the expected text. Part of the code changes comes from Qt4 code. Signed-off-by: Michele Calgaro <[email protected]>
* Drop code for obsolete FreeType 1Michele Calgaro2025-01-101-190/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename private q* headers into equivalent tq*Michele Calgaro2024-09-131-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename environment class nt* related files to equivalent tq*Michele Calgaro2024-07-281-9/+32
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename text class nt* related files to equivalent tq*Michele Calgaro2024-07-241-32/+9
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix OpenType language definition tags and array access. This resolves issue #171Michele Calgaro2024-07-211-9/+32
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename graphics class nt* related files to equivalent tq* (part 1)Michele Calgaro2024-07-181-0/+2724
Signed-off-by: Michele Calgaro <[email protected]>