Searched refs:SubstName (Results 1 – 3 of 3) sorted by relevance
399 ByteString SubstName = name; in FindSubstFont() local400 SubstName.Remove(' '); in FindSubstFont()402 SubstName = name.Last(name.GetLength() - 1); in FindSubstFont()403 GetStandardFontName(&SubstName); in FindSubstFont()404 if (SubstName == "Symbol" && !bTrueType) { in FindSubstFont()409 if (SubstName == "ZapfDingbats") { in FindSubstFont()420 Optional<size_t> pos = SubstName.Find(",", 0); in FindSubstFont()422 family = SubstName.First(pos.value()); in FindSubstFont()424 style = SubstName.Last(SubstName.GetLength() - (pos.value() + 1)); in FindSubstFont()427 family = SubstName; in FindSubstFont()[all …]
94 ByteString SubstName,
152 std::string SubstName = Subst->second; in instrumentGlobals() local154 ProtoSubstitutions.find(SubstName); in instrumentGlobals()163 SubstProto->setName(Ctx, SubstName); in instrumentGlobals()164 ProtoSubstitutions.insert({SubstName, SubstProto}); in instrumentGlobals()