diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-08-13 17:49:51 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-08-13 17:49:51 -0700 |
commit | 97108cb8cd9318be6cdf62cba7447a373910f349 (patch) | |
tree | e7e2db2a7ef07243c65b3c9c8fdfdd4ce4b0beb1 /core/include | |
parent | 371c87f65f2545ac329ca2f8db9c1f964babf1aa (diff) | |
download | pdfium-97108cb8cd9318be6cdf62cba7447a373910f349.tar.xz |
Merge to XFA: OutputText() is dead code.
(cherry picked from commit dbf5f4cc33561223587d2535bbdeefae330fecfe)
Original Review URL: https://codereview.chromium.org/1291213003 .
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/1287263003 .
Diffstat (limited to 'core/include')
-rw-r--r-- | core/include/fxge/fx_font.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/core/include/fxge/fx_font.h b/core/include/fxge/fx_font.h index cbc888515f..835a018112 100644 --- a/core/include/fxge/fx_font.h +++ b/core/include/fxge/fx_font.h @@ -485,22 +485,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); |