ID2D1SvgGlyphStyle interface

This object supplies the values for context-fill, context-stroke, and context-value that are used when rendering SVG glyphs.

Members

The ID2D1SvgGlyphStyle interface inherits from ID2D1Resource. ID2D1SvgGlyphStyle also has these types of members:

Methods

The ID2D1SvgGlyphStyle interface has these methods.

MethodDescription
GetFill

Returns the requested fill parameters.

GetStroke

Returns the requested stroke parameters.

GetStrokeDashesCount

Returns the number of dashes in the dash array.

SetFill

Provides values to an SVG glyph for fill.

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

Header

D2d1_3.h

DLL

D2d1.dll

 

 

Show: