Read a BDF file

read_bdf(filename)

Arguments

filename

path to BDF file

Value

list containing

  • font_info - named list of global information about the font

  • font_info_raw - original representation of global information about the font

  • chars - list of bdf_char objects

  • idx - an index which maps from utf8 codepoint to position in chars