To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74754





------- Additional comments from [EMAIL PROTECTED] Wed Mar 28 08:45:18 +0000 
2007 -------
I added the interface com::sun::star::awt::XFont2, which has
the method

    long hasGlyphs( [in] sequence<char> aText,
            [in] long nStartPos,
            [in] long nEndPos )
        raises (com::sun::star::lang::IndexOutOfBoundsException);

This method returns the offset into aText that points to the first
character that this font has no glyph for. Please note, that
nStartPos is an inclusive index, and nEndPos is an exclusive
index, that means the first character is described by the indices
nStartPos=0 and nEndPos=1. For more details, please see the
IDL documentation.

TBE->DR: You can call getFont() at an XDevice, which returns an XFont
         interface. After that you query that object for the XFont2
         interface.


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to