DR Font name

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

version 6.0


DR Font name (fontNumber) String

ParameterTypeDescription
fontNumberIntegerFont ID number
Function resultStringFont name

Description

The command DR Font name returns the name of the font whose ID is fontNumber. The ID is the value returned by DR Font number.

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

Example

The following example places into the vName variable the font whose ID is 3.

   vName := DR Font name (3)

See Also

DR Font number.


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