Subversion Repositories filter_foundry

Rev

Rev 517 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 517 Rev 526
Line 177... Line 177...
177
        pipl->count += 5; // 5 more keys in PiPL: catg, name, cmpt, hstm, ObId
177
        pipl->count += 5; // 5 more keys in PiPL: catg, name, cmpt, hstm, ObId
178
 
178
 
179
        p = (char*)pipl + origsize;
179
        p = (char*)pipl + origsize;
180
        prop = (PIProperty*)p;
180
        prop = (PIProperty*)p;
181
 
181
 
182
        /* Important not about proptyLength:
182
        /* Important note about propertyLength:
183
         
183
         
184
                In regards propertyLength, Adobe writes in SPPiPL.h:
184
                In regards propertyLength, Adobe writes in SPPiPL.h:
185
                "Number of characters in the data array. Rounded to a multiple of 4."
185
                "Number of characters in the data array. Rounded to a multiple of 4."
186
 
186
 
187
                On the other hand, the 1997 PICA documentation(page 23) and
187
                On the other hand, the 1997 PICA documentation(page 23) and