summaryrefslogtreecommitdiff
path: root/include/freetype/ftimage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/ftimage.h')
-rw-r--r--include/freetype/ftimage.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/freetype/ftimage.h b/include/freetype/ftimage.h
index e3cc68f6c..66a8b89aa 100644
--- a/include/freetype/ftimage.h
+++ b/include/freetype/ftimage.h
@@ -157,13 +157,6 @@ FT_BEGIN_HEADER
* in font files according to the OpenType specification. We haven't
* found a single font using this format, however.
*
- * FT_PIXEL_MODE_GRAY16 ::
- * A 16-bit per pixel bitmap used to represent signed distances in a
- * signed distance field bitmap as needed by @FT_RENDER_MODE_SDF.
- * Values are represented in a 6.10 fixed-point format; this means
- * that you have to divide by 1024 to get the actual data generated by
- * the SDF rasterizers.
- *
* FT_PIXEL_MODE_LCD ::
* An 8-bit bitmap, representing RGB or BGR decimated glyph images used
* for display on LCD displays; the bitmap is three times wider than
@@ -194,7 +187,6 @@ FT_BEGIN_HEADER
FT_PIXEL_MODE_LCD,
FT_PIXEL_MODE_LCD_V,
FT_PIXEL_MODE_BGRA,
- FT_PIXEL_MODE_GRAY16,
FT_PIXEL_MODE_MAX /* do not remove */