C# 클래스 Tsukikage.WindowsUtil.FontFileLoader.Win32Font

파일 보기 프로젝트 열기: ttsuki/ttsuki

공개 메소드들

메소드 설명
LoadFontFile ( string path ) : bool
LoadFontMem ( byte fontImage ) : IntPtr
UnloadFontFile ( string path ) : bool
UnloadFontMem ( IntPtr fontHandle ) : bool

비공개 메소드들

메소드 설명
AddFontMemResourceEx ( IntPtr pbFont, int cbFont, IntPtr pdv, int &pcFonts ) : IntPtr
AddFontResource ( string lpszFilename ) : int
BroadcastMessage ( int message, IntPtr wparam, IntPtr lparam ) : void
RemoveFontMemResourceEx ( IntPtr fh ) : int
RemoveFontResource ( string lpszFilename ) : int
SendMessageTimeout ( IntPtr hwnd, int msg, IntPtr wparam, IntPtr lparam, int fuFlags, int uTimeout, int &lpdwResult ) : IntPtr

메소드 상세

LoadFontFile() 공개 정적인 메소드

public static LoadFontFile ( string path ) : bool
path string
리턴 bool

LoadFontMem() 공개 정적인 메소드

public static LoadFontMem ( byte fontImage ) : IntPtr
fontImage byte
리턴 System.IntPtr

UnloadFontFile() 공개 정적인 메소드

public static UnloadFontFile ( string path ) : bool
path string
리턴 bool

UnloadFontMem() 공개 정적인 메소드

public static UnloadFontMem ( IntPtr fontHandle ) : bool
fontHandle System.IntPtr
리턴 bool