OTS ‐ Fonts - Mistium/Origin-OS GitHub Wiki

Font Management Commands Documentation

font viewall

This command grabs a list of all installable fonts.

Example:

font viewall
# Displays a list of all installable fonts

Screenshot:

Screenshot 2024-02-13 at 14 02 42

font install [name]

This command installs a specific font to your device. Replace [name] with the name of the font you want to install.

Example:

font install Arial
# Installs the "Arial" font on your device

Screenshot:

Screenshot 2024-02-13 at 14 03 28

font cleardata

This command clears your loaded character set.

Example:

font cleardata
# Clears the loaded character set

font use [name]

This command applies a specific font to your loaded character set. Replace [name] with the name of the font you want to use.

Example:

font use Cursed
# Applies the "Cursed" font to the loaded character set

Terminal Output:

Loaded Font Successfully

Screenshot:

Screenshot 2024-02-13 at 14 05 01

font viewinstalled

This command returns a list of all the fonts you have installed.

Example:

font viewinstalled
# Displays a list of all installed fonts

Screenshot:

Screenshot 2024-02-13 at 14 06 23

Practical Examples

Viewing All Installable Fonts

To see a list of all fonts you can install:

font viewall
# Displays a list of all installable fonts

Installing a Font

To install a specific font, such as "Roboto":

font install Roboto
# Installs the "Roboto" font on your device
# Jk roberto doesn't exist

Clearing the Loaded Character Set

To clear the currently loaded character set:

font cleardata
# Clears the loaded character set

Applying a Font

To apply a font, such as "Cursed", to the loaded character set:

font use Cursed
# Applies the "Cursed" font to the loaded character set

Viewing Installed Fonts

To see a list of all fonts you have installed:

font viewinstalled
# Displays a list of all installed fonts