aboutsummaryrefslogtreecommitdiff
path: root/man/man3/memdraw.3
AgeCommit message (Collapse)AuthorFilesLines
2020-08-15tmac: rename IM (italic manual) to MR (manual reference)Russ Cox1-17/+17
Suggested by G. Brandon Robinson.
2020-08-13tmac: introduce real manual reference macro instead of overloading IRRuss Cox1-50/+51
The overloading of IR emits magic \X'...' sequences that turn into HTML manual links. But not all such IR invocations should be manual links; those had to be written to avoid the IR macro before. Worse, the \X'...' ending the IR causes troff to emit only a single space after a period. Defining a new IM macro for manual references fixes both problems. Fixes #441.
2019-04-05man/memdraw.3: fix typoNoah Evans1-1/+1
2018-11-16libdraw: redo default font construction to be hidpi-safeRuss Cox1-3/+0
If $font is not set, the default font is constructed from font data linked into every libdraw binary. That process was different from the usual openfont code, and so it was not hidpi-aware, resulting in very tiny fonts out of the box on hidpi systems, until users set $font. Fix this by using openfont to construct the default font, by recognizing the name *default* when looking for font and subfont file contents. Then all the hidpi scaling applies automatically. As a side effect, the concept of a 'default subfont' is gone, as are display->defaultsubfont, getdefont, and memgetdefont.
2006-06-25just what we need - more rpcsrsc1-5/+1
2005-01-13Many small edits.rsc1-3/+2
2005-01-11use macro for /usr/local/plan9rsc1-1/+1
2005-01-03Some man pages.rsc1-6/+11
2004-04-19Mostly path name updatesrsc1-1/+1
2004-04-11Rewrite page(2) references to page(3).rsc1-14/+14
Add description of new libmach.
2004-04-10Lots of man pages.rsc1-0/+450