Searched refs:glyphNamesJson (Results 1 – 1 of 1) sorted by relevance
6277 QJsonObject glyphNamesJson(ScoreFont::initGlyphNamesJson()); in initScoreFonts() local6278 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() local6751 return glyphNamesJson; in initGlyphNamesJson()