use of true type font for modifiers and type in fields

This commit is contained in:
stfm
2015-03-11 01:35:11 +01:00
parent 73db4f87e7
commit d1ac0bcc2f

View File

@@ -1381,6 +1381,7 @@ public class TeXDoclet extends Doclet {
+ refName(makeRefKey(f.qualifiedName())) + "}{");
}
}
os.print(TRUETYPE);
if (!cd.isInterface()) {
os.print(HTMLtoLaTeXBackEnd.fixText(f.modifiers()) + " ");
}
@@ -1392,6 +1393,8 @@ public class TeXDoclet extends Doclet {
if (labels && hyperref) {
os.println("}");
}
// TRUETYPE ends
os.println("}");
if (f.inlineTags().length > 0 || f.seeTags().length > 0) {
os.println("\\begin{itemize}");