summaryrefslogtreecommitdiff
path: root/frontends/windows/font.c
Commit message (Collapse)AuthorAgeFilesLines
* Windows: Fix font table to return nserror.Michael Drake2017-01-021-10/+14
| | | | | | | We were returning true on success, which when the return value was tested for being NSERROR_OK (0), meant it was treated as failure. Now we correctly return NSERROR_OK on success.
* move layout header into public APIVincent Sanders2016-05-301-1/+1
|
* move utf8 header into public APIVincent Sanders2016-05-301-1/+1
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+298