flash-font-injector 0.3.0

A font loading library.
docs.rs failed to build flash-font-injector-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: flash-font-injector-0.2.0

Flash Font Injector

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

Used by Flash Font.

Usage

use flash_font_injector::FontManager;

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

License

MIT OR Apache-2.0