From 51121f19135986701eed1abd5f13040c55a304b9 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Mon, 22 Dec 2025 13:42:38 -0800 Subject: [PATCH] Stub legacy computing custom glyph ranges Part of #5466 --- .../customGlyphs/CustomGlyphDefinitions.ts | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/addons/addon-webgl/src/customGlyphs/CustomGlyphDefinitions.ts b/addons/addon-webgl/src/customGlyphs/CustomGlyphDefinitions.ts index ccfe43bb..1097f84f 100644 --- a/addons/addon-webgl/src/customGlyphs/CustomGlyphDefinitions.ts +++ b/addons/addon-webgl/src/customGlyphs/CustomGlyphDefinitions.ts @@ -489,6 +489,70 @@ export const customGlyphDefinitions: { [index: string]: CustomGlyphCharacterDefi { x: 0, y: 2, w: 8, h: 2 }, { x: 0, y: 6, w: 8, h: 2 } ] }, + // Diagonal fill characters (1FB98-1FB99) + + // TODO: Implement + + // Smooth mosaic terminal graphic characters (1FB9A-1FB9B) + + // TODO: Implement + + // Triangular shade characters (1FB9C-1FB9F) + + // TODO: Implement + + // Character cell diagonals (1FBA0-1FBAE) + + // TODO: Implement + + // Light solid line with stroke (1FBAF-1FBAF) + + // TODO: Implement + + // Terminal graphic characters (1FBB0-1FBB3) + + // TODO: Consider implementing + + // Arrows (1FBB4-1FBB8) + + // TODO: Consider implementing + + // Terminal graphic characters (1FBB9-1FBBC) + + // TODO: Consider implementing + + // Negative terminal graphic characters (1FBBD-1FBBF) + + // TODO: Implement + + // Terminal graphic characters (1FBC0-1FBCA) + + // TODO: Consider implementing + + // Terminal graphic characters (1FBCB-1FBCD) + + // TODO: Consider implementing + + // Block elements (1FBCE-1FBCF) + + // TODO: Implementing + + // Character cell diagonals (1FBD0-1FBDF) + + // TODO: Implement + + // Geometric shapes (1FBE0-1FBEF) + + // TODO: Implement + + // Segmented digits (1FBF0-1FBF9) + + // TODO: Consider implementing + + // Terminal graphic character (1FBFA-1FBFA) + + // TODO: Consider implementing + // #endregion };