pub fn execute_charstring_ex(
charstring: &[u8],
subrs: &[Vec<u8>],
len_iv: usize,
width_only: bool,
cs_lookup: Option<&dyn Fn(&str) -> Option<Vec<u8>>>,
) -> Result<CharstringResult, String>Expand description
Execute a Type 1 charstring with optional charstring lookup for seac support.