// Copyright 2021 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "constants/appearance.h" namespace pdfium::appearance { // ISO 32000-1:2008 spec, table 189. // Entries in an appearance characteristics dictionary. const char kR[] = …; const char kBC[] = …; const char kBG[] = …; const char kCA[] = …; const char kRC[] = …; const char kAC[] = …; const char kI[] = …; const char kRI[] = …; const char kIX[] = …; } // namespace pdfium::appearance