gimp-text-layer-resize

Barak Itkin <lightningismyname@gmail.com>

Description

Resize the box of a text layer.

Help

This procedure changes the width and height of a text layer while keeping it as a text layer and not converting it to a bitmap like 'gimp-layer-resize' would do.


Type

unknown

Parameters

Type Name Description
PF_LAYER layer The text layer
PF_FLOAT width The new box width in pixels (0 <= width <= 524288)
PF_FLOAT height The new box height in pixels (0 <= height <= 524288)

Return

None