|
pdfmm
0.9.20
|
#include "PdfCompilerCompat.h"#include "PdfVersion.h"#include <memory>#include <string>#include <string_view>#include <vector>#include <typeinfo>#include <pdfmm/common/EnumFlags.h>#include <pdfmm/common/nullable.h>#include <pdfmm/compat/span>#include "PdfError.h"#include "pdfmmdefs.h"Classes | |
| class | mm::chars |
Namespaces | |
| mm | |
Macros | |
| #define | ePdfRenderingIntent_AbsoluteColorimetric "AbsoluteColorimetric" |
| #define | ePdfBlendMode_Normal "Normal" |
Variables | |
| constexpr PdfVersion | mm::PdfVersionDefault = PdfVersion::V1_4 |
Copyright (C) 2005 by Dominik Seichter domseichter@web.de Copyright (C) 2020 by Francesco Pretto ceztko@gmail.com
Licensed under GNU Library General Public License 2.0 or later. Some rights reserved. See COPYING, AUTHORS. This file should be included as the FIRST file in every header of pdfmm lib. It includes all standard files, defines some useful macros, some datatypes and all important enumeration types. On supporting platforms it will be precompiled to speed compilation.
| #define ePdfBlendMode_Normal "Normal" |
List of defined transparency blending modes
| #define ePdfRenderingIntent_AbsoluteColorimetric "AbsoluteColorimetric" |
List of defined Rendering intents
1.8.14