MCPcopy 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
101void FontAsset::SetOptions(const FontOptions& value)
102{
103 _options = value;
104}
105
106Font* FontAsset::CreateFont(float size)
107{

Callers 4

GetBoldMethod · 0.45
GetItalicMethod · 0.45
GetMSDFMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected