diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2024-11-14 19:35:45 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2024-11-14 19:35:45 +0100 |
commit | df5520aa2dae5b3ce7abf8733dcdd152898af163 (patch) | |
tree | 00d3047bfb14f682bfb5a21010c731ed649bfed7 /app/tools/halibut/paper.h | |
parent | df247efec654e512242e4f4f1b0212034f9e01fe (diff) | |
parent | ec3c0f6f6e7153fa797dc57a0e95779cbc63a23b (diff) |
Merge branch 'release/debian/1_5.3.0GA-1'debian/1_5.3.0GA-1
Diffstat (limited to 'app/tools/halibut/paper.h')
-rw-r--r-- | app/tools/halibut/paper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/tools/halibut/paper.h b/app/tools/halibut/paper.h index 29d6407..959accd 100644 --- a/app/tools/halibut/paper.h +++ b/app/tools/halibut/paper.h @@ -78,8 +78,6 @@ struct ligature_Tag { * metrics are read in. */ -font_info *all_fonts; - struct font_info_Tag { font_info *next; /* @@ -118,6 +116,8 @@ struct font_info_Tag { float italicangle; }; +extern font_info *all_fonts; + /* * This structure holds the information about how a font is used * in a document. |