|
LibreOffice Module drawinglayer (master) 1
|
#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>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... | |
|
private |
Definition at line 74 of file textlayoutdevice.cxx.
|
private |
Definition at line 73 of file textlayoutdevice.cxx.
|
private |
Definition at line 72 of file textlayoutdevice.cxx.