Type alias GraphemeData

GraphemeData: {
    largestWordWidth: number;
    wordsData: {
        width: number;
        word: string[];
    }[][];
}

Type declaration

  • largestWordWidth: number
  • wordsData: {
        width: number;
        word: string[];
    }[][]

Generated using TypeDoc