:: com :: sun :: star :: frame :: status ::

struct FontHeight

Elements' Summary
Height specifies the current height of the font.  
Prop specifies the height of the font in the measure of the destination.  
Diff specifies the width of the font in the measure of the destination.  
Elements' Details
Height
float Height;
Description
specifies the current height of the font.
Prop
short Prop;
Description
specifies the height of the font in the measure of the destination.
Diff
float Diff;
Description
specifies the width of the font in the measure of the destination.
Top of Page