classicui_pub/ui_framework_utilities_api/inc/AknBidiTextUtils.h
branchGCC_SURGE
changeset 31 335efd829e98
parent 0 2f259fa3e83a
equal deleted inserted replaced
28:d33307312dfe 31:335efd829e98
   420     * @param aFont  Font to use
   420     * @param aFont  Font to use
   421     * @param aText  Text to be measured
   421     * @param aText  Text to be measured
   422     * @param aOrder Whether the text provided is in visual or logical order
   422     * @param aOrder Whether the text provided is in visual or logical order
   423     * @return       width of the text in pixels.
   423     * @return       width of the text in pixels.
   424     */
   424     */
   425     IMPORT_C static TInt AknBidiTextUtils::MeasureTextBoundsWidth(
   425     IMPORT_C static TInt MeasureTextBoundsWidth(
   426         const CFont& aFont,
   426         const CFont& aFont,
   427         const TDesC& aText,
   427         const TDesC& aText,
   428         CFont::TMeasureTextInput::TFlags aOrder);
   428         CFont::TMeasureTextInput::TFlags aOrder);
   429 
   429 
   430     private:
   430     private: