C# Класс PdfSharp.Fonts.TrueType.FontDescriptorStock

Global table of TrueType fontdescriptor objects.
Показать файл Открыть проект

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

Метод Описание
CreateDescriptor ( PdfSharp.Drawing.XFont font ) : FontDescriptor

Gets the FontDescriptor identified by the specified FontSelector. If no such objects exists, a new FontDescriptor is created and added to the stock.

CreateDescriptor ( PdfSharp.Drawing.XFontFamily family, XFontStyle style ) : FontDescriptor

Gets the FontDescriptor identified by the specified FontSelector. If no such objects exists, a new FontDescriptor is created and added to the stock.

CreateDescriptor ( string idName, byte fontData ) : FontDescriptor
FindDescriptor ( PdfSharp.Fonts.TrueType.FontSelector selector ) : FontDescriptor

Gets the FontDescriptor identified by the specified FontSelector. Returns null if no such objects exists.

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

Метод Описание
FontDescriptorStock ( ) : System

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

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

Gets the FontDescriptor identified by the specified FontSelector. If no such objects exists, a new FontDescriptor is created and added to the stock.
public CreateDescriptor ( PdfSharp.Drawing.XFont font ) : FontDescriptor
font PdfSharp.Drawing.XFont
Результат FontDescriptor

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

Gets the FontDescriptor identified by the specified FontSelector. If no such objects exists, a new FontDescriptor is created and added to the stock.
public CreateDescriptor ( PdfSharp.Drawing.XFontFamily family, XFontStyle style ) : FontDescriptor
family PdfSharp.Drawing.XFontFamily
style XFontStyle
Результат FontDescriptor

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

public CreateDescriptor ( string idName, byte fontData ) : FontDescriptor
idName string
fontData byte
Результат FontDescriptor

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

Gets the FontDescriptor identified by the specified FontSelector. Returns null if no such objects exists.
public FindDescriptor ( PdfSharp.Fonts.TrueType.FontSelector selector ) : FontDescriptor
selector PdfSharp.Fonts.TrueType.FontSelector
Результат FontDescriptor