summaryrefslogtreecommitdiff
path: root/src/font.h
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-11-13 16:37:39 +0200
committerEli Zaretskii <eliz@gnu.org>2021-11-13 16:37:39 +0200
commita56dd60d2fba9d873748ca3831ba61711628f698 (patch)
tree434adad3f27e4777ec038f8499a34fda619f5e31 /src/font.h
parent42d4e24ff3f13ccbd401d93d70ecdee99b88a26d (diff)
downloademacs-a56dd60d2fba9d873748ca3831ba61711628f698.tar.gz
Improve style and comments in font-related sources
* src/w32font.c (fill_in_logfont): Stylistic changes. * src/font.h (font_property_index, font_select_entity): Add/improve comments.
Diffstat (limited to 'src/font.h')
-rw-r--r--src/font.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/font.h b/src/font.h
index 1da72cca079..6694164e09b 100644
--- a/src/font.h
+++ b/src/font.h
@@ -69,9 +69,10 @@ INLINE_HEADER_BEGIN
enum font_property_index
{
- /* FONT-TYPE is a symbol indicating a font backend; currently `x'
- and `xft' are available on X, `uniscribe' and `gdi' on
- Windows, and `ns' under Cocoa / GNUstep. */
+ /* FONT-TYPE is a symbol indicating a font backend; currently `x',
+ `xft', `xfthb', `ftrc', and `ftcrhb' are available on X;
+ `harfbuzz', `uniscribe', and `gdi' on Windows, and `ns' under
+ Cocoa / GNUstep. */
FONT_TYPE_INDEX,
/* FONT-FOUNDRY is a foundry name (symbol). */