-
Notifications
You must be signed in to change notification settings - Fork 86
FONTS
The FONTS
file lists the fonts and point sizes to be used by the application. The format is:
<ttf font name> <bit depth> <comma separated point sizes> <label>
The font name is the file name of a truetype font located in the ./fonts
framework subdirectory. The bit depth is either 7 or 8 for plain or extended
ascii, respectively. The label is used to refer to the font in the source code. Multiple fonts can be specified on separate lines.
For example:
helvetica.ttf 7 12,16,24 myfont
will generate three point sizes of plain ascii Helvetica, which can be accessed in the
source code as myfont_12.fnt
, myfont_16.fnt
and myfont_24.fnt
.
Fonts are processed into a single texture atlas of the smallest size possible to pack all characters in it. An error will be generated if it is not possible to pack all the requested character sizes into a texture smaller or equal to 1024x1024.
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip