Поиск по:   - 
   Поискать по всем серверам
  
На этой странице приведены все страницы, которые ссылаются на http://rtm-cs.sinp.msu.ru/manual/qt/qwindowdefs-h.html. Показаны документы 1 - 1 из 1.
1. Qt Toolkit - QFontMetrics Class
The QFontMetrics class provides font metrics information about fonts. ... QFontMetrics  ( const QFont & )  . ... int  width  ( const char *, int len = -1 ) const . int  width  ( char ) const . ... QRect  boundingRect  ( int x, int y, int w, int h, int flags, const char * str, int len=-1, int tabstops=0, int * tabarray=0, char ** intern=0 ) const . ... Example: QFont font("times",24); QFontMetrics fm(font); int w = fm. width ("What's the width of this text"); int h = fm. height (); . ... 
      
[
Сохраненная копия
] 
 Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qfontmetrics.html -- 20.9 Кб -- 11.07.1998
Похожие документы
    
    
Похожие документы