DOCUMENT:Q82932 11-FEB-2002 [win16sdk] TITLE :PRB: Device and TrueType Fonts Rotate Inconsistently PRODUCT :Microsoft Windows Software Development Kit PROD/VER::3.1,3.5,3.51 OPER/SYS: KEYWORDS:kbAPI kbOSWinNT351 kbSDKPlatform kbOSWin95 kbOSWinNT350 kbSDKWin16 ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Windows Software Development Kit (SDK) 3.1 - Microsoft Win32 Application Programming Interface (API), used with: - Microsoft Windows NT Server versions 3.5, 3.51 - Microsoft Windows NT Workstation versions 3.5, 3.51 ------------------------------------------------------------------------------- SYMPTOMS ======== In an application for the Microsoft Windows graphical environment that uses a mapping mode other than MM_TEXT and a text alignment other than the default (TA_LEFT, TA_TOP), device fonts and TrueType fonts rotate in the opposite directions. Device fonts may exhibit other unusual behaviors. Differences in rotated text may appear on the screen or in printed output. RESOLUTION ========== To create a font that rotates based on the coordinate system in which the font is used, the application must set the CLIP_LH_ANGLES (0x10) bit in the lfClipPrecision field of the LOGFONT data structure. This technique is backward-compatible with Windows 3.0 because the CLIP_LH_ANGLES bit is ignored in version 3.0. STATUS ====== This behavior is by design. Additional query words: rotation lfOrientation lfEscapement nOrientation nEscapement reverse degrees negative CreateFont ====================================================================== Keywords : kbAPI kbOSWinNT351 kbSDKPlatform kbOSWin95 kbOSWinNT350 kbSDKWin16 Technology : kbAudDeveloper kbSDKSearch kbWin32sSearch kbWin32API kbWinSDKSearch Version : :3.1,3.5,3.51 Issue type : kbprb ============================================================================= THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY. Copyright Microsoft Corporation 2002.