| OLD | NEW |
| 1 /***************************************************************************/ | 1 /***************************************************************************/ |
| 2 /* */ | 2 /* */ |
| 3 /* ftsnames.h */ | 3 /* ftsnames.h */ |
| 4 /* */ | 4 /* */ |
| 5 /* Simple interface to access SFNT name tables (which are used */ | 5 /* Simple interface to access SFNT name tables (which are used */ |
| 6 /* to hold font names, copyright info, notices, etc.) (specification). */ | 6 /* to hold font names, copyright info, notices, etc.) (specification). */ |
| 7 /* */ | 7 /* */ |
| 8 /* This is _not_ used to retrieve glyph names! */ | 8 /* This is _not_ used to retrieve glyph names! */ |
| 9 /* */ | 9 /* */ |
| 10 /* Copyright 1996-2003, 2006, 2009, 2010, 2013 by */ | 10 /* Copyright 1996-2015 by */ |
| 11 /* David Turner, Robert Wilhelm, and Werner Lemberg. */ | 11 /* David Turner, Robert Wilhelm, and Werner Lemberg. */ |
| 12 /* */ | 12 /* */ |
| 13 /* This file is part of the FreeType project, and may only be used, */ | 13 /* This file is part of the FreeType project, and may only be used, */ |
| 14 /* modified, and distributed under the terms of the FreeType project */ | 14 /* modified, and distributed under the terms of the FreeType project */ |
| 15 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ | 15 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ |
| 16 /* this file you indicate that you have read the license and */ | 16 /* this file you indicate that you have read the license and */ |
| 17 /* understand and accept it fully. */ | 17 /* understand and accept it fully. */ |
| 18 /* */ | 18 /* */ |
| 19 /***************************************************************************/ | 19 /***************************************************************************/ |
| 20 | 20 |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 | 191 |
| 192 /* */ | 192 /* */ |
| 193 | 193 |
| 194 | 194 |
| 195 FT_END_HEADER | 195 FT_END_HEADER |
| 196 | 196 |
| 197 #endif /* __FT_SFNT_NAMES_H__ */ | 197 #endif /* __FT_SFNT_NAMES_H__ */ |
| 198 | 198 |
| 199 | 199 |
| 200 /* END */ | 200 /* END */ |
| OLD | NEW |