navigator_window_cover_label_set_size()

Set the size of the label's text.

Synopsis:

#include <bps/navigator.h>
 
BPS_API int navigator_window_cover_label_set_size(navigator_window_cover_label_t *label,
                                                  int size)

Since:

BlackBerry 10.0.0

Arguments:

label

The window cover label handle.

size

The size of the text.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

Set the font size for the label's text. Must be a value larger than 0.

Returns:

On success, BPS_SUCCESS. Otherwise, BPS_FAILURE with errno set, and the label will remain unchanged.