| OLD | NEW |
| 1 /***************************************************************************/ | 1 /***************************************************************************/ |
| 2 /* */ | 2 /* */ |
| 3 /* cf2font.h */ | 3 /* cf2font.h */ |
| 4 /* */ | 4 /* */ |
| 5 /* Adobe's CFF Interpreter (specification). */ | 5 /* Adobe's CFF Interpreter (specification). */ |
| 6 /* */ | 6 /* */ |
| 7 /* Copyright 2007-2013 Adobe Systems Incorporated. */ | 7 /* Copyright 2007-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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 CF2_Fixed* width ); | 74 CF2_Fixed* width ); |
| 75 | 75 |
| 76 | 76 |
| 77 FT_END_HEADER | 77 FT_END_HEADER |
| 78 | 78 |
| 79 | 79 |
| 80 #endif /* __CF2INTRP_H__ */ | 80 #endif /* __CF2INTRP_H__ */ |
| 81 | 81 |
| 82 | 82 |
| 83 /* END */ | 83 /* END */ |
| OLD | NEW |