| OLD | NEW |
| 1 /***************************************************************************/ | 1 /***************************************************************************/ |
| 2 /* */ | 2 /* */ |
| 3 /* cf2blues.h */ | 3 /* cf2blues.h */ |
| 4 /* */ | 4 /* */ |
| 5 /* Adobe's code for handling Blue Zones (specification). */ | 5 /* Adobe's code for handling Blue Zones (specification). */ |
| 6 /* */ | 6 /* */ |
| 7 /* Copyright 2009-2013 Adobe Systems Incorporated. */ | 7 /* Copyright 2009-2013 Adobe Systems Incorporated. */ |
| 8 /* */ | 8 /* */ |
| 9 /* This software, and all works of authorship, whether in source or */ | 9 /* This software, and all works of authorship, whether in source or */ |
| 10 /* object code form as indicated by the copyright notice(s) included */ | 10 /* object code form as indicated by the copyright notice(s) included */ |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 CF2_Hint topHintEdge ); | 176 CF2_Hint topHintEdge ); |
| 177 | 177 |
| 178 | 178 |
| 179 FT_END_HEADER | 179 FT_END_HEADER |
| 180 | 180 |
| 181 | 181 |
| 182 #endif /* __CF2BLUES_H__ */ | 182 #endif /* __CF2BLUES_H__ */ |
| 183 | 183 |
| 184 | 184 |
| 185 /* END */ | 185 /* END */ |
| OLD | NEW |