slint/internal/backends/gl
Simon Hausmann 9d445c8efe WIP: begin implementing common text layout in the GL backend
TODO:
 - multi-font text shaping (try composition)
 - avoid calling with_face for every glyph index check / speed up
   has-glyph
 - BiDi
 - bearing / correct glyph positioning
2022-05-16 08:21:26 +02:00
..
fonts Fix glyph embedding on Linux 2022-02-23 12:13:10 +01:00
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
Cargo.toml WIP: begin implementing common text layout in the GL backend 2022-05-16 08:21:26 +02:00
event_loop.rs GL backend: process timing event before processing input events 2022-05-12 11:43:07 +02:00
fonts.rs WIP: begin implementing common text layout in the GL backend 2022-05-16 08:21:26 +02:00
glcontext.rs janitor: silence compiler warning 2022-02-09 11:01:18 +01:00
glrenderer.rs WIP: begin implementing common text layout in the GL backend 2022-05-16 08:21:26 +02:00
glwindow.rs WIP: begin implementing common text layout in the GL backend 2022-05-16 08:21:26 +02:00
images.rs janitor: Move the GL renderer into a separate module 2022-04-20 17:41:53 +02:00
lib.rs janitor: Move the GL renderer into a separate module 2022-04-20 17:41:53 +02:00
README.md Change the Url from sixtyfps.io to slint-ui.com 2022-02-08 08:52:46 +01:00
stylemetrics.rs janitor: Move the GL renderer into a separate module 2022-04-20 17:41:53 +02:00
svg.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
wasm_input_helper.rs wasm: fix tab and back tab 2022-04-22 13:58:37 +02:00

NOTE: This library is an internal crate of the Slint project. This crate should not be used directly by applications using Slint. You should use the slint crate instead.

WARNING: This crate does not follow the semver convention for versioning and can only be used with version = "=x.y.z" in Cargo.toml.