Flipabit
  • Flipabit
  • Getting started
    • Flipabit overview
    • Create project
    • Run on device
    • Build
      • Build for iOS
      • Build for Android
      • Build for Desktop
    • Publish to App Stores
      • Submit to App Store
      • Submit to Google Play
  • Layers
    • Select layer
    • Change order, visibility and name
    • Copy and paste
    • Move layer
    • Resize layer
    • Rotate layer
    • Align layers
    • Arrange layers
    • Navigation layer
      • Display page title
      • Display Tab bar
      • Display Table of contents
      • Display Back button
      • Next/Prev buttons
      • Navigation actions
  • Pages
    • Add or delete page
    • Open page
    • Page background and overlay
  • Widgets
    • Image
    • Video
    • Text
    • PDF
    • Web
    • Diorama
    • Audio
    • Animation
    • Camera
    • YouTube
    • Map
    • Chart
    • Calendar
    • Table
    • Form
    • 3D Model
  • Groups
    • Add group
    • Move and resize group
  • Style
    • Opacity
    • Borders
    • Background
    • Opacity mask
    • Overlay
    • Margins
    • Blur
    • Copy and paste style
  • Interactivity
    • Navigate between pages
    • Maximize widget
    • Drag widget
    • Disable widget
  • Project
    • Resolution
    • Orientation
    • Status Bar
    • Settings
    • Publish settings
  • Animation
    • Page animation
    • Maximize animation
    • Position animation
    • Size animation
    • Size and position animation
    • Rotation animation
    • Opacity animation
    • Color animation
    • Blur animation
  • Actions
    • Actions Editor Overview
    • Add action
    • Suspend actions
    • Arguments
    • Delay action
    • Animation settings
    • Repeat action
  • Data & backend
    • Airtable
    • Google Sheets
  • Networking
  • Tutorials
  • API
    • Project
    • Page
    • Group
    • Widget
      • Image
      • Text
      • Video
      • Diorama
      • Audio
      • Web
      • Animation
      • Camera
      • YouTube
      • Map
      • Chart
      • Calendar
      • Table
      • Form
      • Record
      • 3d model
  • ⭐Updates
  • 🎁Get Flipabit
Powered by GitBook
On this page
  • Add Text widget
  • Font settings
  • Using HTML markup

Was this helpful?

  1. Widgets

Text

Plain or formatted text

PreviousVideoNextPDF

Last updated 4 years ago

Was this helpful?

Add Text widget

  1. Select page in Navigator

  2. Do one of the following:

    • Click on Toolbar

    • Select Insert > Widgets > Text

    • Click + on Toolbar, select text file.

  3. Open Widget Inspector

  4. Paste or enter text into Text area

Font settings

  1. Select Text widget in Navigator

  2. Open Font Inspector

  3. Set font settings

Using HTML markup

Text widgets are able to display styled text, specified using a subset of HTML 3.2 markup:

  • <b></b> - bold

  • <strong></strong> - bold

  • <i></i> - italic

  • <br> - new line

  • <p> - paragraph

  • <u> - underlined text

  • <font color="color_name" size="1-7"></font>

  • <h1> to <h6> - headers

  • <a href=""> - anchor

  • <img src="" align="top,middle,bottom" width="" height=""> - inline images

  • <ol type="">, <ul type=""> and <li> - ordered and unordered lists

  • <pre></pre> - preformatted

  • &gt; &lt; &amp;