• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 #include "constants/font_encodings.h"
6 
7 namespace pdfium::font_encodings {
8 
9 // ISO 32000-1:2008 spec, table D1.
10 const char kMacRomanEncoding[] = "MacRomanEncoding";
11 const char kWinAnsiEncoding[] = "WinAnsiEncoding";
12 const char kPDFDocEncoding[] = "PDFDocEncoding";
13 const char kMacExpertEncoding[] = "MacExpertEncoding";
14 
15 }  // namespace pdfium::font_encodings
16