Difference between revisions of "GETFONT()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
Function to return the chosen font name, size and style
+
Function to display the font picker
 
+
  
 
==Syntax==
 
==Syntax==
 
GETFONT()
 
GETFONT()
 
  
 
==See Also==
 
==See Also==
[[AFONT()]], [[FONTMETRIC()]], [[WFONT()]]
+
[[GETDIR()]], [[GETFILE()]]
 
+
  
 
==Description==
 
==Description==
The GETFONT() function is included for language compatibilityIt returns the current font name, size and style in a comma separated string.
+
The GETFONT() function displays the font picker and returns the selected font settingsGETFONT() returns the selected font name, size and style in a comma separated string.
  
 
====Font Styles====
 
====Font Styles====
  
 
+
{| class="wikitable" width="100%"
{| class="wikitable"
+
 
!Code||Style
 
!Code||Style
 
|-
 
|-
Line 39: Line 35:
 
|-
 
|-
 
|}
 
|}
 
  
 
==Example==
 
==Example==
Line 47: Line 42:
 
</code>
 
</code>
  
 
==Products==
 
Recital Server, Recital
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 +
[[Category:UI_Functions]]

Latest revision as of 12:27, 1 February 2013

Purpose

Function to display the font picker

Syntax

GETFONT()

See Also

GETDIR(), GETFILE()

Description

The GETFONT() function displays the font picker and returns the selected font settings. GETFONT() returns the selected font name, size and style in a comma separated string.

Font Styles

Code Style
B Bold
I Italic
N Normal
O Outline
Q Opaque
S Shadow
- Strikeout
T Transparent
U Underline

Example

? getfont()
Monospaced,8,N