GraceFt v2.3
开源图形引擎 EGE(Easy Graphics Engine) 的高层封装库
 
载入中...
搜索中...
未找到
GFt::Graphics 成员列表

成员的完整列表,这些成员属于 GFt::Graphics,包括所有继承而来的类成员

bindBrushSet(BrushSet *brushSet)GFt::Graphics
bindPenSet(PenSet *penSet)GFt::Graphics
bindTextSet(TextSet *textSet)GFt::Graphics
clear()GFt::Graphics
drawAlphaImage(const PixelMap &pixelMap, const fPoint &dest, const fRect &src)GFt::Graphics
drawAlphaImage(const PixelMap &pixelMap, const fRect &dest, const fRect &src, bool smooth=false)GFt::Graphics
drawArc(const fRect &rect, float startAngle, float sweepAngle)GFt::Graphics
drawBezier(const fBezier &curve)GFt::Graphics
drawCircle(const fCircle &circle)GFt::Graphics
drawEllipse(const fEllipse &ellipse)GFt::Graphics
drawFillCircle(const fCircle &circle)GFt::Graphics
drawFillEllipse(const fEllipse &rect)GFt::Graphics
drawFillFitCurve(const fFitCurve &curve)GFt::Graphics
drawFillPath(const Path &path, const fPoint &pos=fPoint())GFt::Graphics
drawFillPie(const fRect &rect, float startAngle, float sweepAngle)GFt::Graphics
drawFillPolygon(const fPolygon &polygon)GFt::Graphics
drawFillRect(const fRect &rect)GFt::Graphics
drawFillRoundRect(const fRoundRect &rect)GFt::Graphics
drawFitCurve(const fFitCurve &curve)GFt::Graphics
drawImage(const fPoint &pos, const PixelMap &pixelMap)GFt::Graphics
drawImage(const fRect &dest, const fRect &src, const PixelMap &pixelMap)GFt::Graphics
drawLine(const fLine &line)GFt::Graphics
drawPath(const Path &path, const fPoint &pos=fPoint())GFt::Graphics
drawPie(const fRect &rect, float startAngle, float sweepAngle)GFt::Graphics
drawPolygon(const fPolygon &polygon)GFt::Graphics
drawRect(const fRect &rect)GFt::Graphics
drawRoundRect(const fRoundRect &rect)GFt::Graphics
drawText(const std::wstring &text, const fPoint &pos, const std::vector< std::wstring > &fonts={}, bool show=true)GFt::Graphics
drawText(const std::wstring &text, const fRect &rect, int flags=TextAlign::Left|TextAlign::Top, const std::vector< std::wstring > &fonts={})GFt::Graphics
getTarget() constGFt::Graphics
getTransform() constGFt::Graphics
Graphics()GFt::Graphics
Graphics(Graphics &&other)GFt::Graphics
operator=(Graphics &&other)GFt::Graphics
reset()GFt::Graphics
resetTransform()GFt::Graphics
setAntiAliasing(bool enable)GFt::Graphics
setBackgroundColor(const Color &color)GFt::Graphics
setTarget(PixelMap *target)GFt::Graphics
setTransform(const fMat3x3 &matrix)GFt::Graphics
textHeight(wchar_t c, const std::vector< std::wstring > &fonts={})GFt::Graphics
textHeight(const std::wstring &text, const std::vector< std::wstring > &fonts={})GFt::Graphics
textWidth(wchar_t c, const std::vector< std::wstring > &fonts={})GFt::Graphics
textWidth(const std::wstring &text, const std::vector< std::wstring > &fonts={})GFt::Graphics
~Graphics()GFt::Graphics