When I use the TBalloonhint (delphi) component I can not find how to change the default font. Is there any way?
You have two choices:
PaintHint
and SetHintSize
). You may take VCL implementation and remove theme support from it (assume IsThemed = false).