@vivliostyle/core
    Preparing search index...

    Function convertToPhysical

    • Convert logical properties to physical ones, taking specificity into account.

      Type Parameters

      • T

      Parameters

      • src: { [key: string]: CascadeValue }

        Source properties map

      • dest: { [key: string]: T }

        Destination map

      • vertical: boolean
      • rtl: boolean
      • leftPageSide: boolean
      • transform: (p1: string, p2: CascadeValue) => T

        If supplied, property values are transformed by this function before inserted into the destination map. The first parameter is the property name and the second one is the property value.

      Returns void