mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
RenderingHelpers: Implement GlyphCache in terms of LruCache
This commit is contained in:
parent
bc654f8007
commit
c40da067cd
5 changed files with 43 additions and 129 deletions
|
|
@ -35,11 +35,6 @@
|
|||
namespace juce
|
||||
{
|
||||
|
||||
struct GraphicsFontHelpers
|
||||
{
|
||||
static auto compareFont (const Font& a, const Font& b) { return Font::compare (a, b); }
|
||||
};
|
||||
|
||||
static auto operator< (const Font& a, const Font& b)
|
||||
{
|
||||
return GraphicsFontHelpers::compareFont (a, b);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue