Set the size of the label's text.
#include <bps/navigator.h>
BPS_API int navigator_window_cover_label_set_size(navigator_window_cover_label_t *label,
int size)
BlackBerry 10.0.0
The window cover label handle.
The size of the text.
Set the font size for the label's text. Must be a value larger than 0.
On success, BPS_SUCCESS. Otherwise, BPS_FAILURE with errno set, and the label will remain unchanged.