Difference between revisions of "FontsPath"

From SCAR Divi Manual
Jump to: navigation, search
 
Line 1: Line 1:
 
==Definition==
 
==Definition==
 
<source lang="scar" lines="false">
 
<source lang="scar" lines="false">
function FontsPath: AnsiString;
+
function FontsPath: string;
 
</source>
 
</source>
  

Latest revision as of 15:39, 4 April 2012

Definition

function FontsPath: string;

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