.BMFC 文件扩展名
Bitmap Font Configuration
| 开发者 | AngelCode |
| 受欢迎程度 |
3.5 | 2 票 |
什么是 BMFC 文件?
A BMFC file contains settings used by AngelCode Bitmap Font Generator (BFG), a bitmap font creation app. Users can load the settings in BFG and use them to create a bitmap font.
更多信息
BFG allows users to create bitmap fonts from TrueType fonts (.TTF files). While doing so, users can specify many settings, including the font's included characters, padding, spacing, and output file formats.
Optionally, users can save their font's settings in a BMFC file. This allows them to load and edit those settings at a later time, if they want to create a modified version of their font.
BMFC files are plain text files that specify each of a font's settings on separate lines. Settings are grouped by category, each of which begins with a #.
如何打开 BMFC 文件
BMFC files are meant to be opened in AngelCode Bitmap Font Generator (Windows). To open a BMFC file in BFG, select Options → Load configuration. Then, navigate to and open your BMFC file.
You can also open a BMFC file in Microsoft Notepad (Windows) or any other text editor, to view the font configuration it contains.

