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
Functions
Link copied to clipboard
Find out if the resource upload to the glasses was failed
Link copied to clipboard
Returns the maximum size allowed for the UIResource in bytes
Link copied to clipboard
Return the measured height of the text text in pixels
Link copied to clipboard
Return the measured width of the text in pixels
Link copied to clipboard
Returns the resource name that was set or empty string if not set
Link copied to clipboard
Pre-Load the resource binary data from the application resources
Link copied to clipboard
Return true if the resource information is valid and sufficient for upload
Link copied to clipboard
Find out if the resource was already uploaded to the glasses