Skip to content
Kar edited this page Nov 24, 2019 · 3 revisions

Fonts

enum Font {
    ChaletLondon = 0,
    HouseScript = 1,
    Monospace = 2,
    CharletComprimeColonge = 4,
    Pricedown = 7
}

Usage

const { Font, Menu } = require('nativeui');

const ui = new Menu('Test UI', 'Test UI Subtitle', new Point(50, 50));
ui.Description.font = Font.HouseScript;
Clone this wiki locally