MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / SetScale

Method SetScale

Sources/Jazz2/UI/FormattedTextBlock.cpp:913–922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

911 }
912
913 void FormattedTextBlock::SetScale(float value)
914 {
915 if (_defaultScale == value) {
916 return;
917 }
918
919 _defaultScale = value;
920 _parts.clear();
921 _background.clear();
922 }
923
924 void FormattedTextBlock::SetCharSpacing(float value)
925 {

Callers 2

LogLineMethod · 0.80
AboutSectionMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected