C# 클래스 PixelFarm.Drawing.Fonts.CharAndGlyphMap

파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 프로퍼티들

프로퍼티 타입 설명
charcode char
glyphIndex uint

공개 메소드들

메소드 설명
CharAndGlyphMap ( uint glyphIndex, char charcode ) : System
ToString ( ) : string

메소드 상세

CharAndGlyphMap() 공개 메소드

public CharAndGlyphMap ( uint glyphIndex, char charcode ) : System
glyphIndex uint
charcode char
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

charcode 공개적으로 프로퍼티

public char charcode
리턴 char

glyphIndex 공개적으로 프로퍼티

public uint glyphIndex
리턴 uint