Opened 14 years ago

Closed 14 years ago

#89 closed enhancement (fixed)

Implement QFontDatabase::addApplicationFont() and friends

Reported by: Dmitry A. Kuminov Owned by:
Priority: major Milestone: Qt GA
Component: QtGui Version: 4.5.1 Beta 2
Severity: low Keywords:
Cc:

Description

There is a possibility to add private application-specific fonts which may be used by some applications. Currently, it's a noop on OS/2 and will always fail at application level.

Methods in qfontdatabase_pm.cpp that need to be implemented are:

  • registerFont()
  • QFontDatabase::removeApplicationFont()
  • QFontDatabase::removeAllApplicationFonts()
  • QFontDatabase::supportsThreadedFontRendering()

Change History (1)

comment:1 Changed 14 years ago by Dmitry A. Kuminov

Resolution: fixed
Severity: low
Status: newclosed

Done in r500 (hoo, lucky revision number, congrats to us! :)

Note: See TracTickets for help on using tickets.