[][src]Function pbf_font_tools::get_font_stack

pub async fn get_font_stack(
    font_path: &Path,
    font_names: Vec<String>,
    start: u32,
    end: u32
) -> Result<glyphs, ProtobufError>

Generates a single combined font stack for the set of fonts provided.

See the documentation for combine_glyphs for further details. Unlike combine_glyphs, the result of this method will always contain a glyphs message, even if the loaded range is empty for a given font.