Skip to content

lalomorales22/ipad-draw-your-font

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Font Creator - iPad App

IMG_0009 IMG_0008

A React Native Expo application that allows users to create custom handwritten fonts using their iPad and Apple Pencil.

Features

  • 🎨 Handwritten Font Creation - Draw each character with Apple Pencil
  • 📝 Complete Character Set - Supports A-Z, a-z, 0-9, and special characters
  • 📊 Progress Tracking - Visual progress bar shows completion status
  • 💾 Font Generation - Creates real .otf font files
  • 📤 Export Functionality - Share your custom fonts with other applications
  • 🎯 iPad Optimized - Designed specifically for iPad in landscape mode

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn
  • Expo CLI
  • iPad with Expo Go app installed
  • Apple Pencil (recommended for best results)

Installation

  1. Clone the repository:
git clone <repository-url>
cd font-creator-app
  1. Install dependencies:
npm install

Running the App

  1. Start the Expo development server:
npm start
  1. Open Expo Go on your iPad
  2. Scan the QR code displayed in the terminal
  3. The app will launch in landscape mode

Project Structure

font-creator-app/
├── App.js                    # Main app entry point with navigation
├── src/
│   ├── screens/
│   │   ├── WelcomeScreen.js     # Initial welcome screen
│   │   ├── DrawingScreen.js     # Character drawing interface
│   │   └── CompletionScreen.js  # Font generation and export
│   ├── components/
│   │   └── DrawingCanvas.js     # Canvas component for drawing
│   └── utils/
│       └── fontGenerator.js     # Font file generation logic
├── assets/                   # App icons and images
└── app.json                  # Expo configuration

How to Use

  1. Welcome Screen: Launch the app and tap "Start Drawing"
  2. Draw Characters: Use your Apple Pencil to draw each character shown
  3. Navigation:
    • Tap "Next" to move to the next character
    • Tap "Previous" to go back
    • Tap "Clear" to redraw the current character
  4. Complete All Characters: Draw all letters (A-Z, a-z), numbers (0-9), and special characters
  5. Generate Font: After completing all characters, tap "Create Custom Font"
  6. Export: Share your generated .otf font file with other applications

Technologies Used

  • React Native - Mobile app framework
  • Expo - Development platform
  • React Navigation - Screen navigation
  • React Native SVG - Drawing implementation
  • OpenType.js - Font file generation
  • Expo Linear Gradient - UI gradients
  • React Native Gesture Handler - Touch interactions
  • Expo Sharing - File sharing functionality

Configuration

The app is configured for iPad in landscape mode. Key settings in app.json:

  • Orientation: landscape
  • iOS: supportsTablet: true
  • Full screen mode enabled

Development

To modify the character set, edit the CHARACTERS array in src/screens/DrawingScreen.js.

To adjust canvas size or drawing settings, modify src/components/DrawingCanvas.js.

Building for Production

For iOS:

expo build:ios

For Android:

expo build:android

License

MIT

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Support

For issues and questions, please open an issue in the GitHub repository.

About

Expo app, allows you to draw your own custom font, save and use.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published