Function
CoglPangoshow_layout_line
since: 13
Declaration [src]
void
cogl_pango_show_layout_line (
CoglFramebuffer* framebuffer,
PangoLayoutLine* line,
float x,
float y,
const CoglColor* color
)
Description [src]
Draws a solidly coloured line on the given framebuffer at (x,
y) within the framebuffer‘s current model-view coordinate space.
Available since: 13
This function is not directly available to language bindings.
Parameters
framebuffer-
Type:
CoglFramebufferA
CoglFramebufferto draw too.The data is owned by the caller of the function. line-
Type:
PangoLayoutLineA
PangoLayoutLine.The data is owned by the caller of the function. x-
Type:
floatX coordinate to render the line at.
y-
Type:
floatY coordinate to render the line at.
color-
Type:
CoglColorColor to use when rendering the line.
The data is owned by the caller of the function.