https://github.com/mjakeman/text-engine
A lightweight rich text framework for GTK
https://github.com/mjakeman/text-engine
c document gtk rich-text rich-text-editor
Last synced: 25 days ago
JSON representation
A lightweight rich text framework for GTK
- Host: GitHub
- URL: https://github.com/mjakeman/text-engine
- Owner: mjakeman
- License: other
- Created: 2022-01-30T21:21:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T13:34:08.000Z (8 months ago)
- Last Synced: 2025-04-12T14:14:36.030Z (27 days ago)
- Topics: c, document, gtk, rich-text, rich-text-editor
- Language: C
- Homepage:
- Size: 445 KB
- Stars: 23
- Watchers: 1
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Text Engine
Text Engine is a rich-text editing framework for GTK 4. The primary user
of this library is [bluetype](https://github.com/mjakeman/bluetype) but it
can be used wherever rich text display and editing is needed.
## Status
The library is under heavy development and generally not suitable for
use in applications. For packagers, note that Extension Manager builds
against version 0.1 of this library.## Matrix
Development of text-engine and bluetype takes place on matrix.Join [#bluetype](https://matrix.to/#/#bluetype:matrix.org) to chat
about the project or if you would like to get involved. Come say hello!## Licence
Text Engine is dual-licensed under the Mozilla Public License 2.0 and
the GNU Lesser General Public License 2.1 (or any later version), at your
option. You may choose to use the library under either of the aforementioned
licenses, or both. See `COPYING` for more information.