regenerate VS projects; replace font with DejaVu and add license file; embed external font in text sample

This commit is contained in:
Alex Fabijanic
2017-11-22 20:19:42 -06:00
parent e067b19903
commit 8579722f38
26 changed files with 830 additions and 813 deletions

View File

@@ -1,16 +1,13 @@
//
// Image.cpp
//
// This sample demonstrates the Data library.
// This sample demonstrates the generation and saving of a PDF
// document that contains an mbedded image loaded from external file.
//
// Copyright (c) 2007, Applied Informatics Software Engineering GmbH.
// All rights reserved.
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// This is unpublished proprietary source code of Applied Informatics
// Software Engineering GmbH.
// The contents of this pdfFile may not be disclosed to third parties,
// copied or duplicated in any form, in whole or in part, without
// prior written permission from Applied Informatics.
// SPDX-License-Identifier: BSL-1.0
//
#include "Poco/PDF/Document.h"