fivem-js
Version:
Javascript/Typescript wrapper for the FiveM natives
5 lines (4 loc) • 311 B
TypeScript
import { Font } from '..';
export declare function stringToArray(input: string): string[];
export declare function measureStringWidthNoConvert(input: string, font?: Font, scale?: number): number;
export declare function measureString(str: string, font?: Font, scale?: number, screenWidth?: number): number;