Skip to content

Openframeworks Text Manipulation Suite

Notifications You must be signed in to change notification settings

fusefactory/ofxTextSuite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ofxTextSuite

Openframeworks Text Manipulation Suite

This project has been forked from this repo by Furkan Üzümcü. The project was originally developed by Luke Malcolm.

Principles

The main class is TextBlock. Each textblock is composed of a vector of lines. Each line has a vector of words. Each TextBlock can be initiliazed using a specific font and its size. Using the setText method we can set the text contained inside the block. To use different size, we implemented an HTML parsing originally developed by Carlos de Oliveira Junior.

About

Openframeworks Text Manipulation Suite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 76.0%
  • Makefile 21.2%
  • C 2.8%