The information of the character.

interface CharInfo {
    charCode: number;
    kerning: number;
}

Properties

Properties

charCode: number

It receives the character code.

kerning: number

It receives the kerning(x-direction only).