dkb-rs 0.0.1-alpha.2

dkb-rs, the old bitmap font renderer which supports Latin, Korean and Japanese. Implemented in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod dkb844;
pub use dkb844::Dkb844;

pub enum HangulFontFormat {
    DKB844,
}

pub(crate) enum HangulSyllable {
    Choseong,
    Jungseong,
    Jongseong,
}