diff options
author | Adam Jackson <ajax@redhat.com> | 2008-09-27 01:30:13 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-01-20 23:00:05 -0500 |
commit | 632a2e90a4b209facc84d7a18873f19a720ea7df (patch) | |
tree | ce0021d080c121d5ae11fc403999fc555d010222 /include | |
parent | e1927f80deabe0268dc18b4a9f3ceda1325171f5 (diff) |
Remove PMF support.
.pmf files are printer font metrics; they have no glyphs, just boxes for
layout. They can't possibly be useful in a post-Xprint world.
Diffstat (limited to 'include')
-rw-r--r-- | include/X11/fonts/bitmap.h | 1 | ||||
-rw-r--r-- | include/X11/fonts/pcf.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/X11/fonts/bitmap.h b/include/X11/fonts/bitmap.h index fb4f76e..9b170a9 100644 --- a/include/X11/fonts/bitmap.h +++ b/include/X11/fonts/bitmap.h @@ -90,7 +90,6 @@ extern Bool bitmapAddInkMetrics ( FontPtr pFont ); extern int bitmapComputeWeight ( FontPtr pFont ); extern void BitmapRegisterFontFileFunctions ( void ); -extern int BitmapGetRenderIndex ( FontRendererPtr renderer ); extern int BitmapOpenScalable ( FontPathElementPtr fpe, FontPtr *pFont, int flags, FontEntryPtr entry, char *fileName, diff --git a/include/X11/fonts/pcf.h b/include/X11/fonts/pcf.h index 673e184..34bdf7b 100644 --- a/include/X11/fonts/pcf.h +++ b/include/X11/fonts/pcf.h @@ -94,8 +94,6 @@ typedef struct _PCFTable { extern int pcfReadFont ( FontPtr pFont, FontFilePtr file, int bit, int byte, int glyph, int scan ); extern int pcfReadFontInfo ( FontInfoPtr pFontInfo, FontFilePtr file ); -extern int pmfReadFont ( FontPtr pFont, FontFilePtr file, - int bit, int byte, int glyph, int scan ); extern int pcfWriteFont ( FontPtr pFont, FontFilePtr file ); extern void pcfError ( const char *, ... ); |