| OLD | NEW |
| 1 /***************************************************************************/ | 1 /***************************************************************************/ |
| 2 /* */ | 2 /* */ |
| 3 /* ttpost.h */ | 3 /* ttpost.h */ |
| 4 /* */ | 4 /* */ |
| 5 /* Postcript name table processing for TrueType and OpenType fonts */ | 5 /* Postcript name table processing for TrueType and OpenType fonts */ |
| 6 /* (specification). */ | 6 /* (specification). */ |
| 7 /* */ | 7 /* */ |
| 8 /* Copyright 1996-2001, 2002 by */ | 8 /* Copyright 1996-2015 by */ |
| 9 /* David Turner, Robert Wilhelm, and Werner Lemberg. */ | 9 /* David Turner, Robert Wilhelm, and Werner Lemberg. */ |
| 10 /* */ | 10 /* */ |
| 11 /* This file is part of the FreeType project, and may only be used, */ | 11 /* This file is part of the FreeType project, and may only be used, */ |
| 12 /* modified, and distributed under the terms of the FreeType project */ | 12 /* modified, and distributed under the terms of the FreeType project */ |
| 13 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ | 13 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ |
| 14 /* this file you indicate that you have read the license and */ | 14 /* this file you indicate that you have read the license and */ |
| 15 /* understand and accept it fully. */ | 15 /* understand and accept it fully. */ |
| 16 /* */ | 16 /* */ |
| 17 /***************************************************************************/ | 17 /***************************************************************************/ |
| 18 | 18 |
| (...skipping 18 matching lines...) Expand all Loading... |
| 37 FT_LOCAL( void ) | 37 FT_LOCAL( void ) |
| 38 tt_face_free_ps_names( TT_Face face ); | 38 tt_face_free_ps_names( TT_Face face ); |
| 39 | 39 |
| 40 | 40 |
| 41 FT_END_HEADER | 41 FT_END_HEADER |
| 42 | 42 |
| 43 #endif /* __TTPOST_H__ */ | 43 #endif /* __TTPOST_H__ */ |
| 44 | 44 |
| 45 | 45 |
| 46 /* END */ | 46 /* END */ |
| OLD | NEW |