LABEL
Support
Supported from 6.0
Description
Label resource.
Resources with this structure are read by CEikLabel::ConstructFromResourceL()
, and describe the CEikLabel
to be constructed.
See also:
WORD flags = 0; | The label’s flags. These are used to set text emphasis and characteristics, such as underlining, and strikethrough.
See also:
|
WORD horiz_align=EEikLabelAlignHCenter; |
Horizontal alignment. See also:
|
WORD vert_align=EEikLabelAlignVTop; | Vertical alignment. See also:
|
WORD standard_font=EEikLabelFontNormal; | Font for the label.IDs for font types are defined in EEikLabelStandardFont in uikon.hrh. |
WORD reserve_length=0; | Sets a maximum length for the text to display on the label.Default is no reserve length: i.e. the label's text buffer will hold whatever length of text is set. |
LTEXT txt; | The label's text. | |