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/X11/fonts/bitmap.h | |
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/X11/fonts/bitmap.h')
-rw-r--r-- | include/X11/fonts/bitmap.h | 1 |
1 files changed, 0 insertions, 1 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, |