summaryrefslogtreecommitdiff
path: root/src/ui/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/text.h')
-rw-r--r--src/ui/text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/text.h b/src/ui/text.h
index f76c8125..af69795a 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -148,6 +148,7 @@ void setContentFontSize_Text (iText *, float fontSizeFactor); /* affects all
148void resetFonts_Text (iText *); 148void resetFonts_Text (iText *);
149 149
150int lineHeight_Text (int fontId); 150int lineHeight_Text (int fontId);
151float emRatio_Text (int fontId); /* em advance to line height ratio */
151iRect visualBounds_Text (int fontId, iRangecc text); 152iRect visualBounds_Text (int fontId, iRangecc text);
152 153
153iDeclareType(TextMetrics) 154iDeclareType(TextMetrics)