pub fn execute_charstring_with_offset_mm(
charstring: &[u8],
subrs: &[Vec<u8>],
len_iv: usize,
offset_x: f64,
offset_y: f64,
weight_vector: Option<&[f64]>,
) -> Result<CharstringResult, String>Expand description
Execute a charstring for seac with MM weight vector support.