Lines Matching defs:line_height
2646 const float line_height = size;
2672 text_size.y += line_height;
2705 text_size.y += line_height;
2727 text_size.y += line_height;
2763 const float line_height = FontSize * scale;
2769 if (y + line_height < clip_rect.y && !word_wrap_enabled)
2770 while (y + line_height < clip_rect.y && s < text_end)
2774 y += line_height;
2787 y_end += line_height;
2819 y += line_height;
2850 y += line_height;