JCL Help:TJclBitmap32.UpdateFont

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Selects the font specified by the Font property into the device context specified by Handle.


Pascal

 public procedure UpdateFont;


Description

Use this method before calling a Windows API function 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 TJclBitmap32 since they call UpdateFont automatically.


See Also

Font


About

Donator

Alex Denissov


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page