]> git.eshelyaron.com Git - emacs.git/commit
Fix default registry of Haiku font backend
authorPo Lu <luangruo@yahoo.com>
Fri, 15 Apr 2022 12:22:26 +0000 (12:22 +0000)
committerPo Lu <luangruo@yahoo.com>
Fri, 15 Apr 2022 12:22:55 +0000 (12:22 +0000)
commitdfee2790549df4be0fa841a00faafb50c9347f30
tree6203c917d0da66054e216cd75eaedd68e0521601
parent2d4c5f0b8594c85a4877da3dd9527cab3066dd17
Fix default registry of Haiku font backend

* src/haiku_support.h (struct haiku_zoom_event): Fix coding
style.
(enum haiku_font_specification): Move FSPECs over here.
* src/haikufont.c (haikufont_apply_registry)
(haikufont_get_fallback_entity, haikufont_pattern_to_entity)
(haikufont_spec_or_entity_to_pattern, haikufont_list): Use
`iso10646-1' as the default registry instead of `utf8', which is
not a registry.
src/haiku_support.h
src/haikufont.c