Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CPrinterCairo.cpp File Reference
#include "CPrinterCairo.hpp"
#include "CGraphicsCairo.hpp"
#include "core/CStringTools.hpp"
#include "core/file.hpp"
#include "core/utils.hpp"
#include "ui/graphics/CGeoCanvas.hpp"
#include "core/paths.hpp"
#include <cairo-pdf.h>
#include <cairo-ps.h>
#include <cstdlib>
#include <pango/pangocairo.h>
#include <utility>
Include dependency graph for CPrinterCairo.cpp:

Functions

static PangoStyle prvGetPangoFontSlant (const iv::eFontSlant fontSlant)
 
static PangoWeight prvGetPangoFontWeight (const iv::eFontWeight fontWeight)
 
static void prvCalculateSizeRectagle (const double x1, const double y1, const double x2, const double y2, double *sizeX, double *sizeY)
 

Function Documentation

◆ prvCalculateSizeRectagle()

static void prvCalculateSizeRectagle ( const double x1,
const double y1,
const double x2,
const double y2,
double * sizeX,
double * sizeY )
static

◆ prvGetPangoFontSlant()

static PangoStyle prvGetPangoFontSlant ( const iv::eFontSlant fontSlant)
static

◆ prvGetPangoFontWeight()

static PangoWeight prvGetPangoFontWeight ( const iv::eFontWeight fontWeight)
static