tg_line_num_segments

Function tg_line_num_segments 

Source
pub unsafe extern "C" fn tg_line_num_segments(
    line: *const tg_line,
) -> c_int
Expand description

Returns the number of segments. @param line Input line @return Number of segments @see tg_line_segment_at() @see LineFuncs