21module
com { module sun { module star { module rendering {
25interface XPolyPolygon2D;
This interface provides access to a specific, XCanvas-dependent font incarnation.
Definition XCanvasFont.idl:32
FontRequest getFontRequest()
Query the FontRequest that was used to generate this object.
FontMetrics getFontMetrics()
Query metric information about the font, that is generic to all its glyphs.
sequence< ::com::sun::star::beans::PropertyValue > getExtraFontProperties()
Query the list of additional font properties.
sequence< double > getAvailableSizes()
Query the list of available font sizes.
XTextLayout createTextLayout([in] StringContext aText, [in] byte nDirection, [in] hyper nRandomSeed)
Create a text layout interface.
This is the central interface for text layouting.
Definition XTextLayout.idl:52
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20
Metrics global to the font, i.e.
Definition FontMetrics.idl:45
This structure contains all information necessary to describe a font to be queried from XCanvas.
Definition FontRequest.idl:36
Collection of string-related arguments used on all canvas text interfaces.
Definition StringContext.idl:32