From: Václav Slavík Date: Wed, 1 Nov 2000 23:04:13 +0000 (+0000) Subject: fixed incorrect GetTextExtent for wxTELETYPE font X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/10992a81d39da31b79063387b7b71c0ff68737ce fixed incorrect GetTextExtent for wxTELETYPE font git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/dcpsg.cpp b/src/generic/dcpsg.cpp index 9239f644b7..ccc8a4e8f8 100644 --- a/src/generic/dcpsg.cpp +++ b/src/generic/dcpsg.cpp @@ -1964,6 +1964,7 @@ void wxPostScriptDC::DoGetTextExtent(const wxString& string, switch (Family) { + case wxTELETYPE: case wxMODERN: { if ((Style == wxITALIC) && (Weight == wxBOLD)) name = "CourBoO";