Heads Up display.
Text element. Render text with a background rectangle to the HUD.
Public Member Functions | |
__init__ (str pName, object pObject=None) | |
Constructor. | |
FBStringList | GetFontList () |
Returns a list of supported fonts. | |
Public Attributes | |
FBPropertyString | Content |
Read Write Property: C like format to display like in printf. | |
FBPropertyString | Font |
Read Write Property: Specifies the font. | |
FBPropertyBase | Color |
Read Write Property: Text color. | |
FBPropertyBase | BackgroundColor |
Read Write Property: Background text color. | |
FBPropertyBase | ForceTimeCodeDisplay |
Read Write Property: Specifies if the display of time-related reference property will be in timecode format. | |
FBPropertyBase | AdjustWidthToFitText |
Read Write Property: If On it it will adjust the width of a text element so that a text character's aspect ratio does not change as the content grows or shrinks. |
Constructor.
pName | Name of new HUD text element. |
pObject | For internal use only. This parameter does not need to be specified by the developer. |
Reimplemented from FBHUDElement.
FBStringList GetFontList | ( | ) |
Returns a list of supported fonts.
Read Write Property: C like format to display like in printf.
Read Write Property: Specifies the font.
FBPropertyBase Color |
Read Write Property: Text color.
FBPropertyBase BackgroundColor |
Read Write Property: Background text color.
FBPropertyBase ForceTimeCodeDisplay |
Read Write Property: Specifies if the display of time-related reference property will be in timecode format.
FBPropertyBase AdjustWidthToFitText |
Read Write Property: If On it it will adjust the width of a text element so that a text character's aspect ratio does not change as the content grows or shrinks.