C# Class System.Drawing.BitmapFont

Afficher le fichier Open project: Meragon/Unity-WinForms Class Usage Examples

Méthodes publiques

Méthode Description
BitmapFont ( ) : System
Load ( Bitmap fontImage, byte format ) : void

Method Details

BitmapFont() public méthode

public BitmapFont ( ) : System
Résultat System

Load() public méthode

public Load ( Bitmap fontImage, byte format ) : void
fontImage Bitmap
format byte GHL format (FontBuilder)
Résultat void