Lines Matching refs:CanvasFont
38 CanvasFont::CanvasFont( const rendering::FontRequest& rFontRequest, in CanvasFont() function in nullcanvas::CanvasFont
47 void SAL_CALL CanvasFont::disposing() in disposing()
52 …uno::Reference< rendering::XTextLayout > SAL_CALL CanvasFont::createTextLayout( const rendering::S… in createTextLayout()
61 uno::Sequence< double > SAL_CALL CanvasFont::getAvailableSizes( ) throw (uno::RuntimeException) in getAvailableSizes()
69 …uno::Sequence< beans::PropertyValue > SAL_CALL CanvasFont::getExtraFontProperties( ) throw (uno::… in getExtraFontProperties()
77 rendering::FontRequest SAL_CALL CanvasFont::getFontRequest( ) throw (uno::RuntimeException) in getFontRequest()
84 rendering::FontMetrics SAL_CALL CanvasFont::getFontMetrics( ) throw (uno::RuntimeException) in getFontMetrics()
95 ::rtl::OUString SAL_CALL CanvasFont::getImplementationName() throw( uno::RuntimeException ) in getImplementationName()
100 …sal_Bool SAL_CALL CanvasFont::supportsService( const ::rtl::OUString& ServiceName ) throw( uno::Ru… in supportsService()
105 …uno::Sequence< ::rtl::OUString > SAL_CALL CanvasFont::getSupportedServiceNames() throw( uno::Runt… in getSupportedServiceNames()
113 const ::com::sun::star::geometry::Matrix2D& CanvasFont::getFontMatrix() const in getFontMatrix()