chromium/third_party/pdfium/core/fxge/cfx_folderfontinfo.h

// Copyright 2016 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com

#ifndef CORE_FXGE_CFX_FOLDERFONTINFO_H_
#define CORE_FXGE_CFX_FOLDERFONTINFO_H_

#include <map>
#include <memory>
#include <vector>

#include "core/fxcrt/fx_codepage_forward.h"
#include "core/fxcrt/unowned_ptr.h"
#include "core/fxge/cfx_fontmapper.h"
#include "core/fxge/systemfontinfo_iface.h"

#define CHARSET_FLAG_ANSI
#define CHARSET_FLAG_SYMBOL
#define CHARSET_FLAG_SHIFTJIS
#define CHARSET_FLAG_BIG5
#define CHARSET_FLAG_GB
#define CHARSET_FLAG_KOREAN

class CFX_FolderFontInfo : public SystemFontInfoIface {};

#endif  // CORE_FXGE_CFX_FOLDERFONTINFO_H_