Lines Matching refs:CanvasFont
53 CanvasFont::CanvasFont( const rendering::FontRequest& rFontRequest, in CanvasFont() function in dxcanvas::CanvasFont
79 void SAL_CALL CanvasFont::disposing() in disposing()
88 …uno::Reference< rendering::XTextLayout > SAL_CALL CanvasFont::createTextLayout( const rendering::S… in createTextLayout()
97 uno::Sequence< double > SAL_CALL CanvasFont::getAvailableSizes( ) throw (uno::RuntimeException) in getAvailableSizes()
105 …uno::Sequence< beans::PropertyValue > SAL_CALL CanvasFont::getExtraFontProperties( ) throw (uno::… in getExtraFontProperties()
113 rendering::FontRequest SAL_CALL CanvasFont::getFontRequest( ) throw (uno::RuntimeException) in getFontRequest()
120 rendering::FontMetrics SAL_CALL CanvasFont::getFontMetrics( ) throw (uno::RuntimeException) in getFontMetrics()
131 ::rtl::OUString SAL_CALL CanvasFont::getImplementationName() throw( uno::RuntimeException ) in getImplementationName()
136 …sal_Bool SAL_CALL CanvasFont::supportsService( const ::rtl::OUString& ServiceName ) throw( uno::Ru… in supportsService()
141 …uno::Sequence< ::rtl::OUString > SAL_CALL CanvasFont::getSupportedServiceNames() throw( uno::Runt… in getSupportedServiceNames()
149 double CanvasFont::getCellAscent() const in getCellAscent()
156 double CanvasFont::getEmHeight() const in getEmHeight()
163 FontSharedPtr CanvasFont::getFont() const in getFont()
170 const ::com::sun::star::geometry::Matrix2D& CanvasFont::getFontMatrix() const in getFontMatrix()