1
2
3
4
5
6
use std::rc::Rc;

use opentype::truetype::character_mapping::CharacterMapping;

/// Characters.
pub type Characters = Rc<CharacterMapping>;