chromium/third_party/pdfium/core/fxge/cfx_unicodeencodingex.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_UNICODEENCODINGEX_H_
#define CORE_FXGE_CFX_UNICODEENCODINGEX_H_

#include <stdint.h>

#include <memory>

#include "core/fxge/cfx_face.h"
#include "core/fxge/cfx_unicodeencoding.h"
#include "core/fxge/fx_fontencoding.h"

class CFX_UnicodeEncodingEx final : public CFX_UnicodeEncoding {};

std::unique_ptr<CFX_UnicodeEncodingEx> FX_CreateFontEncodingEx(CFX_Font* pFont);

#endif  // CORE_FXGE_CFX_UNICODEENCODINGEX_H_