Scroll to navigation

TEXTURE-FONT-TO-PASCAL(1) User Commands TEXTURE-FONT-TO-PASCAL(1)

NAME

texture-font-to-pascal - convert ttf font to a Pascal source file

DESCRIPTION

texture-font-to-pascal: convert ttf font to a Pascal source file, based on types in Castle Game Engine CastleTextureFontData unit.

Usage:

texture-font-to-pascal [options...] MyFontFile.ttf

Available options:

Print this help message and exit.

--size=FONT-SIZE

--no-anti-alias

Load (if existing in the font file) all the listed characters. You can use this parameter multiple times.
Load (if existing in the font file) the listed character code. You can use this parameter multiple times.
Load (if existing in the font file) all the character codes present in translated strings in URL. URL must point to a GetText MO file, it can be a regular filename as well. You can use this parameter multiple times.
Load only characters from --sample-text and --sample-code, do not add standard ASCII chars. By default we add standard ASCII chars, regardless of --sample-text and --sample-code.
Set function name to access the font. By default we automatically calculate it based on font name and size.
Set generated unit name. This also determines the output filename. By default we automatically calculate it based on function name (which in turn is automatically calculated based on font name and size).
See the log, showing e.g. the font image size.
Write to disk font images as png.

texture-font-to-pascal version 7.0-alpha.1 (unstable). Created using Castle Game Engine ( https://castle-engine.io/ ) version 7.0-alpha.1 (unstable). Compiled with FPC 3.2.2 (Linux / x86_64), platform: Desktop.

February 2022 Castle Game Engine