GsSortOt

Inserts a source OT into a destination OT

GsOT *GsSortOt (
        GsOT *ot_src,
        GsOT *ot_dest
)

Arguments

ot_src Pointer to source ordering table
ot_dest Pointer to destination ordering table

Return Value

ot_dest, the pointer to the combined ordering table is returned.

Explanation

The source ordering table pointed to by ot_src is inserted into the destination ordering table pointed to by ot_dest.
The typical Z value of the source ordering table used for the insertion operation is given by the point member of ot_src.

See Also

GsOT