JVCL Help:ItemHTHeight
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: ItemHTHeight function
[+] JvHtControls.pas Functions
Search in JVCL Help
Search in all projectsSummary
Determines the height of rendered HTML values.
Pascal
run\JvHtControls.pas
functionItemHTHeight(Canvas: TCanvas; constText: string; Scale: Integer = 100): Integer;
Parameters
Parameters | Description |
Canvas: TCanvas | Canvas used to render the HTML content. |
const Text: string | HTML tags to render. |
Scale: Integer = 100 | Scaling factor for the render. Default value is 100. |
Description
ItemHTHeight is a function used to determine the height of the rendered HTML values specified in Text on the drawing area specified in Canvas.
Scale indicates the scaling (or zoom) factor for the rendered values. The default value is 100. Use scale to control rendering of relative fonts sizes.
ItemHTHeight calls HTMLTextHeight to perform the low-level operations for the function.
See Also
HTMLTextHeight
About
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