blob: aefd9f1cf3f742556d786ce555ec57e13203cf99 [file] [log] [blame]
K. Moon832a6942022-10-31 20:11:31 +00001// Copyright 2022 The PDFium Authors
Lei Zhang11824a52022-04-01 21:23:20 +00002// 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
8namespace pdfium {
9namespace font_encodings {
10
11extern const char kMacRomanEncoding[];
12extern const char kWinAnsiEncoding[];
13extern const char kPDFDocEncoding[];
14extern const char kMacExpertEncoding[];
15
16} // namespace font_encodings
17} // namespace pdfium
18
19#endif // CONSTANTS_FONT_ENCODINGS_H_