FontsPath

From SCAR Divi Manual
Revision as of 00:17, 10 February 2012 by Freddy (talk | contribs)
Jump to: navigation, search

Definition

function FontsPath: AnsiString;

Availability

SCAR Divi 3.25 > Current

Description

This function returns the path to the Fonts folder in your workspace. This can be used by scripts to store fonts in a centralized location with writing permissions.

Example

begin
  WriteLn(FontsPath);
end.

See Also