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

unpublished struct FontHeight
Description
describes the characteristics of a font.

For example, this can be used to select a font.

Since
OpenOffice 2.0

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