write_name

Function write_name 

Source
pub fn write_name<W: Write>(name: &str, w: &mut W) -> Result<bool>
Expand description

Write a borrowed string as a PDF name

FIXME: Probably not all unicode strings allowed