Difference between revisions of "FontsPath"
From SCAR Divi Manual
Line 18: | Line 18: | ||
==See Also== | ==See Also== | ||
+ | *[[WorkspacePath]] | ||
*[[IncludesPath]] | *[[IncludesPath]] | ||
*[[LogsPath]] | *[[LogsPath]] |
Revision as of 23:17, 9 February 2012
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.