slint/internal/compiler
Simon Hausmann ea0d0be032
Some checks are pending
autofix.ci / ci (push) Blocked by required conditions
autofix.ci / lint_typecheck (push) Waiting to run
autofix.ci / format_fix (push) Waiting to run
slint-compiler: Fix fallback family handling for glyph embedding on Linux
For macOS and Windows we've had hard-coded fallbacks, but none for Linux
after the fontconfig removal. So go through the same fallback families
as when using fontique regularly, and add emoji as parley tries that
within.

This fixes picking up glyphs such as "←→↵⌫".
2025-11-11 18:49:59 +01:00
..
generator Saner codegen for debugging enum 2025-11-04 16:13:37 +01:00
LICENSES
llr rich text: add an open-url function (#9936) 2025-11-05 04:10:19 +13:00
parser
parser-test-macro
passes slint-compiler: Fix fallback family handling for glyph embedding on Linux 2025-11-11 18:49:59 +01:00
tests Add back the rotation-origin-* properties as deprecated 2025-10-10 16:07:02 +02:00
widgets Implementing font-family property on TextEdit control (#9846) 2025-11-06 11:24:39 +01:00
build.rs
builtin_macros.rs Saner codegen for debugging enum 2025-11-04 16:13:37 +01:00
builtins.slint MarkdownText: link color handling (#9905) 2025-11-04 01:50:16 +13:00
Cargo.toml Move named color & color literal parsing to slint common (#9981) 2025-11-10 08:39:28 +00:00
diagnostics.rs
embedded_resources.rs
expression_tree.rs Fix typos in comments while reading the code (#10005) 2025-11-10 08:12:07 +00:00
fileaccess.rs
generator.rs llr: Do not return a Result if one can't fail 2025-10-31 09:13:04 +01:00
langtype.rs
layout.rs Fix typos in comments while reading the code (#10005) 2025-11-10 08:12:07 +00:00
lexer.rs
lib.rs More optimization when the scale factor is constant 2025-11-04 14:05:50 +01:00
literals.rs Move named color & color literal parsing to slint common (#9981) 2025-11-10 08:39:28 +00:00
llr.rs
load_builtins.rs
lookup.rs Move named color & color literal parsing to slint common (#9981) 2025-11-10 08:39:28 +00:00
namedreference.rs Two way bindings to struct fields (Rust only) 2025-10-24 17:33:13 +02:00
object_tree.rs Two way bindings to struct fields (Rust only) 2025-10-24 17:33:13 +02:00
parser.rs Some Fix in preparation to the edition 2024 2025-10-29 23:08:05 +01:00
passes.rs More optimization when the scale factor is constant 2025-11-04 14:05:50 +01:00
pathutils.rs
README.md
translations.rs
typeloader.rs Two way bindings to struct fields (Rust only) 2025-10-24 17:33:13 +02:00
typeregister.rs Add the accessible-id property (#9940) 2025-11-05 10:54:11 +01:00

The Slint Compiler Library

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.