4D v14.3

SET RECENT FONTS

Página Inicial

 
4D v14.3
SET RECENT FONTS

SET RECENT FONTS 


 

SET RECENT FONTS ( fontsArray ) 
Parâmetro Tipo   Descrição
fontsArray  Array texto in Array of font names

The SET RECENT FONTS command modifies the list of fonts displayed in the context menu of the "recent fonts".

This menu contains the names of the last fonts selected during the session. It is used in particular by Programming Notes areas.

Exemplo  

You want to add a font to the menu of recent fonts:

You execute the following code:

 ARRAY TEXT($arrRecent;0)
 FONT LIST($arrRecent;2)
 APPEND TO ARRAY($arrRecent;"Segoe Script")
 APPEND TO ARRAY($arrRecent)

Then the menu contains:

 
PROPRIEDADES 

Produto: 4D
Tema: Ambiente de Sistema
Número 1305

 
HISTÓRIA 

New
Criado por: 4D v14

 
VER TAMBÉM 

FONT LIST

 
ARTICLE USAGE

Manual de linguagem 4D ( 4D v14 R3)
Manual de linguagem 4D ( 4D v14 R2)
Manual de linguagem 4D ( 4D v14.3)
Manual de linguagem 4D ( 4D v14 R4)