mirror of
https://github.com/duhanbalci/dreport.git
synced 2026-07-02 02:49:16 +00:00
fmt
This commit is contained in:
@@ -14,7 +14,8 @@ async fn main() -> anyhow::Result<()> {
|
||||
println!("Font registry başlatılıyor...");
|
||||
let registry = Arc::new(FontRegistry::new());
|
||||
|
||||
let family_count = dreport_layout::font_provider::FontProvider::list_families(registry.as_ref()).len();
|
||||
let family_count =
|
||||
dreport_layout::font_provider::FontProvider::list_families(registry.as_ref()).len();
|
||||
println!("Font registry hazır ({} font ailesi)", family_count);
|
||||
|
||||
let cors = CorsLayer::new()
|
||||
|
||||
Reference in New Issue
Block a user