Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion graf2d/graf/src/TTF.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ Int_t TTF::SetTextFont(const char *fontname, Int_t italic)
char *ttfont = gSystem->Which(ttpath, fontname, kReadPermission);

if (!ttfont) {
Error("TTF::SetTextFont", "font file %s not found in path", fontname);
Error("TTF::SetTextFont", "font file %s not found in path %s", fontname, ttpath);
if (fgFontCount) {
Warning("TTF::SetTextFont", "using default font %s", fgFontName[0]);
fgCurFontIdx = 0; // use font 0 (default font, set in ctor)
Expand Down
Loading