- XNA 4.0 Game Development by Example Beginner's Guide(Visual Basic Edition)
- Kurt Jaegers
- 134字
- 2021-08-20 15:50:44
SpriteFonts
Unlike a Windows Forms application, XNA cannot use the TrueType
fonts that are installed on your computer. In order to use a font, it must first be converted into a SpriteFont
, a bitmap-based representation of the font in a particular size that can be drawn with the SpriteBatch.DrawString()
command.
Technically, any Windows font can be turned into a SpriteFont
, but licensing restrictions on most fonts will prevent you from using them in your XNA games. Along with the other tools, the Windows Phone Developers Tools installed in Chapter 1, Introducing XNA Game Studio is a collection of fonts provided by Microsoft to address this problem and give XNA developers a range of usable fonts that can be included in XNA games. The following are the samples of each of the redistributable fonts included:

- 數(shù)據(jù)產(chǎn)品經(jīng)理高效學(xué)習(xí)手冊:產(chǎn)品設(shè)計、技術(shù)常識與機器學(xué)習(xí)
- Hands-On Data Structures and Algorithms with Rust
- 有趣的二進制:軟件安全與逆向分析
- MongoDB管理與開發(fā)精要
- SQL Server 2008數(shù)據(jù)庫應(yīng)用技術(shù)(第二版)
- 大數(shù)據(jù):從概念到運營
- 聯(lián)動Oracle:設(shè)計思想、架構(gòu)實現(xiàn)與AWR報告
- 智慧城市中的大數(shù)據(jù)分析技術(shù)
- 數(shù)據(jù)中臺實戰(zhàn):手把手教你搭建數(shù)據(jù)中臺
- 一本書讀懂大數(shù)據(jù)
- 基于數(shù)據(jù)發(fā)布的隱私保護模型研究
- GameMaker Game Programming with GML
- Working with OpenERP
- Python數(shù)據(jù)可視化之matplotlib精進
- 數(shù)據(jù)庫原理及應(yīng)用實踐教程