文件名称:ofxParagraph:openFrameworks的段落渲染器
文件大小:610KB
文件格式:ZIP
更新时间:2024-06-03 04:38:04
C++
段落
简单段落渲染器,使您可以设置段落的对齐方式,宽度,缩进,前导和基于像素的单词间距。
安装
ofxParagraph使用进行字体管理,这使您可以安全地与其他应用程序共享ofxParagraph字体。
如果您尚未安装存储库,则需要递归克隆存储库。
git clone --recursive git@github.com:braitsch/ofxParagraph.git
用法
创建段落就像传入字符串并设置宽度一样简单。
ofxParagraph paragraph = ofxParagraph(text, width);
然后分配您要使用的字体:
paragraph.setFont("fonts/helvetica_neue.ttf", 12)
或者,您可以传入实例:
shared_ptr
【文件预览】:
ofxParagraph-master
----.gitmodules(86B)
----example()
--------bin()
--------example.xcodeproj()
--------config.make(6KB)
--------openFrameworks-Info.plist(715B)
--------Project.xcconfig(689B)
--------src()
--------addons.make(0B)
--------Makefile(394B)
----readme.md(2KB)
----ofxaddons_thumbnail.png(16KB)
----src()
--------ofxParagraph.cpp(7KB)
--------ofxParagraph.h(4KB)
----.gitignore(1KB)
----readme-img()
--------layout-example.png(334KB)
----modules()