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
iOSFont.Name
From Xojo Documentation
Read-Only Property
(As
Text
)
Text
Value
=
a
iOSFont
.
Name
Supported on Mobile (iOS).
The name of the font.
Sample Code
Var
f
As
iOSFont = iOSFont
.
SystemFont(
20
)
// 20-point
Var
fontName
As
Text = f
.
Name
Category
:
Properties