summaryrefslogtreecommitdiff
path: root/doc/fccharset.fncs
Commit message (Collapse)AuthorAgeFilesLines
* Convert tabs to spacesAkira TAGOH2022-12-131-106/+106
| | | | | | This fixes broken layout on pdf. Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/343
* Fix some typos/spelling errorsAlan Coopersmith2020-07-211-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Update doc to include the version info of `since when'Akira TAGOH2014-03-071-0/+1
| | | | | | Version section was getting confused to the API's availability, even though it was the version the doc was genereated. So moving it into the footer and added @SINCE@ field in the data.
* doc/fccharset.fncs: Describe the map format in more detailW. Trevor King2013-09-241-6/+30
| | | | | | | | The previous documentation for FcCharSetFirstPage and FcCharSetNextPage was technically accurate, but a bit terse. I've added an example using the returned page (root code point) and map to give folks something concrete to work with. I've also documented FC_CHARSET_DONE, which wasn't mentioned at all before.
* Documentation fixesBrad Hards2011-03-111-4/+4
|
* Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod2010-11-101-2/+2
|
* Add new public API: FcCharSetDelChar()Behdad Esfahbod2010-09-211-0/+11
|
* Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod2009-03-131-2/+2
|
* Change FcCharSetMerge APIKarl Tomlinson2009-02-151-7/+9
| | | | | | | To only work on writable charsets. Also, return a bool indicating whether the merge changed the charset. Also changes the implementation of FcCharSetMerge and FcCharSetIsSubset
* Don't use FcCharSetCopy in FcCharSetMergeBehdad Esfahbod2009-02-131-1/+1
| | | | The Copy function is actually a ref, not real copy.
* Make FcCharSetMerge() publicBehdad Esfahbod2009-02-131-0/+13
| | | | | That's needed for apps to be abled to do pruning themselves without the performance penalty of recreating new charsets all the time.
* Get rid of $Id$ tagsBehdad Esfahbod2009-02-131-1/+1
|
* Document previously undocumented functions. (bug 12963)Keith Packard2007-11-031-0/+24
|
* Add space between type and formal in devel man pages (bug 8935)Keith Packard2006-12-021-4/+4
| | | | | Most parameters are pointers and have '*' in the type; for those which do not, use '%' to mark where a space needs to be inserted.
* Change files from ISO-Latin-1 to UTF-8Keith Packard2004-12-071-1/+1
|
* Add lots more function documentationKeith Packard2003-03-071-0/+23
|
* Rework documentation to build man pages for each functionKeith Packard2003-03-071-0/+144