1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00

OpenGL renderer optimisations.

This commit is contained in:
jules 2011-12-22 18:32:34 +00:00
parent 43d9a4eb16
commit c38916b675
13 changed files with 136 additions and 185 deletions

View file

@ -530,7 +530,7 @@ void LowLevelGraphicsPostScriptRenderer::setFont (const Font& newFont)
stateStack.getLast()->font = newFont;
}
Font LowLevelGraphicsPostScriptRenderer::getFont()
const Font& LowLevelGraphicsPostScriptRenderer::getFont()
{
return stateStack.getLast()->font;
}