LibreOffice Module drawinglayer (master) 1
Namespaces | Functions
textlayoutdevice.cxx File Reference
#include <sal/config.h>
#include <algorithm>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <drawinglayer/attribute/fontattribute.hxx>
#include <drawinglayer/primitive2d/textlayoutdevice.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/unique_disposing_ptr.hxx>
#include <osl/diagnose.h>
#include <tools/gen.hxx>
#include <vcl/canvastools.hxx>
#include <vcl/kernarray.hxx>
#include <vcl/timer.hxx>
#include <vcl/virdev.hxx>
#include <vcl/font.hxx>
#include <vcl/metric.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <vcl/svapp.hxx>
Include dependency graph for textlayoutdevice.cxx:

Go to the source code of this file.

Namespaces

namespace  drawinglayer
 
namespace  drawinglayer::primitive2d
 

Functions

vcl::Font drawinglayer::primitive2d::getVclFontFromFontAttribute (const attribute::FontAttribute &rFontAttribute, double fFontScaleX, double fFontScaleY, double fFontRotation, const css::lang::Locale &rLocale)
 Create a VCL-Font based on the definitions in FontAttribute and the given FontScaling. More...
 
attribute::FontAttribute drawinglayer::primitive2d::getFontAttributeFromVclFont (basegfx::B2DVector &o_rSize, const vcl::Font &rFont, bool bRTL, bool bBiDiStrong)
 Generate FontAttribute DataSet derived from the given VCL-Font. More...
 

Variable Documentation

◆ mnUseCount

sal_uInt32 mnUseCount
private

Definition at line 74 of file textlayoutdevice.cxx.

◆ mpVirDev

VclPtr<VirtualDevice> mpVirDev
private

Definition at line 73 of file textlayoutdevice.cxx.

◆ mrOwnerOfMe

scoped_timed_RefDev& mrOwnerOfMe
private

Definition at line 72 of file textlayoutdevice.cxx.