From 5110c4743751145c4ae1934cd1d83bc6c55bb43f Mon Sep 17 00:00:00 2001 From: John Abd-El-Malek Date: Sat, 17 May 2014 22:33:34 -0700 Subject: Initial commit. --- core/src/fxge/fx_freetype/include/fxft_cffobjs.h | 10 ++++++++++ core/src/fxge/fx_freetype/include/fxft_cfftypes.h | 10 ++++++++++ core/src/fxge/fx_freetype/include/fxft_freetype.h | 10 ++++++++++ core/src/fxge/fx_freetype/include/fxft_ft2build.h | 10 ++++++++++ core/src/fxge/fx_freetype/include/fxft_ftmm.h | 10 ++++++++++ core/src/fxge/fx_freetype/include/fxft_ftobjs.h | 10 ++++++++++ core/src/fxge/fx_freetype/include/fxft_ftotval.h | 10 ++++++++++ core/src/fxge/fx_freetype/include/fxft_ftoutln.h | 10 ++++++++++ core/src/fxge/fx_freetype/include/fxft_ftstream.h | 10 ++++++++++ core/src/fxge/fx_freetype/include/fxft_tttables.h | 10 ++++++++++ core/src/fxge/fx_freetype/include/fxft_tttypes.h | 10 ++++++++++ 11 files changed, 110 insertions(+) create mode 100644 core/src/fxge/fx_freetype/include/fxft_cffobjs.h create mode 100644 core/src/fxge/fx_freetype/include/fxft_cfftypes.h create mode 100644 core/src/fxge/fx_freetype/include/fxft_freetype.h create mode 100644 core/src/fxge/fx_freetype/include/fxft_ft2build.h create mode 100644 core/src/fxge/fx_freetype/include/fxft_ftmm.h create mode 100644 core/src/fxge/fx_freetype/include/fxft_ftobjs.h create mode 100644 core/src/fxge/fx_freetype/include/fxft_ftotval.h create mode 100644 core/src/fxge/fx_freetype/include/fxft_ftoutln.h create mode 100644 core/src/fxge/fx_freetype/include/fxft_ftstream.h create mode 100644 core/src/fxge/fx_freetype/include/fxft_tttables.h create mode 100644 core/src/fxge/fx_freetype/include/fxft_tttypes.h (limited to 'core/src/fxge/fx_freetype/include') diff --git a/core/src/fxge/fx_freetype/include/fxft_cffobjs.h b/core/src/fxge/fx_freetype/include/fxft_cffobjs.h new file mode 100644 index 0000000000..c15e0755b3 --- /dev/null +++ b/core/src/fxge/fx_freetype/include/fxft_cffobjs.h @@ -0,0 +1,10 @@ +// Copyright 2014 PDFium Authors. All rights reserved. +// 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 _FXFT_CFFOBJS_H_ +#define _FXFT_CFFOBJS_H_ +#include "../fxft2.5.01/src/cff/cffobjs.h" +#endif diff --git a/core/src/fxge/fx_freetype/include/fxft_cfftypes.h b/core/src/fxge/fx_freetype/include/fxft_cfftypes.h new file mode 100644 index 0000000000..9fbb7a31f6 --- /dev/null +++ b/core/src/fxge/fx_freetype/include/fxft_cfftypes.h @@ -0,0 +1,10 @@ +// Copyright 2014 PDFium Authors. All rights reserved. +// 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 _FXFT_FREETYPE_H_ +#define _FXFT_FREETYPE_H_ +#include "../fxft2.5.01/src/cff/cfftypes.h" +#endif diff --git a/core/src/fxge/fx_freetype/include/fxft_freetype.h b/core/src/fxge/fx_freetype/include/fxft_freetype.h new file mode 100644 index 0000000000..92ffde0d79 --- /dev/null +++ b/core/src/fxge/fx_freetype/include/fxft_freetype.h @@ -0,0 +1,10 @@ +// Copyright 2014 PDFium Authors. All rights reserved. +// 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 _FXFT_FREETYPE_H_ +#define _FXFT_FREETYPE_H_ +#include "../fxft2.5.01/include/freetype/freetype.h" +#endif diff --git a/core/src/fxge/fx_freetype/include/fxft_ft2build.h b/core/src/fxge/fx_freetype/include/fxft_ft2build.h new file mode 100644 index 0000000000..f3438d4b24 --- /dev/null +++ b/core/src/fxge/fx_freetype/include/fxft_ft2build.h @@ -0,0 +1,10 @@ +// Copyright 2014 PDFium Authors. All rights reserved. +// 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 _FXFT_FT2BUILD_H_ +#define _FXFT_FT2BUILD_H_ +#include "../fxft2.5.01/include/ft2build.h" +#endif diff --git a/core/src/fxge/fx_freetype/include/fxft_ftmm.h b/core/src/fxge/fx_freetype/include/fxft_ftmm.h new file mode 100644 index 0000000000..4b36ef7058 --- /dev/null +++ b/core/src/fxge/fx_freetype/include/fxft_ftmm.h @@ -0,0 +1,10 @@ +// Copyright 2014 PDFium Authors. All rights reserved. +// 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 _FXFT_FTMM_H_ +#define _FXFT_FTMM_H_ +#include "../fxft2.5.01/include/freetype/ftmm.h" +#endif diff --git a/core/src/fxge/fx_freetype/include/fxft_ftobjs.h b/core/src/fxge/fx_freetype/include/fxft_ftobjs.h new file mode 100644 index 0000000000..40d7eaaccd --- /dev/null +++ b/core/src/fxge/fx_freetype/include/fxft_ftobjs.h @@ -0,0 +1,10 @@ +// Copyright 2014 PDFium Authors. All rights reserved. +// 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 _FXFT_FTOBJS_H_ +#define _FXFT_FTOBJS_H_ +#include "../fxft2.5.01/include/freetype/internal/ftobjs.h" +#endif diff --git a/core/src/fxge/fx_freetype/include/fxft_ftotval.h b/core/src/fxge/fx_freetype/include/fxft_ftotval.h new file mode 100644 index 0000000000..f613aa7454 --- /dev/null +++ b/core/src/fxge/fx_freetype/include/fxft_ftotval.h @@ -0,0 +1,10 @@ +// Copyright 2014 PDFium Authors. All rights reserved. +// 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 _FXFT_FTOTVAL_H_ +#define _FXFT_FTOTVAL_H_ +#include "../fxft2.5.01/include/freetype/ftotval.h" +#endif diff --git a/core/src/fxge/fx_freetype/include/fxft_ftoutln.h b/core/src/fxge/fx_freetype/include/fxft_ftoutln.h new file mode 100644 index 0000000000..14396d8404 --- /dev/null +++ b/core/src/fxge/fx_freetype/include/fxft_ftoutln.h @@ -0,0 +1,10 @@ +// Copyright 2014 PDFium Authors. All rights reserved. +// 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 _FXFT_FTOUTLN_H_ +#define _FXFT_FTOUTLN_H_ +#include "../fxft2.5.01/include/freetype/ftoutln.h" +#endif diff --git a/core/src/fxge/fx_freetype/include/fxft_ftstream.h b/core/src/fxge/fx_freetype/include/fxft_ftstream.h new file mode 100644 index 0000000000..ff6a4220fa --- /dev/null +++ b/core/src/fxge/fx_freetype/include/fxft_ftstream.h @@ -0,0 +1,10 @@ +// Copyright 2014 PDFium Authors. All rights reserved. +// 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 _FXFT_FTSTREAM_H_ +#define _FXFT_FTSTREAM_H_ +#include "../fxft2.5.01/include/freetype/internal/ftstream.h" +#endif diff --git a/core/src/fxge/fx_freetype/include/fxft_tttables.h b/core/src/fxge/fx_freetype/include/fxft_tttables.h new file mode 100644 index 0000000000..3b44fff44c --- /dev/null +++ b/core/src/fxge/fx_freetype/include/fxft_tttables.h @@ -0,0 +1,10 @@ +// Copyright 2014 PDFium Authors. All rights reserved. +// 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 _FXFT_TTTABLES_H_ +#define _FXFT_TTTABLES_H_ +#include "../fxft2.5.01/include/freetype/tttables.h" +#endif diff --git a/core/src/fxge/fx_freetype/include/fxft_tttypes.h b/core/src/fxge/fx_freetype/include/fxft_tttypes.h new file mode 100644 index 0000000000..06128debdb --- /dev/null +++ b/core/src/fxge/fx_freetype/include/fxft_tttypes.h @@ -0,0 +1,10 @@ +// Copyright 2014 PDFium Authors. All rights reserved. +// 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 _FXFT_TTTYPES_H_ +#define _FXFT_TTTYPES_H_ +#include "../fxft2.5.01/include/freetype/internal/tttypes.h" +#endif -- cgit v1.2.3