windows::Win32::Graphics::GdiPlus

Function GdipAddPathString

pub unsafe fn GdipAddPathString<P1>(
    path: *mut GpPath,
    string: P1,
    length: i32,
    family: *const GpFontFamily,
    style: i32,
    emsize: f32,
    layoutrect: *const RectF,
    format: *const GpStringFormat,
) -> Status
where P1: Param<PCWSTR>,