fivem-js
Version:
Javascript/Typescript wrapper for the FiveM natives
12 lines (11 loc) • 457 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Font = void 0;
var Font;
(function (Font) {
Font[Font["ChaletLondon"] = 0] = "ChaletLondon";
Font[Font["HouseScript"] = 1] = "HouseScript";
Font[Font["Monospace"] = 2] = "Monospace";
Font[Font["ChaletComprimeCologne"] = 4] = "ChaletComprimeCologne";
Font[Font["Pricedown"] = 7] = "Pricedown";
})(Font = exports.Font || (exports.Font = {}));