JCL Help:TJclBitmap32.Font

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Specifies the font to use when writing text on the image.


Pascal

 public property Font: TFont;


Description

Set Font to specify the font to use for writing text on the image. The value of Font is a TFont object. Set the properties of the TFont object to specify the font face, color, size, style, and any other aspects of the font.


See Also

TJclBitmap32.RenderText TJclBitmap32.TextOut TJclBitmap32.UpdateFont


About

Donator

Alex Denissov


Notes

Setting the Font property assigns the specified TFont object, rather than replacing the current TFont object.


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