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
appearance.cpp
Go to the documentation of this file.
1// Copyright 2021 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/appearance.h"
6
7namespace pdfium::appearance {
8
9// ISO 32000-1:2008 spec, table 189.
10// Entries in an appearance characteristics dictionary.
11const char kR[] = "R";
12const char kBC[] = "BC";
13const char kBG[] = "BG";
14const char kCA[] = "CA";
15const char kRC[] = "RC";
16const char kAC[] = "AC";
17const char kI[] = "I";
18const char kRI[] = "RI";
19const char kIX[] = "IX";
20
21} // namespace pdfium::appearance
const char kRC[]
const char kIX[]
const char kBC[]
const char kAC[]
const char kCA[]
const char kI[]
const char kBG[]
const char kR[]
const char kRI[]