windows::Win32::Graphics::GdiPlus

Function GdipDrawString

pub unsafe fn GdipDrawString<P1>(
    graphics: *mut GpGraphics,
    string: P1,
    length: i32,
    font: *const GpFont,
    layoutrect: *const RectF,
    stringformat: *const GpStringFormat,
    brush: *const GpBrush,
) -> Status
where P1: Param<PCWSTR>,