From eae3c794fa37995aa8d24255af5068d564a4974c Mon Sep 17 00:00:00 2001 From: josh Date: Tue, 4 Feb 2025 15:51:52 -0500 Subject: [PATCH] Update README.md Added extended J2D member functions. (TODO: Document new usability of J2D contexts) --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af8d86a..6b25030 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,17 @@ Yet Another C++ Rendering Toolkit ### J2D * DrawPoint -* DrawLine / DrawGradientLine +* DrawLine / DrawGradientLine / DrawDottedLine / DrawDashedLine / DrawLines * DrawSprite / DrawPartialSprite -* OutlineRect / FillRect / FillGradientRect / FillRoundedRect +* DrawRenderTarget / DrawPartialRenderTarget +* OutlineRect / OutlineRoundedRect / OutlineChamferRect +* FillRect / FillGradientRect / FillRoundedRect / FillChamferRect * OutlineCircle / FillCircle -* OutlineTriangle / FillTriangle +* OutlineTriangle / FillTriangle / FillGradientTriangle * DrawString +* DrawCubicBezierCurve +* DrawArc +* OutlineEllipse / FillEllipse ### J3D * DrawLine