C# Class XnaBuildContent.Compilers.SpritefontAndStringsToXnbCompiler

Inheritance: IContentCompiler
Afficher le fichier Open project: jlyonsmith/XnaBuildContent

Méthodes publiques

Méthode Description
Compile ( ) : void

Private Methods

Méthode Description
CreateBitmapContent ( double bitmapWidth, double bitmapHeight, string fontName, FontSlant fontSlant, FontWeight fontWeight, double fontSize, List cds, ToolBelt.ParsedPath pngFile ) : Microsoft.Xna.Framework.Content.Pipeline.Graphics.BitmapContent
CreateCharacterData ( string fontName, FontSlant fontSlant, FontWeight fontWeight, double fontSize, List fontChars, double &bitmapWidth, double &bitmapHeight ) : List
CreateSpriteFontContent ( string fontName, double fontSize, FontSlant fontSlant, FontWeight fontWeight, int spacing, char defaultChar, List fontChars, ToolBelt.ParsedPath pngFile ) : SpriteFontContent
SetupContext ( Context g, string fontName, FontSlant fontSlant, FontWeight fontWeight, double fontSize ) : void

Method Details

Compile() public méthode

public Compile ( ) : void
Résultat void