C# 클래스 Flood.GUI.GlyphManager.GlyphId

파일 보기 프로젝트 열기: FloodProject/flood

공개 프로퍼티들

프로퍼티 타입 설명
Codepoint int
FontName string
Size int

공개 메소드들

메소드 설명
GlyphId ( Font font, int codepoint ) : System

메소드 상세

GlyphId() 공개 메소드

public GlyphId ( Font font, int codepoint ) : System
font Font
codepoint int
리턴 System

프로퍼티 상세

Codepoint 공개적으로 프로퍼티

public int Codepoint
리턴 int

FontName 공개적으로 프로퍼티

public string FontName
리턴 string

Size 공개적으로 프로퍼티

public int Size
리턴 int