-
Notifications
You must be signed in to change notification settings - Fork 17
CapsAdmin edited this page Dec 9, 2017
·
3 revisions
##shared
- gfx.CreateGif(path)
- gfx.CreateMarkup(str, skip_invalidate)
- gfx.CreateParticleEmitter(max)
- gfx.CreatePolygon2D(vertex_count, map)
- gfx.CreatePolygon3D()
- gfx.CreateQuadricBezierCurve(count)
- gfx.DotLimitText(text, w, font)
- gfx.DrawCircle(x, y, radius, width, resolution)
- gfx.DrawFilledCircle(x, y, sx, sy)
- gfx.DrawLine(x1, y1, x2, y2, w, skip_tex, ox, oy)
- gfx.DrawNinePatch(x, y, w, h, patch_size_w, patch_size_h, corner_size, u_offset, v_offset, uv_scale)
- gfx.DrawRect(x, y, w, h, tex, r, g, b, a)
- gfx.DrawRoundedRect(x, y, w, h, amt)
- gfx.DrawText(str, x, y, w)
- gfx.GetDefaultFont()
- gfx.GetFont()
- gfx.GetMousePosition()
- gfx.GetMouseVel()
- gfx.GetTextPosition()
- gfx.GetTextSize(str, font)
- gfx.Initialize()
- gfx.InvalidateFontSizeCache(font)
- gfx.SetFont(font)
- gfx.SetTextPosition(x, y)
- gfx.WrapString(str, max_width, font)