- arc
void arc(float cx, float cy, float r, float a0, float a1, Winding d)
Undocumented in source. Be warned that the author may not have intended to support it.
- arcTo
void arcTo(float x1, float y1, float x2, float y2, float rad)
Undocumented in source. Be warned that the author may not have intended to support it.
- beginFrame
auto beginFrame(int w, int h, float aspect)
Undocumented in source. Be warned that the author may not have intended to support it.
- beginPath
void beginPath()
Undocumented in source. Be warned that the author may not have intended to support it.
- bezierTo
void bezierTo(float c1x, float c1y, float c2x, float c2y, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
- circle
void circle(float cx, float cy, float r)
Undocumented in source. Be warned that the author may not have intended to support it.
- closePath
void closePath()
Undocumented in source. Be warned that the author may not have intended to support it.
- createBoxGradientPaint
auto createBoxGradientPaint(float x, float y, float w, float h, float r, float f, NVGcolor icol, NVGcolor ocol)
Undocumented in source. Be warned that the author may not have intended to support it.
- createFont
Font createFont(string name, string fileName)
Undocumented in source. Be warned that the author may not have intended to support it.
- createFontMem
Font createFontMem(string name, byte[] data, int freeData)
Undocumented in source. Be warned that the author may not have intended to support it.
- createImage
Texture createImage(string filePath, ImageFlags imageFlags)
Undocumented in source. Be warned that the author may not have intended to support it.
- createImageMem
Texture createImageMem(ImageFlags imageFlags, byte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- createImagePattern
auto createImagePattern(float ox, float oy, float ex, float ey, float angle, Texture image, float alpha)
Undocumented in source.
- createImageRGBA
Texture createImageRGBA(int w, int h, ImageFlags imageFlags, const(byte[]) data)
Undocumented in source. Be warned that the author may not have intended to support it.
- createLinearGradientPaint
auto createLinearGradientPaint(float sx, float sy, float ex, float ey, NVGcolor col1, NVGcolor col2)
Undocumented in source. Be warned that the author may not have intended to support it.
- createRadialGradientPaint
auto createRadialGradientPaint(float cx, float cy, float ir, float or, NVGcolor icol, NVGcolor ocol)
Undocumented in source. Be warned that the author may not have intended to support it.
- ellipse
void ellipse(float cx, float cy, float rx, float ry)
Undocumented in source. Be warned that the author may not have intended to support it.
- endFrame
auto endFrame()
Undocumented in source. Be warned that the author may not have intended to support it.
- fill
void fill()
Undocumented in source. Be warned that the author may not have intended to support it.
- findFont
Font findFont(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- lineTo
void lineTo(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
- moveTo
void moveTo(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
- quadTo
void quadTo(float cx, float cy, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
- rect
void rect(float x, float y, float w, float h)
Undocumented in source. Be warned that the author may not have intended to support it.
- reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
- resetScissor
void resetScissor()
Undocumented in source. Be warned that the author may not have intended to support it.
- resetTransform
void resetTransform()
Undocumented in source. Be warned that the author may not have intended to support it.
- restore
void restore()
Undocumented in source. Be warned that the author may not have intended to support it.
- rotate
auto rotate(float angle)
Undocumented in source. Be warned that the author may not have intended to support it.
- roundedRect
void roundedRect(float x, float y, float w, float h, float r)
Undocumented in source. Be warned that the author may not have intended to support it.
- save
void save()
Undocumented in source. Be warned that the author may not have intended to support it.
- scale
auto scale(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
- skewX
auto skewX(float angle)
Undocumented in source. Be warned that the author may not have intended to support it.
- skewY
auto skewY(float angle)
Undocumented in source. Be warned that the author may not have intended to support it.
- stroke
void stroke()
Undocumented in source. Be warned that the author may not have intended to support it.
- text
auto text(float x, float y, string str, string end)
Undocumented in source. Be warned that the author may not have intended to support it.
- textBounds
auto textBounds(float x, float y, string str, string end, float[4] bounds)
Undocumented in source. Be warned that the author may not have intended to support it.
- textBox
void textBox(float x, float y, float breakRowWidth, string str, string end)
Undocumented in source. Be warned that the author may not have intended to support it.
- textBoxBounds
void textBoxBounds(float x, float y, float breakRowWidth, string str, string end, float[4] bounds)
Undocumented in source. Be warned that the author may not have intended to support it.
- textBreakLines
auto textBreakLines(string str, string end, float breakRowWidth, TextRow[] rows)
Undocumented in source. Be warned that the author may not have intended to support it.
- textGlyphPositions
auto textGlyphPositions(float x, float y, string str, string end, GlyphPosition[] positions)
Undocumented in source. Be warned that the author may not have intended to support it.
- textMetrics
void textMetrics(float ascender, float descender, float lineheight)
Undocumented in source. Be warned that the author may not have intended to support it.
- translate
auto translate(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
- fillColor
NVGcolor fillColor [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- fillPaint
NVGpaint fillPaint [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- fontBlur
float fontBlur [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- fontFace
Font fontFace [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- fontFace
string fontFace [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- fontSize
float fontSize [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- globalAlpha
float globalAlpha [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- intersectScissor
Tuple!(float, float, float, float) intersectScissor [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- lineCap
LineCap lineCap [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- lineJoin
int lineJoin [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- miterLimit
float miterLimit [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- pathWinding
Winding pathWinding [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- scissor
Tuple!(float, float, float, float) scissor [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- strokeColor
NVGcolor strokeColor [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- strokePaint
NVGpaint strokePaint [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- strokeWidth
float strokeWidth [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- textAlign
TextAlign textAlign [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- textLetterSpacing
float textLetterSpacing [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- textLineHeight
float textLineHeight [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- transform
Matrix3x2 transform [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- transform
auto transform [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.