[ion/kandinsky] Move unicode to ion

This commit is contained in:
Léa Saviot
2019-01-23 11:00:33 +01:00
committed by Émilie Feral
parent 6b6d3d7fe2
commit bbb10f1993
72 changed files with 241 additions and 226 deletions

View File

@@ -234,7 +234,7 @@ void SumGraphController::LegendView::setEditableZone(double d) {
void SumGraphController::LegendView::setSumSymbol(Step step, double start, double end, double result, Layout functionLayout) {
assert(step == Step::Result || functionLayout.isUninitialized());
constexpr int sigmaSize = 2;
const CodePoint sigma[sigmaSize] = {KDCodePointSpace, m_sumSymbol};
const CodePoint sigma[sigmaSize] = {UCodePointSpace, m_sumSymbol};
if (step == Step::FirstParameter) {
m_sumLayout = LayoutHelper::CodePointString(sigma, sigmaSize);
} else if (step == Step::SecondParameter) {