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

    Interface IPublicationStyleTypographyResetOptions

    interface IPublicationStyleTypographyResetOptions {
        removePublicationDefinedFontSizes?: boolean;
        removePublicationDefinedLineHeights?: boolean;
    }

    Properties

    removePublicationDefinedFontSizes?: boolean

    Remove all font-size styles defined in the publication CSS, resetting all font-sizes to the browser default.

    false
    
    removePublicationDefinedLineHeights?: boolean

    Remove all line-height styles defined in the publication CSS, resetting all line-heights to the browser default.

    false