webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
WebCore::TextPaintStyle Struct Reference

#include <TextPaintStyle.h>

Public Member Functions

 TextPaintStyle ()
 
 TextPaintStyle (const Color &)
 

Public Attributes

Color fillColor
 
Color strokeColor
 
Color emphasisMarkColor
 
float strokeWidth { 0 }
 
PaintOrder paintOrder { PaintOrder::Normal }
 
LineJoin lineJoin { MiterJoin }
 
LineCap lineCap { ButtCap }
 

Constructor & Destructor Documentation

◆ TextPaintStyle() [1/2]

WebCore::TextPaintStyle::TextPaintStyle ( )
inline

◆ TextPaintStyle() [2/2]

WebCore::TextPaintStyle::TextPaintStyle ( const Color color)

Member Data Documentation

◆ emphasisMarkColor

Color WebCore::TextPaintStyle::emphasisMarkColor

◆ fillColor

Color WebCore::TextPaintStyle::fillColor

◆ lineCap

LineCap WebCore::TextPaintStyle::lineCap { ButtCap }

◆ lineJoin

LineJoin WebCore::TextPaintStyle::lineJoin { MiterJoin }

◆ paintOrder

PaintOrder WebCore::TextPaintStyle::paintOrder { PaintOrder::Normal }

◆ strokeColor

Color WebCore::TextPaintStyle::strokeColor

◆ strokeWidth

float WebCore::TextPaintStyle::strokeWidth { 0 }

The documentation for this struct was generated from the following files: