StyleSet::OverrideFontWorker Method (StyleSetResourceId^, StyleSetResourceId^, FontSettings^)

 

Overrides the specified Font in the StyleSet.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
virtual void OverrideFontWorker(
	StyleSetResourceId^ fontId,
	StyleSetResourceId^ baseFontId,
	FontSettings^ fontSettings
)

Parameters

fontId
Type: Microsoft.VisualStudio.Modeling.Diagrams::StyleSetResourceId^

The new fontId for the resource to put into this StyleSet.

baseFontId
Type: Microsoft.VisualStudio.Modeling.Diagrams::StyleSetResourceId^

The base fontId for the resource in the parent StyleSet.

fontSettings
Type: Microsoft.VisualStudio.Modeling.Diagrams::FontSettings^

FontSettings for what is allowed to override.

Return to top
Show: