shapeFull

fun shapeFull(itemText: String, itemLength: Int, paragraphText: String? = null, paragraphLength: Int, analysis: Analysis, glyphs: GlyphString)

Convert the characters in @text into glyphs.

Given a segment of text and the corresponding PangoAnalysis structure returned from func@Pango.itemize, convert the characters into glyphs. You may also pass in only a substring of the item from func@Pango.itemize.

This is similar to func@Pango.shape, except it also can optionally take the full paragraph text as input, which will then be used to perform certain cross-item shaping interactions. If you have access to the broader text of which @item_text is part of, provide the broader text as

Since

1.32

Parameters

itemText

valid UTF-8 text to shape.

itemLength

the length (in bytes) of @item_text. -1 means nul-terminated text.

paragraphText

text of the paragraph (see details).

paragraphLength

the length (in bytes) of @paragraph_text. -1 means nul-terminated text.

analysis

PangoAnalysis structure from func@Pango.itemize.

glyphs

glyph string in which to store results.