LibreOffice Module canvas (master) 1
|
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/basemutex.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/rendering/XCanvas.hpp>
#include <com/sun/star/rendering/XCanvasFont.hpp>
#include <rtl/ref.hxx>
#include <memory>
#include "dx_winstuff.hxx"
#include "dx_gdiplususer.hxx"
Go to the source code of this file.
Classes | |
class | dxcanvas::CanvasFont |
Namespaces | |
namespace | dxcanvas |
Typedefs | |
typedef std::shared_ptr< Gdiplus::Font > | dxcanvas::FontSharedPtr |
typedef std::shared_ptr< Gdiplus::FontFamily > | dxcanvas::FontFamilySharedPtr |
typedef ::cppu::WeakComponentImplHelper< css::rendering::XCanvasFont, css::lang::XServiceInfo > | dxcanvas::CanvasFont_Base |