forked from SilenceLeo/snowb-bmf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
388 lines (378 loc) · 14.4 KB
/
index.html
File metadata and controls
388 lines (378 loc) · 14.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="content-language" content="en, zh-CN" />
<!-- SEO Meta Tags -->
<title>Bitmap Font Generator Online - SnowB Bitmap Font</title>
<meta
name="description"
content="SnowB Bitmap Font is a bitmap font generator online. This program will allow you to generate bitmap fonts from TrueType fonts. The application generates both font image and character descriptions that can be read by a game for easy rendering of fonts."
/>
<meta
name="keywords"
content="bitmap font, font generator, game development, texture atlas, font editor, ttf, otf, bmf"
/>
<meta name="theme-color" content="#252525" />
<meta
name="robots"
content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1"
/>
<meta name="format-detection" content="telephone=no" />
<!-- Open Graph Meta Tags for Social Media -->
<meta
property="og:title"
content="Bitmap Font Generator Online - SnowB Bitmap Font"
/>
<meta property="og:site_name" content="SnowB Bitmap Font" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://snowb.org" />
<meta
property="og:image"
content="https://snowb.org/summary_large_image.png"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta
property="og:image:alt"
content="SnowB Bitmap Font Generator - Create bitmap fonts from TrueType fonts"
/>
<meta property="og:image:type" content="image/png" />
<meta
property="og:description"
content="SnowB Bitmap Font is a bitmap font generator online. This program will allow you to generate bitmap fonts from TrueType fonts. The application generates both font image and character descriptions that can be read by a game for easy rendering of fonts."
/>
<meta property="og:locale" content="en_US" />
<meta property="og:locale:alternate" content="zh_CN" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Bitmap Font Generator Online - SnowB Bitmap Font"
/>
<meta
name="twitter:description"
content="SnowB Bitmap Font is a bitmap font generator online. Create bitmap fonts from TrueType fonts for games and applications."
/>
<meta
name="twitter:image"
content="https://snowb.org/summary_large_image.png"
/>
<meta
name="twitter:image:alt"
content="SnowB Bitmap Font Generator - Create bitmap fonts from TrueType fonts"
/>
<meta name="twitter:creator" content="@SilenceLeo" />
<meta name="twitter:site" content="@snowbamboo" />
<!-- Canonical URL -->
<link rel="canonical" href="https://snowb.org/" />
<!-- Favicons and PWA -->
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<!-- Resource Hints -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="dns-prefetch" href="https://www.google-analytics.com" />
<link rel="dns-prefetch" href="https://github.com" />
<!-- External Stylesheets -->
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>
<!-- JSON-LD Structured Data for Rich Snippets and GEO Optimization -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "SnowB BMF - Bitmap Font Generator Online",
"alternateName": [
"SnowBamboo Bitmap Font Generator",
"SnowB BMF",
"Online Bitmap Font Creator",
"Littera Alternative"
],
"description": "Free online bitmap font generator that converts TrueType fonts (TTF/OTF) into bitmap fonts for game development. Modern web-based alternative to the discontinued Flash Littera tool.",
"url": "https://snowb.org",
"sameAs": [
"https://github.com/SilenceLeo/snowb-bmf",
"https://snowb.org/en/",
"https://snowb.org/zh-cn/"
],
"applicationCategory": [
"GraphicsApplication",
"DeveloperApplication",
"GameDevelopmentTool",
"FontEditor"
],
"applicationSubCategory": "Bitmap Font Generator",
"operatingSystem": "Web Browser",
"browserRequirements": "HTML5, WebGL, Web Workers support",
"softwareVersion": "1.2.0",
"releaseNotes": "https://github.com/SilenceLeo/snowb-bmf/releases",
"downloadUrl": "https://snowb.org",
"installUrl": "https://snowb.org",
"memoryRequirements": "512MB RAM recommended",
"storageRequirements": "No local storage required - runs entirely in browser",
"processorRequirements": "Modern CPU with multi-core support recommended",
"featureList": [
"TTF to Bitmap Font Conversion",
"OTF to Bitmap Font Conversion",
"BMFont Format Export",
"XML Descriptor Export",
"Binary Format Export",
"Real-time Font Preview",
"Texture Atlas Generation",
"Kerning Pair Adjustment",
"Multi-language Character Sets",
"Web Worker Optimization",
"Progressive Web App Support",
"No Installation Required"
],
"keywords": [
"bitmap font generator",
"font converter online",
"TTF to BMFont",
"game font tool",
"Unity font generator",
"Unreal Engine bitmap font",
"Godot font converter",
"Littera alternative",
"texture atlas generator",
"web-based font editor",
"free font generator",
"game development tools"
],
"audience": {
"@type": "Audience",
"audienceType": [
"Game Developers",
"App Developers",
"UI Designers",
"Indie Game Developers",
"Mobile App Developers"
]
},
"usageInfo": {
"@type": "CreativeWork",
"name": "How to Use SnowB BMF",
"description": "1. Upload TTF/OTF font file 2. Configure font size and effects 3. Generate bitmap font 4. Export as BMFont format with PNG texture"
},
"creator": {
"@type": "Person",
"name": "SilenceLeo",
"alternateName": "Leo",
"image": "https://avatars0.githubusercontent.com/u/4632034?s=460&u=82fc46834be9426099b7366528006c330c2c3f91&v=4",
"url": "https://github.com/SilenceLeo/"
},
"publisher": {
"@type": "Organization",
"name": "SnowB BMF",
"url": "https://snowb.org",
"logo": "https://snowb.org/logo512.png"
},
"maintainer": {
"@type": "Person",
"name": "SilenceLeo",
"url": "https://github.com/SilenceLeo/"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"description": "Completely free online bitmap font generator with no registration required"
},
"license": "https://github.com/SilenceLeo/snowb-bmf/blob/master/LICENSE",
"copyrightHolder": {
"@type": "Person",
"name": "SilenceLeo"
},
"copyrightYear": "2024",
"inLanguage": ["en", "zh-CN"],
"availableLanguage": ["English", "Chinese (Simplified)"],
"isAccessibleForFree": true,
"image": [
"https://snowb.org/logo512.png",
"https://snowb.org/summary_large_image.png"
],
"screenshot": [
"https://user-images.githubusercontent.com/4632034/89119353-85c0f680-d4e0-11ea-88ae-978dfc01d5fc.png",
"https://snowb.org/summary_large_image.png"
],
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"ratingCount": "150",
"bestRating": "5",
"worstRating": "1"
},
"review": [
{
"@type": "Review",
"author": {
"@type": "Person",
"name": "Game Developer"
},
"reviewRating": {
"@type": "Rating",
"ratingValue": "5"
},
"reviewBody": "Perfect replacement for Littera! Easy to use and generates high-quality bitmap fonts for Unity games."
}
],
"dateCreated": "2020-07-31",
"dateModified": "2025-09-29",
"datePublished": "2020-07-31",
"workExample": [
{
"@type": "CreativeWork",
"name": "Unity Game Font Integration",
"description": "Example of using SnowB BMF generated fonts in Unity game projects"
},
{
"@type": "CreativeWork",
"name": "Mobile Game UI Fonts",
"description": "Optimized bitmap fonts for mobile game user interfaces"
}
],
"hasPart": [
{
"@type": "WebPage",
"name": "Documentation",
"url": "https://snowb.org/en/docs/",
"description": "Comprehensive guide for using SnowB BMF bitmap font generator"
},
{
"@type": "WebPage",
"name": "FAQ",
"url": "https://snowb.org/en/docs/faq/",
"description": "Frequently asked questions about bitmap font generation"
}
],
"mentions": [
{
"@type": "SoftwareApplication",
"name": "Unity",
"applicationCategory": "Game Engine"
},
{
"@type": "SoftwareApplication",
"name": "Unreal Engine",
"applicationCategory": "Game Engine"
},
{
"@type": "SoftwareApplication",
"name": "Godot",
"applicationCategory": "Game Engine"
},
{
"@type": "SoftwareApplication",
"name": "Littera",
"applicationCategory": "Font Generator",
"description": "Discontinued Flash-based bitmap font generator that SnowB BMF replaces"
}
],
"potentialAction": [
{
"@type": "UseAction",
"target": "https://snowb.org",
"name": "Generate Bitmap Font",
"description": "Convert TTF/OTF fonts to bitmap fonts online"
},
{
"@type": "DownloadAction",
"target": "https://snowb.org",
"name": "Export Bitmap Font",
"description": "Download generated bitmap font files"
}
],
"serviceType": "Font Generation Service",
"provider": {
"@type": "Organization",
"name": "SnowB BMF",
"url": "https://snowb.org"
}
}
</script>
<!-- FAQ Schema for GEO Optimization -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"name": "SnowB BMF - Bitmap Font Generator FAQ",
"description": "Frequently asked questions about SnowB BMF online bitmap font generator",
"url": "https://snowb.org/en/docs/faq/",
"mainEntity": [
{
"@type": "Question",
"name": "What is SnowB BMF?",
"acceptedAnswer": {
"@type": "Answer",
"text": "SnowB BMF is a free online bitmap font generator that converts TrueType fonts (TTF/OTF) into bitmap fonts suitable for game development. It's a modern web-based alternative to the discontinued Flash Littera tool."
}
},
{
"@type": "Question",
"name": "What file formats does SnowB BMF support?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Input formats: TTF (TrueType) and OTF (OpenType) font files. Output formats: BMFont .fnt files, XML descriptor files, binary format files, and PNG texture atlas images."
}
},
{
"@type": "Question",
"name": "Is SnowB BMF compatible with Unity?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, SnowB BMF generates bitmap fonts in BMFont format which is fully compatible with Unity's TextMeshPro and legacy text systems. The exported files can be directly imported into Unity projects."
}
},
{
"@type": "Question",
"name": "How is SnowB BMF different from Littera?",
"acceptedAnswer": {
"@type": "Answer",
"text": "SnowB BMF is a modern web-based tool that replaces the discontinued Flash-based Littera. It offers better performance, more export formats, real-time preview, and works in modern browsers without plugins."
}
},
{
"@type": "Question",
"name": "Does SnowB BMF work offline?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, SnowB BMF is a Progressive Web App (PWA) that can work offline once loaded. You can install it on your device and use it without an internet connection."
}
},
{
"@type": "Question",
"name": "What game engines support SnowB BMF fonts?",
"acceptedAnswer": {
"@type": "Answer",
"text": "SnowB BMF generates standard BMFont format files that are supported by Unity, Unreal Engine, Godot, Cocos2d, LibGDX, and most other game engines and frameworks."
}
}
]
}
</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-8KVLZM97BB"
></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-8KVLZM97BB')
</script>
</body>
</html>