summaryrefslogtreecommitdiff
path: root/core/include
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-08-13 17:38:23 -0700
committerTom Sepez <tsepez@chromium.org>2015-08-13 17:38:23 -0700
commitdbf5f4cc33561223587d2535bbdeefae330fecfe (patch)
tree0920790488ae2bb983360d39bb14b58e1899e83d /core/include
parentb0b1a8bd45ed72e4fd22f5f0a394b7897ae573c7 (diff)
downloadpdfium-dbf5f4cc33561223587d2535bbdeefae330fecfe.tar.xz
OutputText() is dead code.
R=thestig@chromium.org Review URL: https://codereview.chromium.org/1291213003 .
Diffstat (limited to 'core/include')
-rw-r--r--core/include/fxge/fx_font.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/core/include/fxge/fx_font.h b/core/include/fxge/fx_font.h
index 5cd16207e6..50cbba8e26 100644
--- a/core/include/fxge/fx_font.h
+++ b/core/include/fxge/fx_font.h
@@ -431,22 +431,6 @@ FX_RECT FXGE_GetGlyphsBBox(FXTEXT_GLYPHPOS* pGlyphAndPos,
int anti_alias,
FX_FLOAT retinaScaleX = 1.0f,
FX_FLOAT retinaScaleY = 1.0f);
-FX_BOOL OutputGlyph(void* dib,
- int x,
- int y,
- CFX_Font* pFont,
- double font_size,
- CFX_AffineMatrix* pMatrix,
- unsigned long glyph_index,
- unsigned long argb);
-FX_BOOL OutputText(void* dib,
- int x,
- int y,
- CFX_Font* pFont,
- double font_size,
- CFX_AffineMatrix* pText_matrix,
- unsigned short const* text,
- unsigned long argb);
class IFX_GSUBTable {
public:
static IFX_GSUBTable* Create(CFX_Font* pFont);