CT Font name

4D - Documentation   Français   English   German   4D Chart, Command Theme List   4D Chart, Command Alphabetical List   Back   Previous   Next

version 1


CT Font name (fontNumber) String

ParameterTypeDescription
fontNumberIntegerFont ID number
Function resultStringName of the font

Description

CT Font name returns the name of the font whose ID is fontNumber.

If fontNumber does not exist, CT Font name returns an empty string.

Example

This example returns the name of the font whose ID number is 3:

   vName:=CT Font name(3)

See Also

CT Font name.


4D - Documentation   Français   English   German   4D Chart, Command Theme List   4D Chart, Command Alphabetical List   Back   Previous   Next