C# Class ManicDigger.Renderers.TextRenderer

Afficher le fichier Open project: henon/manic_digger Class Usage Examples

Méthodes publiques

Свойство Type Description
NewFont bool

Méthodes publiques

Méthode Description
DecodeColors ( string s, Color defaultcolor ) : List
MakeTextTexture ( Text t ) : Bitmap

Private Methods

Méthode Description
GetColor ( int currentcolor ) : Color
GetStringPath ( string s, float emSize, RectangleF rect, Font font, StringFormat format ) : GraphicsPath
HexToInt ( char c ) : int?
NextPowerOfTwo ( uint x ) : uint

Method Details

DecodeColors() public méthode

public DecodeColors ( string s, Color defaultcolor ) : List
s string
defaultcolor Color
Résultat List

MakeTextTexture() public méthode

public MakeTextTexture ( Text t ) : Bitmap
t Text
Résultat System.Drawing.Bitmap

Property Details

NewFont public_oe property

public bool NewFont
Résultat bool