Project Management: Create, Save, and Organize Font Projects
Learn how to create, open, save, and manage your bitmap font projects. Efficiently handle multiple projects and understand the supported file formats.
Create a New Project
Section titled “Create a New Project”A new project is created automatically when you launch the application. To create additional projects:
- Click the New button in the main menu.
- Double-click the empty area in the project tab bar.
New projects are automatically assigned default names like Unnamed, Unnamed-1, and so on, which you can rename later.
Open an Existing Project
Section titled “Open an Existing Project”How to Open
Section titled “How to Open”- Click the Open button in the main menu to browse and select your project file.
Supported File Formats
Section titled “Supported File Formats”- SnowB BMF Project (
.sbf): The native format. Preserves all project data. - Littera Project (
.ltr): For importing projects from the legacy Flash-based Littera tool.
Save Your Project
Section titled “Save Your Project”Important: SnowB BMF auto-saves to IndexedDB, but always save a .sbf file as a portable backup. This protects against browser data clearing, device changes, and storage limitations.
How to Save
Section titled “How to Save”- Click the Save Project button or press
Cmd/Ctrl+S. - Select a location on your computer and enter a filename.
- The project will be saved as an
.sbffile, which uses Protocol Buffers for efficient storage.
Automatic Persistence
Section titled “Automatic Persistence”All projects are automatically saved to the browser’s IndexedDB storage on page navigation and tab switches. This prevents data loss from accidental refreshes or crashes.
How It Works
Section titled “How It Works”- Triggers: Saves on
beforeunload(page navigation) andvisibilitychange(tab switch). - Storage format: Protocol Buffers for compact serialization.
- Multi-Project: All open projects are saved and restored automatically.
Important Notes
Section titled “Important Notes”- Browser Data Clearing: If you clear your browser’s data (cookies, storage, etc.), your saved projects will be lost. Always keep
.sbffile backups for important projects. - Private/Incognito Mode: Auto-save may not persist in private browsing mode, depending on your browser.
- Cross-Browser: Saved projects are specific to the browser and profile you used. They do not sync across browsers or devices.
Manage Multiple Projects
Section titled “Manage Multiple Projects”The tabbed workspace keeps all your projects in one place. Each tab has its own font settings, character sets, and styling.
- Create Projects: Click the New button or double-click the empty area in the tab bar.
- Close Projects: Click the close (x) icon on a project tab. Note: at least one project must always remain open.
- Project Isolation: Changes in one project do not affect others.
Switching Between Projects
Section titled “Switching Between Projects”- Click a tab to switch to that project.
- At least one project must always remain open.
Renaming a Project
Section titled “Renaming a Project”- Double-click the project’s name in its tab to make it editable.
- Type the new name and click anywhere outside the tab to confirm the change.