Index: xfa/fgas/font/fgas_stdfontmgr.h |
diff --git a/xfa/fgas/font/fgas_stdfontmgr.h b/xfa/fgas/font/fgas_stdfontmgr.h |
index e66dd3131a042623d8ae65b78bab8012e3eae897..268c61f6ead2edc2e40fc0074dd543c3755a1269 100644 |
--- a/xfa/fgas/font/fgas_stdfontmgr.h |
+++ b/xfa/fgas/font/fgas_stdfontmgr.h |
@@ -149,8 +149,6 @@ typedef CFX_MapPtrTemplate<uint32_t, CFX_FontDescriptorInfos*> |
typedef CFX_MapPtrTemplate<uint32_t, CFX_ArrayTemplate<IFX_Font*>*> |
Tom Sepez
2016/05/19 16:20:53
once
|
CFX_HashFontsMap; |
typedef CFX_MapPtrTemplate<FX_WCHAR, IFX_Font*> CFX_UnicodeFontMap; |
Tom Sepez
2016/05/19 16:20:53
1.
|
-typedef CFX_MapPtrTemplate<IFX_FileAccess*, CFX_ArrayTemplate<IFX_Font*>*> |
- CFX_FileFontMap; |
typedef CFX_MapPtrTemplate<IFX_Font*, IFX_FileRead*> CFX_FonStreamtMap; |
Tom Sepez
2016/05/19 16:20:53
yup.
|
class CFX_FontMgrImp : public IFX_FontMgr { |