ID2D1SvgGlyphStyle interface (d2d1_3.h)
This object supplies the values for context-fill, context-stroke, and context-value that are used when rendering SVG glyphs.
Inheritance
The ID2D1SvgGlyphStyle interface inherits from ID2D1Resource. ID2D1SvgGlyphStyle also has these types of members:
Methods
The ID2D1SvgGlyphStyle interface has these methods.
ID2D1SvgGlyphStyle::GetFill Returns the requested fill parameters. |
ID2D1SvgGlyphStyle::GetStroke Returns the requested stroke parameters. |
ID2D1SvgGlyphStyle::GetStrokeDashesCount Returns the number of dashes in the dash array. |
ID2D1SvgGlyphStyle::SetFill Provides values to an SVG glyph for fill. |
ID2D1SvgGlyphStyle::SetStroke Provides values to an SVG glyph for stroke properties. The brush with opacity set to 1 is used as the 'context-stroke'. The opacity of the brush is used as the 'context-stroke-opacity' value. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d2d1_3.h |