Searched refs:getGlyphHeight (Results 1 – 2 of 2) sorted by relevance
107 float getGlyphHeight() const;110 float getScaledGlyphHeight() const { return getGlyphHeight() * mScale; } in getScaledGlyphHeight()
78 float TextRenderer::getGlyphHeight() const { in getGlyphHeight() function in TextRenderer144 setScale(tallest / (linesPerScreen * getGlyphHeight())); in setProportionalScale()