2009
Barak Itkin
Resize the box of a text layer.
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.
unknown
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) |
None