gimp-text-layer-get-markup

Barak Itkin <lightningismyname@gmail.com>

Description

Get the markup from a text layer as string.

Help

This procedure returns the markup of the styles from a text layer. The markup will be in the form of Pango's markup - See http://www.pango.org/ for more information about Pango and its markup. Note: Setting the markup of a text layer using Pango's markup is not supported for now.


Type

unknown

Parameters

Type Name Description
PF_LAYER layer The text layer

Return

Type Name Description
PF_VALUE markup The markup which represents the style of the specified text layer.