Skip to content

Commit bb8d582

Browse files
authored
Merge pull request #3 from SimplePixelFont/registry/update-1780077684
Update snippets registry
2 parents 490a692 + 3f979ac commit bb8d582

1 file changed

Lines changed: 66 additions & 1 deletion

File tree

snippets.json

Lines changed: 66 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"brief.md": "Defines mappings between UTF-8 codepoint sequences (characters) and their visual representations (pixmaps).\n\n## Use Cases\n\n- **Character-to-glyph mapping** - Associates text characters, including single utf8 codepoints, ligatures, and grapheme clusters, with their pixmap representation.",
32
"character_table": {
3+
"brief.md": "Defines mappings between UTF-8 codepoint sequences (characters) and their visual representations (pixmaps).\n\n## Use Cases\n\n- **Character-to-glyph mapping** - Associates text characters, including single utf8 codepoints, ligatures, and grapheme clusters, with their pixmap representation.\n",
44
"configurations": {
55
"brief": {
66
"constant_codepoint_count.md": "The exact codepoint length of each `codepoints` field in this table"
@@ -50,7 +50,72 @@
5050
}
5151
}
5252
},
53+
"color_table": {
54+
"brief.md": "# color_table table\n\nWrite the documentation content for color_table table here.",
55+
"configurations": {
56+
"brief": {
57+
"constant_alpha.md": "# constant_alpha\n\nWrite the documentation content for constant_alpha here."
58+
}
59+
},
60+
"modifiers": {
61+
"brief": {
62+
"use_color_type.md": "# use_color_type\n\nWrite the documentation content for use_color_type here."
63+
},
64+
"details": {
65+
"use_color_type.md": "# use_color_type details\n\nWrite the documentation content for use_color_type details here."
66+
}
67+
},
68+
"records": {
69+
"brief": {
70+
"alpha.md": "# alpha\n\nWrite the documentation content for alpha here.",
71+
"blue.md": "# blue\n\nWrite the documentation content for blue here.",
72+
"color_type.md": "# color_type\n\nWrite the documentation content for color_type here.",
73+
"green.md": "# green\n\nWrite the documentation content for green here.",
74+
"red.md": "# red\n\nWrite the documentation content for red here."
75+
}
76+
}
77+
},
78+
"font_table": {
79+
"brief.md": "# font_table table\n\nWrite the documentation content for font_table table here.",
80+
"links": {
81+
"brief": {
82+
"character_tables.md": "# character_tables\n\nWrite the documentation content for character_tables here."
83+
}
84+
},
85+
"records": {
86+
"brief": {
87+
"author.md": "# author\n\nWrite the documentation content for author here.",
88+
"character_table_indexes.md": "# character_table_indexes\n\nWrite the documentation content for character_table_indexes here.",
89+
"font_type.md": "# font_type\n\nWrite the documentation content for font_type here.",
90+
"name.md": "# name\n\nWrite the documentation content for name here.",
91+
"version.md": "# version\n\nWrite the documentation content for version here."
92+
}
93+
}
94+
},
5395
"phrase": {
5496
"reserved.md": "Reserved for future use."
97+
},
98+
"pixmap_table": {
99+
"brief.md": "# pixmap_table table\n\nWrite the documentation content for pixmap_table table here.",
100+
"configurations": {
101+
"brief": {
102+
"constant_bits_per_pixel.md": "# constant_bits_per_pixel\n\nWrite the documentation content for constant_bits_per_pixel here.",
103+
"constant_height.md": "# constant_height\n\nWrite the documentation content for constant_height here.",
104+
"constant_width.md": "# constant_width\n\nWrite the documentation content for constant_width here."
105+
}
106+
},
107+
"links": {
108+
"brief": {
109+
"color_tables.md": "# color_tables\n\nWrite the documentation content for color_tables here."
110+
}
111+
},
112+
"records": {
113+
"brief": {
114+
"bits_per_pixel.md": "# bits_per_pixel\n\nWrite the documentation content for bits_per_pixel here.",
115+
"data.md": "# data\n\nWrite the documentation content for data here.",
116+
"height.md": "# height\n\nWrite the documentation content for height here.",
117+
"width.md": "# width\n\nWrite the documentation content for width here."
118+
}
119+
}
55120
}
56121
}

0 commit comments

Comments
 (0)