← 返回命令列表

Linux command

tdf 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

View TheDraw file

tdf [font.tdf]

List fonts in file

tdf -l [font.tdf]

Render text

tdf -f [font.tdf] "[text]"

Specific font from file

tdf -f [font.tdf] -n [fontname] "[text]"

说明

tdf renders text using TheDraw font files (.tdf), a format originating from the BBS era for creating colorful ANSI art text banners. Each TDF file can contain multiple fonts, and specific fonts can be selected by name. The tool reads TheDraw font definitions and uses them to transform plain text into large, stylized ANSI art rendered with colors and special characters. The -l flag lists all available fonts within a TDF file, making it easy to browse font collections before rendering.

参数

-f _FILE_
Font file.
-l
List fonts.
-n _NAME_
Font name.
-c _COLOR_
Color mode.
--help
Show help.

FAQ

What is the tdf command used for?

tdf renders text using TheDraw font files (.tdf), a format originating from the BBS era for creating colorful ANSI art text banners. Each TDF file can contain multiple fonts, and specific fonts can be selected by name. The tool reads TheDraw font definitions and uses them to transform plain text into large, stylized ANSI art rendered with colors and special characters. The -l flag lists all available fonts within a TDF file, making it easy to browse font collections before rendering.

How do I run a basic tdf example?

Run `tdf [font.tdf]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -f _FILE_ do in tdf?

Font file.