summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/rendering/XCanvasFont.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/XCanvasFont.idl')
-rw-r--r--offapi/com/sun/star/rendering/XCanvasFont.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/rendering/XCanvasFont.idl b/offapi/com/sun/star/rendering/XCanvasFont.idl
index 45c7a7cf6735..e1995719d9b3 100644
--- a/offapi/com/sun/star/rendering/XCanvasFont.idl
+++ b/offapi/com/sun/star/rendering/XCanvasFont.idl
@@ -71,13 +71,11 @@ interface XCanvasFont : ::com::sun::star::uno::XInterface
*/
XTextLayout createTextLayout( [in] StringContext aText, [in] byte nDirection, [in] hyper nRandomSeed );
- //-------------------------------------------------------------------------
/** Query the FontRequest that was used to generate this object.
*/
FontRequest getFontRequest();
- //-------------------------------------------------------------------------
/** Query metric information about the font, that is generic to
all its glyphs.<p>
@@ -90,7 +88,6 @@ interface XCanvasFont : ::com::sun::star::uno::XInterface
*/
FontMetrics getFontMetrics();
- //-------------------------------------------------------------------------
/** Query the list of available font sizes.<p>
@@ -106,13 +103,11 @@ interface XCanvasFont : ::com::sun::star::uno::XInterface
*/
sequence< double > getAvailableSizes();
- //-------------------------------------------------------------------------
/** Query the list of additional font properties.<p>
*/
sequence< ::com::sun::star::beans::PropertyValue > getExtraFontProperties();
- //-------------------------------------------------------------------------
};