C# Class XnaBuildContent.Compilers.SpritefontAndStringsToXnbCompiler

Inheritance: IContentCompiler
ファイルを表示 Open project: jlyonsmith/XnaBuildContent

Public Methods

Method Description
Compile ( ) : void

Private Methods

Method 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 method

public Compile ( ) : void
return void