C# Класс Sharpex2D.Rendering.DirectX10.DirectXFont

Наследование: IFont
Показать файл Открыть проект

Открытые методы

Метод Описание
DirectXFont ( Typeface typeface ) : Sharpex2D.Content.Pipeline

Initializes a new DirectXFont.

GetFont ( ) : TextFormat

Gets the Font.

Приватные методы

Метод Описание
GetFontStyleFromTypeface ( ) : FontStyle

Converts the Typeface style into a FontStyle.

GetWeightFromTypeface ( ) : FontWeight

Converts the Typeface style into a FontWeight.

Описание методов

DirectXFont() публичный Метод

Initializes a new DirectXFont.
public DirectXFont ( Typeface typeface ) : Sharpex2D.Content.Pipeline
typeface Typeface The Typeface
Результат Sharpex2D.Content.Pipeline

GetFont() публичный Метод

Gets the Font.
public GetFont ( ) : TextFormat
Результат TextFormat