summaryrefslogtreecommitdiff
path: root/paper.h
diff options
context:
space:
mode:
authorBen Harris <bjh21@bjh21.me.uk>2007-01-07 11:48:58 +0000
committerBen Harris <bjh21@bjh21.me.uk>2007-01-07 11:48:58 +0000
commit2a37bd613db88aeb4f35373d88e38fea7f71b2a8 (patch)
tree481c46766c50281ecfef3fddcb7851f83af33bd5 /paper.h
parentfc100d7c4c2202f70b9550f6c00ceb0a40ba7c09 (diff)
downloadhalibut-2a37bd613db88aeb4f35373d88e38fea7f71b2a8.zip
halibut-2a37bd613db88aeb4f35373d88e38fea7f71b2a8.tar.gz
halibut-2a37bd613db88aeb4f35373d88e38fea7f71b2a8.tar.bz2
halibut-2a37bd613db88aeb4f35373d88e38fea7f71b2a8.tar.xz
Add a mechanism for disabling ligature substitution for an entire paragraph
and apply it to code paragraphs. [originally from svn r7069]
Diffstat (limited to 'paper.h')
-rw-r--r--paper.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/paper.h b/paper.h
index 1a6f9f1..a15cbc7 100644
--- a/paper.h
+++ b/paper.h
@@ -225,6 +225,11 @@ struct para_data_Tag {
JUST, LEFT, RIGHT
} justification;
/*
+ * Sometimes (in code paragraphs) we want to override the flags
+ * passed to render_string().
+ */
+ unsigned extraflags;
+ /*
* For constructing the page outline.
*/
int outline_level; /* 0=title 1=C 2=H 3=S 4=S2... */