diff options
Diffstat (limited to 'src/ui/text.h')
-rw-r--r-- | src/ui/text.h | 1 |
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 | |||
148 | void resetFonts_Text (iText *); | 148 | void resetFonts_Text (iText *); |
149 | 149 | ||
150 | int lineHeight_Text (int fontId); | 150 | int lineHeight_Text (int fontId); |
151 | float emRatio_Text (int fontId); /* em advance to line height ratio */ | ||
151 | iRect visualBounds_Text (int fontId, iRangecc text); | 152 | iRect visualBounds_Text (int fontId, iRangecc text); |
152 | 153 | ||
153 | iDeclareType(TextMetrics) | 154 | iDeclareType(TextMetrics) |