http://bugs.winehq.com/show_bug.cgi?id=696
*** shadow/696 Fri May 17 02:38:44 2002 --- shadow/696.tmp.27988 Fri May 17 02:38:44 2002 *************** *** 0 **** --- 1,22 ---- + +============================================================================+ + | Implement {Add,Remove}FontResource | + +----------------------------------------------------------------------------+ + | Bug #: 696 Product: Wine | + | Status: UNCONFIRMED Version: unspecified | + | Resolution: Platform: | + | Severity: normal OS/Version: All | + | Priority: P1 Component: wine-gdi | + +----------------------------------------------------------------------------+ + | Assigned To: wine-bugs@winehq.com | + | Reported By: fgouget@codeweavers.com | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | Milestone: TargetMilestone: --- | + | URL: | + +============================================================================+ + | DESCRIPTION | + Applications can add fonts at runtime by calling AddFontResource with the path + to a font file. Similarly they can call RemoveFontResource to remove a + font.These are pretty much unimplementable as long as we use an X font server. + However they should be quite easy to implement as long as we are using + client-side font rendering. \ No newline at end of file