mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 19:08:05 +08:00
Integrate into existing font cache
This commit is contained in:
@@ -1596,7 +1596,7 @@ impl Render for Table<Typography> {
|
||||
attributes.push("transform", matrix);
|
||||
}
|
||||
|
||||
attributes.push("font-family", table_row.element.font_family.clone());
|
||||
attributes.push("font-family", table_row.element.family_name.clone());
|
||||
attributes.push("font-weight", font_attributes.weight.value().to_string());
|
||||
attributes.push("font-size", glyph_run.run().font_size().to_string());
|
||||
attributes.push("font-style", font_style);
|
||||
|
||||
Reference in New Issue
Block a user