[ wxwindows-Patches-1570055 ] point size for printing/preview without
DC
SourceForge.net
noreply at sourceforge.net
Tue Oct 3 08:39:34 PDT 2006
Patches item #1570055, was opened at 2006-10-03 17:39
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1570055&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build -- windows
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Grzegorz Makarewicz (makaron)
Assigned to: Nobody/Anonymous (nobody)
Summary: point size for printing/preview without DC
Initial Comment:
While working on MSW I have found that void
wxNativeFontInfo::SetPointSize(int pointsize) uses
screen size for fonst size calculations, but MSW
returns nagative point size when working with printers,
so calculating point size on my own is more accurate
than using wx method /72.0 + 0.5 - can give false
values over for over 5 mm !
Yes, I knew this is better than current FIXME - but is
stil imperfect.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1570055&group_id=9863
More information about the wx-dev
mailing list