mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
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
|
||
|---|---|---|
| .. | ||
| juce_CoreGraphicsContext_mac.h | ||
| juce_CoreGraphicsContext_mac.mm | ||
| juce_CoreGraphicsHelpers_mac.h | ||
| juce_Direct2DGraphicsContext_windows.cpp | ||
| juce_Direct2DGraphicsContext_windows.h | ||
| juce_DirectWriteTypeface_windows.cpp | ||
| juce_DirectWriteTypeLayout_windows.cpp | ||
| juce_Fonts_android.cpp | ||
| juce_Fonts_freetype.cpp | ||
| juce_Fonts_linux.cpp | ||
| juce_Fonts_mac.mm | ||
| juce_GraphicsContext_android.cpp | ||
| juce_IconHelpers_android.cpp | ||
| juce_IconHelpers_linux.cpp | ||
| juce_IconHelpers_mac.cpp | ||
| juce_IconHelpers_windows.cpp | ||
| juce_RenderingHelpers.h | ||