mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-22 06:48:43 -06:00
rename texman.rs to ftm
This commit is contained in:
parent
dea9b7c584
commit
5823f05943
|
@ -1,12 +1,12 @@
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
|
|
||||||
mod font;
|
mod font;
|
||||||
mod texman;
|
mod ftm;
|
||||||
|
|
||||||
use font::FontManager;
|
use font::FontManager;
|
||||||
pub use font::FontHandle;
|
pub use font::FontHandle;
|
||||||
use texman::FontTextureManager;
|
use ftm::FontTextureManager;
|
||||||
pub use texman::{FontTextureInfo, GlyphCacheEntry};
|
pub use ftm::{FontTextureInfo, GlyphCacheEntry};
|
||||||
|
|
||||||
pub struct TextRenderer {
|
pub struct TextRenderer {
|
||||||
fm: FontManager,
|
fm: FontManager,
|
||||||
|
|
Loading…
Reference in a new issue