K. Moon | 832a694 | 2022-10-31 20:11:31 +0000 | [diff] [blame] | 1 | // Copyright 2022 The PDFium Authors |
Lei Zhang | 11824a5 | 2022-04-01 21:23:20 +0000 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
| 5 | #ifndef CONSTANTS_FONT_ENCODINGS_H_ |
| 6 | #define CONSTANTS_FONT_ENCODINGS_H_ |
| 7 | |
| 8 | namespace pdfium { |
| 9 | namespace font_encodings { |
| 10 | |
| 11 | extern const char kMacRomanEncoding[]; |
| 12 | extern const char kWinAnsiEncoding[]; |
| 13 | extern const char kPDFDocEncoding[]; |
| 14 | extern const char kMacExpertEncoding[]; |
| 15 | |
| 16 | } // namespace font_encodings |
| 17 | } // namespace pdfium |
| 18 | |
| 19 | #endif // CONSTANTS_FONT_ENCODINGS_H_ |