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:
parent
43d9a4eb16
commit
c38916b675
13 changed files with 136 additions and 185 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue