pub fn tfm_to_pl(
tfm_data: &[u8],
indent: usize,
display_format: &dyn Fn(&File) -> CharDisplayFormat,
) -> Result<TfmToPlOutput, Error>Expand description
The tftopl algorithm.
This algorithm converts .tfm bytes to a .pl string.
pub fn tfm_to_pl(
tfm_data: &[u8],
indent: usize,
display_format: &dyn Fn(&File) -> CharDisplayFormat,
) -> Result<TfmToPlOutput, Error>The tftopl algorithm.
This algorithm converts .tfm bytes to a .pl string.