[LLVMbugs] [Bug 11814] New: Don't hardcode Andale Mono as the font
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jan 20 12:36:49 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=11814
Bug #: 11814
Summary: Don't hardcode Andale Mono as the font
Product: clang
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Static Analyzer
AssignedTo: kremenek at apple.com
ReportedBy: mohamed at bana.org.uk
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Can someone please apply this patch:
Index: lib/Rewrite/HTMLRewrite.cpp
===================================================================
--- lib/Rewrite/HTMLRewrite.cpp (revision 146622)
+++ lib/Rewrite/HTMLRewrite.cpp (working copy)
@@ -292,7 +292,7 @@
" body { font-family:Helvetica, sans-serif; font-size:10pt }\n"
" h1 { font-size:14pt }\n"
" .code { border-collapse:collapse; width:100%; }\n"
- " .code { font-family: \"Andale Mono\", monospace; font-size:10pt }\n"
+ " .code { font-family: \"Monospace\", monospace; font-size:10pt }\n"
" .code { line-height: 1.2em }\n"
" .comment { color: green; font-style: oblique }\n"
" .keyword { color: blue }\n"
I am not even sure why Andale Mono is hardcoded. On Linux when I view the
output of scan-build it comes out horrible.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list