Expand description
§egui-chinese-font
A simple crate to load Chinese fonts for egui applications.
This crate provides cross-platform support for loading system Chinese fonts and configuring them with egui applications.
§Usage
use egui_chinese_font::setup_chinese_fonts;
let ctx = egui::Context::default();
setup_chinese_fonts(&ctx);Enums§
- Font
Error - Error type for font loading operations
Functions§
- get_
chinese_ font_ paths - Get available Chinese font paths on the current system
- setup_
chinese_ fonts - Setup Chinese fonts for egui context
- setup_
custom_ chinese_ font - Setup Chinese fonts with custom font data