aboutsummaryrefslogtreecommitdiff
path: root/font_api (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update README.mdPierre-Yves Rollo2018-11-131-0/+9
|
* Update README.mdPierre-Yves Rollo2018-11-091-1/+1
|
* Rewrited split_lines to avoid a string.split bug if first line emptyPierre-Yves Rollo2018-11-011-10/+10
|
* Changed UTF8 routines and added char fallback mechanismPierre-Yves Rollo2018-11-012-87/+269
|
* Fix default font chosing when multiple fontsPierre-Yves Rollo2018-07-162-2/+14
|
* Removed a debug trick and fixed indentationPierre-Yves Rollo2018-07-151-21/+20
|
* Rework all nodes displaying text according to new font_apiPierre-Yves Rollo2018-07-132-13/+15
|
* Fix typos in API.mdPierre-Yves Rollo2018-07-091-3/+3
|
* Added two documentation schemaPierre-Yves Rollo2018-07-082-0/+1007
|
* Creation of Font class and code update accordingly (fix)Pierre-Yves Rollo2018-07-081-2/+1
|
* Creation of Font class and code update accordinglyPierre-Yves Rollo2018-07-086-340/+528
|
* Seperate signs API from signs definitionsThomas--S2018-02-079-0/+804
Change modnames from *_lib to *_api