Update README.md
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 2m46s
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 2m46s
Added extended J2D member functions. (TODO: Document new usability of J2D contexts)
This commit is contained in:
11
README.md
11
README.md
@@ -19,12 +19,17 @@ Yet Another C++ Rendering Toolkit
|
|||||||
|
|
||||||
### J2D
|
### J2D
|
||||||
* DrawPoint
|
* DrawPoint
|
||||||
* DrawLine / DrawGradientLine
|
* DrawLine / DrawGradientLine / DrawDottedLine / DrawDashedLine / DrawLines
|
||||||
* DrawSprite / DrawPartialSprite
|
* DrawSprite / DrawPartialSprite
|
||||||
* OutlineRect / FillRect / FillGradientRect / FillRoundedRect
|
* DrawRenderTarget / DrawPartialRenderTarget
|
||||||
|
* OutlineRect / OutlineRoundedRect / OutlineChamferRect
|
||||||
|
* FillRect / FillGradientRect / FillRoundedRect / FillChamferRect
|
||||||
* OutlineCircle / FillCircle
|
* OutlineCircle / FillCircle
|
||||||
* OutlineTriangle / FillTriangle
|
* OutlineTriangle / FillTriangle / FillGradientTriangle
|
||||||
* DrawString
|
* DrawString
|
||||||
|
* DrawCubicBezierCurve
|
||||||
|
* DrawArc
|
||||||
|
* OutlineEllipse / FillEllipse
|
||||||
|
|
||||||
### J3D
|
### J3D
|
||||||
* DrawLine
|
* DrawLine
|
||||||
|
Reference in New Issue
Block a user