Method

GimpTextLayerget_font_size

since: 2.6

Declaration [src]

gdouble
gimp_text_layer_get_font_size (
  GimpTextLayer* layer,
  GimpUnit* unit
)

Description [src]

Get the font size from a text layer.

This procedure returns the size of the font which is used in a text layer. You will receive the size as a float ‘font-size’ in ‘unit’ units.

Available since: 2.6

Parameters

unit

Type: GimpUnit

The unit used for the font size.

The argument will be set by the function.
The data is owned by the caller of the function.

Return value

Type: gdouble

The font size.