Gimp.TextLayer.prototype.get_justification
function get_justification(): Gimp.TextJustification {
// Gjs wrapper for gimp_text_layer_get_justification()
}
Get the text justification information of the text layer.
This procedure returns the alignment of the lines in the text layer relative to each other.
Since 2.6
- Returns
The justification used in the text layer.