Skip to content

Port font editor to SDL2 #7

@jserv

Description

@jserv

For the sake of portability, this project prefers SDL2 over Xlib, meaning better adoption for development. twin-fedit is a tool that allows users to edit specific scalable fonts, which are expected to meet the requirements of embedded systems with larger screens. It is currently implemented in Xlib and should be ported to SDL2 for the above reasons.

The behavior of the function remains the same as in the original X11 version, with Cairo still handling the actual rendering of graphics, while SDL2 takes over window management, input handling, and clearing the window. This will ensure the SDL window behaves as expected while maintaining all the original functionality.

Reference: sdl2-cairo-example

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions