C# 클래스 SharpFont.HarfBuzz.Buffer

파일 보기 프로젝트 열기: Robmaister/SharpFont.HarfBuzz 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddText ( string str ) : void
Buffer ( ) : System
GlyphInfo ( ) : SharpFont.HarfBuzz.GlyphInfo[]
GlyphPositions ( ) : SharpFont.HarfBuzz.GlyphPosition[]

메소드 상세

AddText() 공개 메소드

public AddText ( string str ) : void
str string
리턴 void

Buffer() 공개 메소드

public Buffer ( ) : System
리턴 System

GlyphInfo() 공개 메소드

public GlyphInfo ( ) : SharpFont.HarfBuzz.GlyphInfo[]
리턴 SharpFont.HarfBuzz.GlyphInfo[]

GlyphPositions() 공개 메소드

public GlyphPositions ( ) : SharpFont.HarfBuzz.GlyphPosition[]
리턴 SharpFont.HarfBuzz.GlyphPosition[]