|
LibreOffice Module drawinglayer (master) 1
|
#include <drawinglayer/drawinglayerdllapi.h>#include <basegfx/range/b2drange.hxx>#include <vector>#include <basegfx/polygon/b2dpolypolygon.hxx>#include <vcl/svapp.hxx>Go to the source code of this file.
Classes | |
| class | drawinglayer::primitive2d::TextLayouterDevice |
| TextLayouterDevice class. More... | |
Namespaces | |
| namespace | vcl |
| namespace | tools |
| namespace | drawinglayer |
| namespace | drawinglayer::attribute |
| namespace | com |
| namespace | com::sun |
| namespace | com::sun::star |
| namespace | com::sun::star::lang |
| 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... | |