![]() |
Source Code |
3 | Code Libraries Source Code |   |
NOTE:
this code has been superceded by the version at the new site.
|
  |
Simple but Effective Text Animation effects using Kerning
Kerning describes the spacing between characters when a font is written out. By default, fonts have a
preset default kerning, but this very easy to modify under the Win32 API.
Private Declare Function SetTextCharacterExtra Lib "gdi32"
By setting nCharExtra to a negative value, you bring the characters closer together, and by setting
to a positive values the characters space out. It works with VB's print methods too. Back to top Back to Source Code Overview |
  |
![]() |
|
About Contribute Send Feedback Privacy
|