Tk_DrawTextLayout

Function Tk_DrawTextLayout 

Source
pub unsafe extern "C" fn Tk_DrawTextLayout(
    display: *mut Display,
    drawable: Drawable,
    gc: GC,
    layout: Tk_TextLayout,
    x: c_int,
    y: c_int,
    firstChar: c_int,
    lastChar: c_int,
)