C# 클래스 PixelFarm.Drawing.Text.TextShapingService

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
GetGlyphPos ( ActualFont actualFont, char buffer, int startAt, int len, ProperGlyph properGlyphs ) : void
SetAsCurrentImplementation ( ) : void

보호된 메소드들

메소드 설명
GetGlyphPosImpl ( ActualFont actualFont, char buffer, int startAt, int len, ProperGlyph properGlyphs ) : void

메소드 상세

GetGlyphPos() 공개 정적인 메소드

public static GetGlyphPos ( ActualFont actualFont, char buffer, int startAt, int len, ProperGlyph properGlyphs ) : void
actualFont PixelFarm.Drawing.Fonts.ActualFont
buffer char
startAt int
len int
properGlyphs PixelFarm.Drawing.Fonts.ProperGlyph
리턴 void

GetGlyphPosImpl() 보호된 추상적인 메소드

protected abstract GetGlyphPosImpl ( ActualFont actualFont, char buffer, int startAt, int len, ProperGlyph properGlyphs ) : void
actualFont PixelFarm.Drawing.Fonts.ActualFont
buffer char
startAt int
len int
properGlyphs PixelFarm.Drawing.Fonts.ProperGlyph
리턴 void

SetAsCurrentImplementation() 공개 메소드

public SetAsCurrentImplementation ( ) : void
리턴 void