C# Class Tsukikage.WindowsUtil.FontFileLoader.Win32Font

Afficher le fichier Open project: ttsuki/ttsuki

Méthodes publiques

Méthode Description
LoadFontFile ( string path ) : bool
LoadFontMem ( byte fontImage ) : IntPtr
UnloadFontFile ( string path ) : bool
UnloadFontMem ( IntPtr fontHandle ) : bool

Private Methods

Méthode Description
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

Method Details

LoadFontFile() public static méthode

public static LoadFontFile ( string path ) : bool
path string
Résultat bool

LoadFontMem() public static méthode

public static LoadFontMem ( byte fontImage ) : IntPtr
fontImage byte
Résultat System.IntPtr

UnloadFontFile() public static méthode

public static UnloadFontFile ( string path ) : bool
path string
Résultat bool

UnloadFontMem() public static méthode

public static UnloadFontMem ( IntPtr fontHandle ) : bool
fontHandle System.IntPtr
Résultat bool