Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ SetOptions
Method
SetOptions
Source/Engine/Render2D/FontAsset.cpp:101–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
void FontAsset::SetOptions(const FontOptions& value)
102
{
103
_options = value;
104
}
105
106
Font* FontAsset::CreateFont(float size)
107
{
Callers
4
GetBold
Method · 0.45
GetItalic
Method · 0.45
GetMSDF
Method · 0.45
ShowBrowseFolderDialog
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected