TBitmap32.UpdateFont

procedure UpdateFont;

Description

Use this method before calling the Windows API functions that handle text output. It will synchronize the device font object with the Font property. You do not have to call UpdateFont when using text output methods of TBitmap32 since they call UpdateFont automatically.

See Also

TBitmap32, Font