// Copyright 2014 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 FXBARCODE_ONED_BC_ONEDUPCAWRITER_H_ #define FXBARCODE_ONED_BC_ONEDUPCAWRITER_H_ #include <memory> #include "core/fxcrt/fx_string.h" #include "fxbarcode/BC_Library.h" #include "fxbarcode/oned/BC_OnedEANWriter.h" class CBC_OnedEAN13Writer; class CFX_Matrix; class CFX_RenderDevice; class CBC_OnedUPCAWriter final : public CBC_OneDimEANWriter { … }; #endif // FXBARCODE_ONED_BC_ONEDUPCAWRITER_H_