C# 클래스 Microsoft.Xna.Framework.Content.Pipeline.Processors.SpriteFontContent

파일 보기 프로젝트 열기: jlyonsmith/XnaBuildContent 1 사용 예제들

공개 메소드들

메소드 설명
SpriteFontContent ( Texture2DContent texture, List glyphs, List characterMap, List cropping, int verticalSpacing, float horizontalSpacing, List kerning, char defaultCharacter ) : System

메소드 상세

SpriteFontContent() 공개 메소드

public SpriteFontContent ( Texture2DContent texture, List glyphs, List characterMap, List cropping, int verticalSpacing, float horizontalSpacing, List kerning, char defaultCharacter ) : System
texture Microsoft.Xna.Framework.Content.Pipeline.Graphics.Texture2DContent
glyphs List
characterMap List
cropping List
verticalSpacing int
horizontalSpacing float
kerning List
defaultCharacter char
리턴 System