Interface FONTAllegro

Font

Remarks

Reference entry for font object returned by load_font() and create_font().

1.2.27

interface FONT {
    element: null | HTMLStyleElement;
    file: string;
    name: string;
    size: number;
    type: "fnt";
}

Properties

element: null | HTMLStyleElement
file: string
name: string
size: number
type: "fnt"

Generated using TypeDoc