MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Files > libaria_widget_label.h
MPLAB® Harmony Graphics Suite
libaria_widget_label.h

Microchip Technology Inc.

File Name

libaria_widget_label.h

Description

Module for Microchip Graphics Library - Aria User Interface Library 

This module implements label (text) widget functions.

Functions
 
Name 
Description 
 
Gets the text horizontal alignment value. 
 
Gets the text value for the label. 
 
Returns the line spacing in pixels for the label text. If < 0, the ascent value of the string's font is used. 
 
Gets the current vertical text alignment 
 
Allocates memory for a new widget of this type. The application is responsible for the managment of this memory until the widget is added to a widget tree. 
 
Sets the text horizontal alignment value 
 
Sets the text value for the label. 
 
Sets the line space in pixels of the text in the label widget. A value < 0 sets the spacing to the ascent value of the string's font. 
 
Sets the vertical text alignment value 
Structures
 
Name 
Description 
 
Implementation of a label widget struct 
 
Implementation of a label widget struct 
MPLAB® Harmony Graphics Suite