Xojo Documentation
Xojo Documentation
Home
Getting Started
Get Started with Xojo
QuickStarts
Tutorials
Pi Programming
More Guides
Resources
In-Depth Guides
User Guide
Language Reference
Resources
Release Notes
System Requirements
Deprecations
Videos
Feedback
About
Usage
Copyrights and Trademarks
Tools
What links here
Related changes
Special pages
Printable version
Permanent link
Page information
iOSLabel.TextFont
From Xojo Documentation
Property
(As
iOSFont
)
a
iOSLabel
.
TextFont
=
new
iOSFont
Value
or
iOSFont
Value
=
a
iOSLabel
.
TextFont
Supported on Mobile (iOS).
The font used to display the text.
Sample Code
Use a larger font:
Label1
.
TextFont = iOSFont
.
BoldSystemFont(
40
)
Category
:
Properties