QFontDatabase

  Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic! Mail us feedback on this topic!  

CLASS REFERENCE
Source: /harbour/contrib/hbqt/TQFontDatabase.prg
http://doc.trolltech.com/4.5/qfontdatabase.htm
oFontDatabase : bold( cFamily, cStyle ) lBool
oFontDatabase : families( nWritingSystem ) pQStringList
oFontDatabase : font( cFamily, cStyle, nPointSize ) pQFont
oFontDatabase : isBitmapScalable( cFamily, cStyle ) lBool
oFontDatabase : isFixedPitch( cFamily, cStyle ) lBool
oFontDatabase : isScalable( cFamily, cStyle ) lBool
oFontDatabase : isSmoothlyScalable( cFamily, cStyle ) lBool
oFontDatabase : italic( cFamily, cStyle ) lBool
oFontDatabase : styleString( pFont ) cQString
oFontDatabase : styleString_1( pFontInfo ) cQString
oFontDatabase : styles( cFamily ) pQStringList
oFontDatabase : weight( cFamily, cStyle ) nInt
oFontDatabase : addApplicationFont( cFileName ) nInt
oFontDatabase : addApplicationFontFromData( pFontData ) nInt
oFontDatabase : applicationFontFamilies( nId ) pQStringList
oFontDatabase : removeAllApplicationFonts() lBool
oFontDatabase : removeApplicationFont( nId ) lBool
oFontDatabase : supportsThreadedFontRendering() lBool
oFontDatabase : writingSystemName( nWritingSystem ) cQString
oFontDatabase : writingSystemSample( nWritingSystem ) cQString
FUNCTIONS REFERENCE
Source: /harbour/contrib/hbqt/QFontDatabase.cpp
Qt_QFontDatabase_bold( pQFontDatabase, cFamily, cStyle )lBool
Qt_QFontDatabase_families( pQFontDatabase, nWritingSystem )pQStringList
Qt_QFontDatabase_font( pQFontDatabase, cFamily, cStyle, nPointSize )pQFont
Qt_QFontDatabase_isBitmapScalable( pQFontDatabase, cFamily, cStyle )lBool
Qt_QFontDatabase_isFixedPitch( pQFontDatabase, cFamily, cStyle )lBool
Qt_QFontDatabase_isScalable( pQFontDatabase, cFamily, cStyle )lBool
Qt_QFontDatabase_isSmoothlyScalable( pQFontDatabase, cFamily, cStyle )lBool
Qt_QFontDatabase_italic( pQFontDatabase, cFamily, cStyle )lBool
Qt_QFontDatabase_styleString( pQFontDatabase, pFont )cQString
Qt_QFontDatabase_styleString_1( pQFontDatabase, pFontInfo )cQString
Qt_QFontDatabase_styles( pQFontDatabase, cFamily )pQStringList
Qt_QFontDatabase_weight( pQFontDatabase, cFamily, cStyle )nInt
Qt_QFontDatabase_addApplicationFont( pQFontDatabase, cFileName )nInt
Qt_QFontDatabase_addApplicationFontFromData( pQFontDatabase, pFontData )nInt
Qt_QFontDatabase_applicationFontFamilies( pQFontDatabase, nId )pQStringList
Qt_QFontDatabase_removeAllApplicationFonts( pQFontDatabase )lBool
Qt_QFontDatabase_removeApplicationFont( pQFontDatabase, nId )lBool
Qt_QFontDatabase_supportsThreadedFontRendering( pQFontDatabase )lBool
Qt_QFontDatabase_writingSystemName( pQFontDatabase, nWritingSystem )cQString
Qt_QFontDatabase_writingSystemSample( pQFontDatabase, nWritingSystem )cQString