DsPdfJS API - v9.1.0
    Preparing search index...

    Type Alias FontFeature

    Identifies a typographic feature in the OpenType font.

    type FontFeature = {
        applyLastAlternative?: boolean;
        enabled?: boolean;
        featureTag: string;
        parameter?: number;
    }
    Index

    Properties

    applyLastAlternative?: boolean

    Indicates whether the last alternative should be applied if the specified position exceeds the number of alternatives.

    enabled?: boolean

    Indicates whether the feature should be enabled.

    featureTag: string

    The OpenType name identifier of the feature.

    parameter?: number

    1-based position of the alternate glyph ID in Alternate Substitution lookup.