<?xml version="1.0" encoding="utf-8"?>
<XnaContent xmlns:Graphics="Microsoft.Xna.Framework.Content.Pipeline.Graphics">
<Asset Type="Graphics:FontDescription">
<FontName>Segoe UI Mono</FontName>
<Size>14</Size>
<!--the amount of spacing in between characters.-->
<Spacing>0</Spacing>
<!--UseKerning controls the layout of the font.-->
<UseKerning>true</UseKerning>
<!--"Regular", "Bold", "Italic",and "Bold, Italic".-->
<Style>Bold</Style>
<!—The default range is from 32, (ASCII space), to 126, ('~'), covering the basic Latin character set.-->
<CharacterRegions>
<CharacterRegion>
<Start> </Start>
<End>~</End>
</CharacterRegion>
</CharacterRegions>
</Asset>
</XnaContent>
XNA的Sprite的基本格式,以embed的形式植入程序中,中文的unicode码的范围4e00-9fa5(19968-40869)