C# 클래스 Alsing.Globalization.IMEWindow

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
IMEWindow ( IntPtr hWnd, string fontname, float fontsize ) : System
SetFont ( Font font ) : void
SetFont ( string fontname, float fontsize ) : void

메소드 상세

IMEWindow() 공개 메소드

public IMEWindow ( IntPtr hWnd, string fontname, float fontsize ) : System
hWnd IntPtr
fontname string
fontsize float
리턴 System

SetFont() 공개 메소드

public SetFont ( Font font ) : void
font Font
리턴 void

SetFont() 공개 메소드

public SetFont ( string fontname, float fontsize ) : void
fontname string
fontsize float
리턴 void