Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
font_encodings.cpp
Go to the documentation of this file.
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
7namespace pdfium::font_encodings {
8
9// ISO 32000-1:2008 spec, table D1.
10const char kMacRomanEncoding[] = "MacRomanEncoding";
11const char kWinAnsiEncoding[] = "WinAnsiEncoding";
12const char kPDFDocEncoding[] = "PDFDocEncoding";
13const char kMacExpertEncoding[] = "MacExpertEncoding";
14
15} // namespace pdfium::font_encodings
const char kMacExpertEncoding[]