Difference between revisions of "GETFONT()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
 
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Function to return the chosen font name, size and style
 
Function to return the chosen font name, size and style
Line 51: Line 49:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Latest revision as of 16:11, 2 December 2009

Purpose

Function to return the chosen font name, size and style


Syntax

GETFONT()


See Also

AFONT(), FONTMETRIC(), WFONT()


Description

The GETFONT() function is included for language compatibility. It returns the current 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


Products

Recital Server, Recital