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.h
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#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_
const char kMacExpertEncoding[]