Function
Pangoshape_item
since: 1.50
Declaration
void
pango_shape_item (
PangoItem* item,
const char* paragraph_text,
int paragraph_length,
PangoLogAttr* log_attrs,
PangoGlyphString* glyphs,
PangoShapeFlags flags
)
Parameters
item
-
Type:
PangoItem
No description available.
The data is owned by the caller of the function. paragraph_text
-
Type:
const char*
No description available.
The argument can be NULL
.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. paragraph_length
-
Type:
int
No description available.
log_attrs
-
Type:
PangoLogAttr
No description available.
The argument can be NULL
.The data is owned by the caller of the function. glyphs
-
Type:
PangoGlyphString
No description available.
The data is owned by the caller of the function. flags
-
Type:
PangoShapeFlags
No description available.