Difference between revisions of "HPL3/SOMA/Scripting/iFontData"
Jump to navigation
Jump to search
(Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Fields== iFontData has no public fields. ==Functi...") |
|||
Line 18: | Line 18: | ||
| <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || GetWordWrapRows || <syntaxhighlight lang="c++" inline>float afLength</syntaxhighlight>,<br />[[../cVector2f|<syntaxhighlight lang="c++" inline>const cVector2f &in avSize</syntaxhighlight>]],<br />[[../tWString|<syntaxhighlight lang="c++" inline>const tWString &in asString</syntaxhighlight>]] || | | <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || GetWordWrapRows || <syntaxhighlight lang="c++" inline>float afLength</syntaxhighlight>,<br />[[../cVector2f|<syntaxhighlight lang="c++" inline>const cVector2f &in avSize</syntaxhighlight>]],<br />[[../tWString|<syntaxhighlight lang="c++" inline>const tWString &in asString</syntaxhighlight>]] || | ||
|} | |} | ||
+ | |||
+ | {{ReferencesSection}} | ||
{{HPL3SOMAScriptingCategories}} | {{HPL3SOMAScriptingCategories}} | ||
__FORCETOC__ | __FORCETOC__ |
Latest revision as of 16:00, 6 August 2020
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
Fields
iFontData has no public fields.
Functions
Return Type | Function Name | Parameters | Description |
---|---|---|---|
float |
GetHeight | ||
float |
GetLength | const cVector2f &in avSize ,const tWString &in asString |
|
void |
GetWordWrapRows | float afLength ,const cVector2f &in avSize ,const tWString &in asString |
References
- HPL3/SOMA/Scripting/cGuiSet (← links)
- HPL3/SOMA/Scripting/cGuiSkinFont (← links)
- HPL3/SOMA/Scripting/cWidgetButton (← links)
- HPL3/SOMA/Scripting/cWidgetCheckBox (← links)
- HPL3/SOMA/Scripting/cWidgetCollapsiblePane (← links)
- HPL3/SOMA/Scripting/cWidgetCollapsiblePaneContainer (← links)
- HPL3/SOMA/Scripting/cWidgetComboBox (← links)
- HPL3/SOMA/Scripting/cWidgetContextMenu (← links)
- HPL3/SOMA/Scripting/cWidgetDummy (← links)
- HPL3/SOMA/Scripting/cWidgetFrame (← links)
- HPL3/SOMA/Scripting/cWidgetGroup (← links)
- HPL3/SOMA/Scripting/cWidgetImage (← links)
- HPL3/SOMA/Scripting/cWidgetLabel (← links)
- HPL3/SOMA/Scripting/cWidgetListBox (← links)
- HPL3/SOMA/Scripting/cWidgetMainMenu (← links)
- HPL3/SOMA/Scripting/cWidgetMenuItem (← links)
- HPL3/SOMA/Scripting/cWidgetMultiPropertyListBox (← links)
- HPL3/SOMA/Scripting/cWidgetRangeSlider (← links)
- HPL3/SOMA/Scripting/cWidgetSingleValueSlider (← links)
- HPL3/SOMA/Scripting/cWidgetSlider (← links)
- HPL3/SOMA/Scripting/cWidgetTab (← links)
- HPL3/SOMA/Scripting/cWidgetTabFrame (← links)
- HPL3/SOMA/Scripting/cWidgetTextBox (← links)
- HPL3/SOMA/Scripting/cWidgetTreeView (← links)
- HPL3/SOMA/Scripting/cWidgetWindow (← links)
- HPL3/SOMA/Scripting/iScrMoveState Interface (← links)
- HPL3/SOMA/Scripting/iScrPlayer Interface (← links)
- HPL3/SOMA/Scripting/iScrPlayerState Interface (← links)
- HPL3/SOMA/Scripting/iWidget (← links)
- HPL3/SOMA/Scripting/iWidgetMenu (← links)
- HPL3/SOMA/Scripting/Scripting Api (← links)
- HPL3/SOMA/Scripting/Scripting Api/cLux (← links)
- HPL3/SOMA/Scripting/Scripting Api/cResources (← links)