C# 클래스 XnaBuildContent.Compilers.SpritefontAndStringsToXnbCompiler

상속: IContentCompiler
파일 보기 프로젝트 열기: jlyonsmith/XnaBuildContent

공개 메소드들

메소드 설명
Compile ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Compile() 공개 메소드

public Compile ( ) : void
리턴 void