mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 01:04:50 +01:00
Finish Removing snake_case from Drawing Methods
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
|
||||
MaxWidth = GfxWrapString(Buffer, width, paint.FontStyle, &LineCount);
|
||||
LineCount += 1;
|
||||
LineHeight = font_get_line_height(paint.FontStyle);
|
||||
LineHeight = FontGetLineHeight(paint.FontStyle);
|
||||
}
|
||||
|
||||
void Draw(rct_drawpixelinfo* dpi, const ScreenCoordsXY& coords)
|
||||
@@ -100,7 +100,7 @@ static void DrawText(
|
||||
break;
|
||||
}
|
||||
|
||||
TtfDrawString(dpi, text, paint.Colour, alignedCoords, noFormatting, paint.FontStyle, paint.Darkness);
|
||||
TTFDrawString(dpi, text, paint.Colour, alignedCoords, noFormatting, paint.FontStyle, paint.Darkness);
|
||||
|
||||
if (paint.UnderlineText == TextUnderline::On)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user