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