JVCL Help:ItemHTHeight

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Determines the height of rendered HTML values.

run\JvHtControls.pas


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.

run\JvHtControls.pas


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.

run\JvHtControls.pas


See Also

HTMLTextHeight

run\JvHtControls.pas


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