#include "config.h"
#include "exports.h"
#include "MRMesh/MRMeshFwd.h"
#include "MRMesh/MRVector2.h"
#include "MRMesh/MRBox.h"
#include "MRMesh/MRColor.h"
#include "MRMesh/MRImage.h"
#include "MRMesh/MRExpected.h"
#include <filesystem>
#include <vector>
#include <variant>
#include <optional>
Go to the source code of this file.
Classes | |
struct | MR::PdfParameters |
Parameters of document style. More... | |
class | MR::Pdf |
struct | MR::Pdf::TextParams |
struct | MR::Pdf::PaletteRowStats |
struct | MR::Pdf::ImageParams |
Parameters to adding image from file. More... | |
struct | MR::Pdf::Cell |
struct | MR::Pdf::Cell::Empty |
struct | MR::Pdf::CellCustomParams |
struct | MR::Pdf::TextCellParams |
Namespaces | |
namespace | MR |
Typedefs | |
using | MR::PdfGeneralFont = std::variant<PdfBuildinFont, std::filesystem::path> |
Enumerations | |
enum class | MR::PdfBuildinFont { MR::Courier , MR::CourierBold , MR::CourierOblique , MR::CourierBoldOblique , MR::Helvetica , MR::HelveticaBold , MR::HelveticaOblique , MR::HelveticaBoldOblique , MR::TimesRoman , MR::TimesBold , MR::TimesItalic , MR::TimesBoldItalic , MR::Symbol , MR::ZapfDingbats , MR::Count } |