Home
last modified time | relevance | path

Searched refs:glyphNamesJson (Results 1 – 1 of 1) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dsym.cpp6277 QJsonObject glyphNamesJson(ScoreFont::initGlyphNamesJson()); in initScoreFonts() local
6278 if (glyphNamesJson.empty()) in initScoreFonts()
6287 …uint code = glyphNamesJson.value(name).toObject().value("codepoint").toString().midRef(2).toUInt(&… in initScoreFonts()
6744 QJsonObject glyphNamesJson = QJsonDocument::fromJson(fi.readAll(), &error).object(); in initGlyphNamesJson() local
6751 return glyphNamesJson; in initGlyphNamesJson()