C# 클래스 PdfSharp.Fonts.TrueType.FontDescriptorStock

Global table of TrueType fontdescriptor objects.
파일 보기 프로젝트 열기: GNOME/pdfmod

공개 메소드들

메소드 설명
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