File diff r24899:e3ddcc7e16c9 → r24900:959a621b6aa9
src/fontcache_internal.h
Show inline comments
 
@@ -71,9 +71,7 @@ public:
 
	void ClearFontCache() override;
 
	uint GetGlyphWidth(GlyphID key) override;
 
	bool GetDrawGlyphShadow() override;
 
	bool IsBuiltInFont() override { return false; }
 
};
 

	
 
void *AllocateFont(size_t size);
 

	
 
#endif /* FONTCACHE_INTERNAL_H */