BIS fnc 3DENDiagFonts: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Eden Editor(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
(Corrected information and added more) |
||
Line 9: | Line 9: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Displays | | [[File:BIS fnc 3DENDiagFonts example.jpg|thumb|This display is opened when the function is called in Eden.]] | ||
Displays given font in various different sizes. The fontID is the index of the font in {{Inline code|[[configFile]] >> "CfgFontFamilies"}}.<br> | |||
Fonts for {{GVI|arma3|2.00}}: | |||
<ol start{{=}}"0"> | |||
<li>LucidaConsoleB</li> | |||
<li>TahomaB</li> | |||
<li>EtelkaMonospacePro</li> | |||
<li>LCD14</li> | |||
<li>EtelkaMonospaceProBold</li> | |||
<li>EtelkaNarrowMediumPro</li> | |||
<li>PuristaBold</li> | |||
<li>PuristaLight</li> | |||
<li>PuristaMedium</li> | |||
<li>PuristaSemibold</li> | |||
<li>RobotoCondensed</li> | |||
<li>RobotoCondensedBold</li> | |||
<li>RobotoCondensedLight</li> | |||
<li>Caveat</li> | |||
</ol> | |||
|Description= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|call [[BIS_fnc_3DENDiagFonts]] |Syntax= | | _fontID call [[BIS_fnc_3DENDiagFonts]]; |Syntax= | ||
|p1= _fontID: [[Number]] |Parameter 1= | |||
| [[Nothing]] |Return value= | | [[Nothing]] |Return value= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[[call]] [[BIS_fnc_3DENDiagFonts]];</code> | | |x1= <code>2 [[call]] [[BIS_fnc_3DENDiagFonts]];</code> |Example1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 16:34, 1 November 2020
Description
- Description:
-
Displays given font in various different sizes. The fontID is the index of the font in
configFile >> "CfgFontFamilies"
.
Fonts for 2.00:- LucidaConsoleB
- TahomaB
- EtelkaMonospacePro
- LCD14
- EtelkaMonospaceProBold
- EtelkaNarrowMediumPro
- PuristaBold
- PuristaLight
- PuristaMedium
- PuristaSemibold
- RobotoCondensed
- RobotoCondensedBold
- RobotoCondensedLight
- Caveat
- Execution:
- call
- Groups:
- Eden Editor
Syntax
- Syntax:
- _fontID call BIS_fnc_3DENDiagFonts;
- Parameters:
- _fontID: Number
- Return Value:
- Nothing
Examples
- Example 1:
2 call BIS_fnc_3DENDiagFonts;
Additional Information
- See also:
- Eden EditorBIS_fnc_3DENCameraBIS_fnc_3DENControlsHintBIS_fnc_3DENDiagCreateListBIS_fnc_3DENDiagMouseControlBIS_fnc_3DENDrawLocationsBIS_fnc_3DENEntityMenuBIS_fnc_3DENExportAttributesBIS_fnc_3DENExportOldSQMBIS_fnc_3DENExportTerrainBuilderBIS_fnc_3DENFlashlightBIS_fnc_3DENGridBIS_fnc_3DENIntelBIS_fnc_3DENInterfaceBIS_fnc_3DENListLocationsBIS_fnc_3DENMissionPreviewBIS_fnc_3DENModuleDescriptionBIS_fnc_3DENShowMessageBIS_fnc_3DENStatusBarBIS_fnc_3DENToolbarBIS_fnc_3DENTutorialBIS_fnc_3DENVisionMode
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note