LibreOffice Module cppcanvas (master) 1
Namespaces | Functions
textaction.hxx File Reference
#include <action.hxx>
#include <cppcanvas/canvas.hxx>
#include <cppcanvas/renderer.hxx>
#include <o3tl/span.hxx>
Include dependency graph for textaction.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cppcanvas
 
namespace  cppcanvas::internal
 
namespace  cppcanvas::internal::TextActionFactory
 Creates encapsulated converters between GDIMetaFile and XCanvas.
 

Functions

std::shared_ptr< Actioncppcanvas::internal::TextActionFactory::createTextAction (const ::Point &rStartPoint, const ::Size &rReliefOffset, const ::Color &rReliefColor, const ::Size &rShadowOffset, const ::Color &rShadowColor, const ::Color &rTextFillColor, const OUString &rText, sal_Int32 nStartPos, sal_Int32 nLen, KernArraySpan pDXArray, o3tl::span< const sal_Bool > pKashidaArray, VirtualDevice &rVDev, const CanvasSharedPtr &rCanvas, const OutDevState &rState, const Renderer::Parameters &rParms, bool bSubsettable)
 Create text action, optionally shadow/relief effect. More...