- 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ù)
- 我們都是數(shù)據(jù)控:用大數(shù)據(jù)改變商業(yè)、生活和思維方式
- Microsoft SQL Server企業(yè)級(jí)平臺(tái)管理實(shí)踐
- Python數(shù)據(jù)分析入門(mén):從數(shù)據(jù)獲取到可視化
- 計(jì)算機(jī)信息技術(shù)基礎(chǔ)實(shí)驗(yàn)與習(xí)題
- 大數(shù)據(jù)可視化
- 數(shù)據(jù)庫(kù)開(kāi)發(fā)實(shí)踐案例
- 數(shù)據(jù)驅(qū)動(dòng):從方法到實(shí)踐
- Ceph源碼分析
- 大數(shù)據(jù)架構(gòu)和算法實(shí)現(xiàn)之路:電商系統(tǒng)的技術(shù)實(shí)戰(zhàn)
- Python金融實(shí)戰(zhàn)
- 白話大數(shù)據(jù)與機(jī)器學(xué)習(xí)
- Oracle RAC日記
- SQL Server 2012實(shí)施與管理實(shí)戰(zhàn)指南
- MySQL數(shù)據(jù)庫(kù)技術(shù)與應(yīng)用