blob: aefd9f1cf3f742556d786ce555ec57e13203cf99 [file] [log] [blame]
// Copyright 2022 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONSTANTS_FONT_ENCODINGS_H_
#define CONSTANTS_FONT_ENCODINGS_H_
namespace pdfium {
namespace font_encodings {
extern const char kMacRomanEncoding[];
extern const char kWinAnsiEncoding[];
extern const char kPDFDocEncoding[];
extern const char kMacExpertEncoding[];
} // namespace font_encodings
} // namespace pdfium
#endif // CONSTANTS_FONT_ENCODINGS_H_