Gets the fonts installed on the machine.

Added in 2.1.10

Syntax

Result = SRP_Get_Fonts()

Returns

An @FM delimited list of font family names.

Remarks

The SRP_Get_Fonts method returns an @FM delimited list of all the fonts installed on the current machine.

Example

// Get the fonts installed on the machine
Fonts = SRP_Get_Fonts()
  • No labels