@@ -74,7 +74,7 @@ pub enum PropertySubType {
Pixel = 2,
ResourceId = 3,
Locale = 4,
- Flag = 5
+ Flag = 5,
}
#[derive(Debug, Copy, Clone, PartialEq)]
@@ -38,7 +38,7 @@ pub use render::{
pub static GLOBAL_FONT_CTX: LazyLock<parley::FontContext> = LazyLock::new(|| {
let mut font_ctx = parley::FontContext {
- collection: Collection::new(CollectionOptions { shared: true, system_fonts: false }),
+ collection: Collection::new(CollectionOptions { shared: true, system_fonts: true }),
source_cache: SourceCache::new(SourceCacheOptions { shared: true }),
};