diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-05-22 20:10:40 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-05-22 20:10:40 -0700 |
commit | 76ce8815598d849228d27a0593bb8af75502bf75 (patch) | |
tree | d617dc69316e9098e621a6e900437ca0f66c558c /fstobdf.h | |
parent | a115e4506842b51f4bf76b5afb9d2ded2dacd51d (diff) |
Move extern declarations to fstobdf.h
Diffstat (limited to 'fstobdf.h')
-rw-r--r-- | fstobdf.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,3 +36,5 @@ extern Bool EmitProperties ( FILE *outFile, FSXFontInfoHeader *fontHeader, extern Bool EmitCharacters ( FILE *outFile, FSServer *fontServer, FSXFontInfoHeader *fontHeader, Font fontID ); +extern unsigned long yResolution; /* intended vertical resoultion for font */ +extern unsigned long pointSize; /* font height in points */ |