VDS Renaissance のインターフェースは複数の言語に対応しています。公式ドキュメントは、単一で一貫した常に最新のリファレンスを保証するため、英語で管理されています。

FONT

Windows Linux macOS

Syntax

FONT ADD,<path and filename>

FONT REMOVE,<path and filename>

Description

The FONT command lets you install and uninstall fonts in the Windows system, and broadcast the information to any opened application.

OK

Set to false if the command fails.

Example

FILE COPY,C:\test.ttf,@WINDIR()\Fonts\test.ttf
FONT ADD,@WINDIR()\Fonts\test.ttf

See a more advanced example...