1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_graphics
reuk 4e90ef831b
Typeface: Add support for rendering COLRv0 glyphs and png-based glyphs
This is sufficient for initial support of the system emoji fonts on each
platform:

- Noto Color Emoji on Linux and Android, png-based
- Apple Color Emoji on macOS and iOS, png-based
- Segoe UI Emoji on Windows 10 and 11, COLRv0-based
    - This font also provides COLRv1 support, at least on Windows 11,
      but JUCE will ignore that and use the COLRv0 data instead
2024-04-18 14:15:59 +01:00
..
colour Update licensing information 2024-04-16 11:39:35 +01:00
contexts RenderingHelpers: Implement GlyphCache in terms of LruCache 2024-04-18 14:15:59 +01:00
effects Update licensing information 2024-04-16 11:39:35 +01:00
fonts Typeface: Add support for rendering COLRv0 glyphs and png-based glyphs 2024-04-18 14:15:59 +01:00
geometry Update licensing information 2024-04-16 11:39:35 +01:00
image_formats Update licensing information 2024-04-16 11:39:35 +01:00
images Update licensing information 2024-04-16 11:39:35 +01:00
native Typeface: Add support for rendering COLRv0 glyphs and png-based glyphs 2024-04-18 14:15:59 +01:00
placement Update licensing information 2024-04-16 11:39:35 +01:00
juce_graphics.cpp RenderingHelpers: Implement GlyphCache in terms of LruCache 2024-04-18 14:15:59 +01:00
juce_graphics.h Typeface: Add support for rendering COLRv0 glyphs and png-based glyphs 2024-04-18 14:15:59 +01:00
juce_graphics.mm Update licensing information 2024-04-16 11:39:35 +01:00
juce_graphics_Harfbuzz.cpp Add Harfbuzz dependency 2024-04-17 14:41:00 +01:00