projects
/
ccbs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05d5f90
)
Fixed a misleading comment.
author
Steinar H. Gunderson
<sesse@samfundet.no>
Sat, 19 Feb 2005 13:59:58 +0000
(13:59 +0000)
committer
Steinar H. Gunderson
<sesse@samfundet.no>
Sat, 19 Feb 2005 13:59:58 +0000
(13:59 +0000)
bigscreen/ccbs_bigscreen.cpp
patch
|
blob
|
history
diff --git
a/bigscreen/ccbs_bigscreen.cpp
b/bigscreen/ccbs_bigscreen.cpp
index
9d173b2
..
f6d8da5
100644
(file)
--- a/
bigscreen/ccbs_bigscreen.cpp
+++ b/
bigscreen/ccbs_bigscreen.cpp
@@
-173,7
+173,7
@@
void init_freetype()
fonts.push_back(face);
}
- //
FreeSerif
+ //
Arial Unicode MS
if (FT_New_Face(library, "arialuni.ttf", 0, &face)) {
std::fprintf(stderr, "Warning: Couldn't open Arial Unicode MS, some glyphs might not be available\n");
} else {