You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Hello3D/UIcode/GuiLite.h
+55-54Lines changed: 55 additions & 54 deletions
Original file line number
Diff line number
Diff line change
@@ -828,6 +828,60 @@ class c_font_operator
828
828
virtualvoiddraw_value(c_surface* surface, int z_order, int value, int dot_position, int x, int y, constvoid* font, unsignedint font_color, unsignedint bg_color) = 0;
829
829
virtualvoiddraw_value_in_rect(c_surface* surface, int z_order, int value, int dot_position, c_rect rect, constvoid* font, unsignedint font_color, unsignedint bg_color, unsignedint align_type = ALIGN_LEFT) = 0;
0 commit comments