Colibrio Reader Framework API - Cloud license
    Preparing search index...

    By default, publicationStyleOptions set by calling ReaderView.setOptions() only applies to reflowable documents and are ignored by fixed-layout documents.

    This options object can be used to allow certain publication style options to be applied to fixed-layout documents as well.

    interface IEpubFixedLayoutStyleOptions {
        allowFontSetCustomization?: boolean;
        allowPaletteCustomization?: boolean;
    }

    Properties

    allowFontSetCustomization?: boolean

    By setting this option to true, font set configurations set with publicationStyleOptions.fontSet will also be applied to fixed-layout documents.

    false
    
    allowPaletteCustomization?: boolean

    By setting this option to true, palettes set with publicationStyleOptions.palette will also apply to fixed-layout documents.

    false