32 std::map<G4VViewer*,std::vector<G4OpenGLFontBaseStore::FontInfo> >
39 fFontBaseMap[viewer].push_back(
FontInfo(fontName, size, fontBase, width));
45 std::map<G4VViewer*,std::vector<FontInfo> >::const_iterator i =
46 fFontBaseMap.find(viewer);
47 if (i != fFontBaseMap.end()) {
49 std::vector<FontInfo>::const_iterator j, k;
50 for (j = i->second.begin(); j != i->second.end(); ++j) {
52 if (d < sizeDiscrepancy) {
static const FontInfo & GetFontInfo(G4VViewer *, G4double size)
static std::map< G4VViewer *, std::vector< FontInfo > > fFontBaseMap
static void AddFontBase(G4VViewer *, G4int fontBase, G4double size, const G4String &fontName, G4int width)