flash-font-injector 0.3.0

A font loading library.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Flash Font Injector


Flash Font Injector is a library for temporarily loading system fonts.  

Used by [Flash Font](https://github.com/naganohara-yoshino/flash-font).

## Usage


```rust
use flash_font_injector::FontManager;

let mut manager = FontManager::new();
manager.load("path/to/font.ttf").unwrap();
```

## License


MIT OR Apache-2.0