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

Method SetAlignment

Sources/Jazz2/UI/FormattedTextBlock.cpp:880–889  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

878 }
879
880 void FormattedTextBlock::SetAlignment(Alignment value)
881 {
882 if (_alignment == value) {
883 return;
884 }
885
886 _alignment = value;
887 _parts.clear();
888 _background.clear();
889 }
890
891 void FormattedTextBlock::SetDefaultColor(Colorf color)
892 {

Callers 1

AboutSectionMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected