Black : Font uno
The default font of the system, in it's bold typeface.
Represents a specific typeface.
Global resource fonts can be specified directly on Text and TextInput objects:
<Text Font="PlatformDefault" />
Or inline based on an .otf
or .ttf
file:
<Text Value="Hello!">
<Font File="arial.ttf" />
</Text>
To create a global resource font from a file, use the ux:Global
attribute:
<Font File="arial.ttf" ux:Global="MyDefaultFont" />
<Text Font="MyDefaultFont" />
The default font of the system, in it's bold typeface.
The default font of the system, in it's bold and italic typeface.
The default font of the system, in it's bold typeface.
The default font of the system, in it's bold and italic typeface.
The default font of the system, in it's bold typeface.
The default font of the system, in it's bold and italic typeface.
The default font of the system, in it's regular weight, italic typeface.
The default font of the system, in it's light weight typeface.
The default font of the system, in it's light weight italic typeface.
The default font of the system, in it's medium typeface.
The default font of the system, in it's medium and italic typeface.
The default font for regular text in the current platform.
The default font size for regular text in the current platform.
The default text color for regular text in the current platform.
The default font of the system, in it's regular weight typeface.
The default font of the system, in it's bold typeface.
The default font of the system, in it's bold and italic typeface.
The default font of the system, in it's thin weight typeface.
The default font of the system, in it's thin weight typeface.
The default font of the system, in it's thin weight typeface.
The default font of the system, in it's thin weight typeface.