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

Represents an indirect reference to an existing font table in a font image. Used to create binary copies of an existing font table that is not modified.
상속: TrueTypeFontTable
파일 보기 프로젝트 열기: GNOME/pdfmod 1 사용 예제들

공개 메소드들

메소드 설명
IRefFontTable ( FontData fontData, TrueTypeFontTable fontTable ) : System
PrepareForCompilation ( ) : void

Prepares the font table to be compiled into its binary representation.

Write ( TrueTypeFontWriter writer ) : void

Converts the font into its binary representation.

메소드 상세

IRefFontTable() 공개 메소드

public IRefFontTable ( FontData fontData, TrueTypeFontTable fontTable ) : System
fontData FontData
fontTable TrueTypeFontTable
리턴 System

PrepareForCompilation() 공개 메소드

Prepares the font table to be compiled into its binary representation.
public PrepareForCompilation ( ) : void
리턴 void

Write() 공개 메소드

Converts the font into its binary representation.
public Write ( TrueTypeFontWriter writer ) : void
writer TrueTypeFontWriter
리턴 void