xref: /aosp_15_r20/external/pdfium/constants/font_encodings.h (revision 3ac0a46f773bac49fa9476ec2b1cf3f8da5ec3a4)
1 // Copyright 2022 The PDFium Authors
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_
20