Interface Font

Represents a font to be used by Camera Kit for text rendering.

interface Font {
    name: string;
    data: ArrayBuffer;
}

Properties

Properties

name: string

A unique name for the font.

A buffer containing the font data (e.g., the contents of a .ttf file).

MMNEPVFCICPMFPCPTTAAATR