mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
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 "←→↵⌫". |
||
|---|---|---|
| .. | ||
| generator | ||
| LICENSES | ||
| llr | ||
| parser | ||
| parser-test-macro | ||
| passes | ||
| tests | ||
| widgets | ||
| build.rs | ||
| builtin_macros.rs | ||
| builtins.slint | ||
| Cargo.toml | ||
| diagnostics.rs | ||
| embedded_resources.rs | ||
| expression_tree.rs | ||
| fileaccess.rs | ||
| generator.rs | ||
| langtype.rs | ||
| layout.rs | ||
| lexer.rs | ||
| lib.rs | ||
| literals.rs | ||
| llr.rs | ||
| load_builtins.rs | ||
| lookup.rs | ||
| namedreference.rs | ||
| object_tree.rs | ||
| parser.rs | ||
| passes.rs | ||
| pathutils.rs | ||
| README.md | ||
| translations.rs | ||
| typeloader.rs | ||
| typeregister.rs | ||
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.