Font
A font class used to define a font for the UIKit.widgets.Text UI element
2 types of fonts can be used:
StockFont that are pre-installed with the glasses
Slot for Custom fonts that can be created, added to the application resources and uploaded to the glasses
NOTE: The behaviour of adding 2 (or more) different UIKit.widgets.Text having custom fonts with the same slot to the same screen is undefined
See also
Constructors
Types
Properties
Functions
Find out if the resource upload to the glasses was failed
Returns the maximum size allowed for the UIResource in bytes
Return the measured height of the text text in pixels
Return the measured width of the text in pixels
Returns the resource name that was set or empty string if not set
Pre-Load the resource binary data from the application resources
Removes all uncovered characters from text and returns the trimmed text
Return true if the resource information is valid and sufficient for upload
Find out if the resource was already uploaded to the glasses