Table of Contents

Method GetTextStyle

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

GetTextStyle(TTextStyleType)

Finds stored text style object accordingly to the specified type or creates a new one if necessary.

public PainterResources<TBrushType, TPenType, TImageType, TImageListType, TTextStyleType>.TextStyle GetTextStyle(TTextStyleType type)

Parameters

type TTextStyleType

Type of text style to probe.

Returns

PainterResources<TBrushType, TPenType, TImageType, TImageListType, TTextStyleType>.TextStyle

Stored text style object.