README.md
December 4, 2022 ยท View on GitHub
Description
This example of code shows how to rotate the text correctly, the CreateFont function rotates the text around the text starting point, this code demonstrates rotating text around the text center point using CreateFont function and correcting the point to print the text and rotate
More Info
| Submitted On | 2010-04-22 19:15:54 |
| By | Saed abumokh |
| Level | Advanced |
| User Rating | 5.0 (25 globes from 5 users) |
| Compatibility | VB 6.0 |
| Category | Graphics |
| World | Visual Basic |
| Archive File | Rotate_Tex2179574232010.zip |
API Declarations
TextOut,GetTextAlign,GetTextColor,SetTextAlign,SetTextColor,MulDiv,
GetDeviceCaps,GetTextExtentPoint32,CreateFont,SelectObject,DeleteObject.