Function
CoglPangoshow_layout
since: 13
Declaration [src]
void
cogl_pango_show_layout (
CoglFramebuffer* framebuffer,
PangoLayout* layout,
float x,
float y,
const CoglColor* color
)
Description [src]
Draws a solidly coloured layout 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. layout-
Type:
PangoLayoutA
PangoLayout.The data is owned by the caller of the function. x-
Type:
floatX coordinate to render the layout at.
y-
Type:
floatY coordinate to render the layout at.
color-
Type:
CoglColorColor to use when rendering the layout.
The data is owned by the caller of the function.