[][src]Function informa::sfnt::tables::cmap::format12::form_groups

pub fn form_groups(map: &CharacterMap) -> Vec<SequentialMapGroup>

Notable traits for Vec<u8, Global>

impl Write for Vec<u8, Global>

Returns a vector of groups representing the given character map.

The groups are returned in order of increasing start_char_code.

See compile_groups for usage examples.