skia
    Preparing search index...

    Interface FontBlock

    Input to ShapeText(..., FontBlock[], ...);

    interface FontBlock {
        fakeBold: boolean;
        fakeItalic: boolean;
        length: number;
        size: number;
        typeface: Typeface;
    }
    Index

    Properties

    fakeBold: boolean
    fakeItalic: boolean
    length: number
    size: number
    typeface: Typeface