README.md

December 4, 2022 ยท View on GitHub

Rotate Text Correctly

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 On2010-04-22 19:15:54
BySaed abumokh
LevelAdvanced
User Rating5.0 (25 globes from 5 users)
CompatibilityVB 6.0
CategoryGraphics
WorldVisual Basic
Archive FileRotate_Tex2179574232010.zip

API Declarations

TextOut,GetTextAlign,GetTextColor,SetTextAlign,SetTextColor,MulDiv,
GetDeviceCaps,GetTextExtentPoint32,CreateFont,SelectObject,DeleteObject.