File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# SMuFL Glyphs
2
2
3
- Provides immediate Lua access to the glyph names in the SMuFL ` glyphnames.json ` file.
4
- The ` glyphs ` and ` by_codepoint ` tables were programmatically generated from it.
3
+ Provides immediate Lua access to the glyph names in the SMuFL ` glyphnames.json ` and
4
+ `glyphnamesFinale.json files.
5
+ The ` glyphs ` and ` by_codepoint ` tables were programmatically generated from them.
5
6
6
7
## Functions
7
8
@@ -14,7 +15,7 @@ The `glyphs` and `by_codepoint` tables were programmatically generated from it.
14
15
smufl_glyphs .get_glyph_info (codepoint_or_name , font_info_or_name )
15
16
```
16
17
17
- [ View source] ( https://github.com/finale-lua/lua-scripts/tree/refs/heads/master/src/library/smufl_glyphs.lua#L5892 )
18
+ [ View source] ( https://github.com/finale-lua/lua-scripts/tree/refs/heads/master/src/library/smufl_glyphs.lua#L7295 )
18
19
19
20
Returns the SMuFL glyph name and a new table containing the ` codepoint ` and its ` description ` .
20
21
@@ -34,7 +35,7 @@ Returns the SMuFL glyph name and a new table containing the `codepoint` and its
34
35
smufl_glyphs .iterate_glyphs ()
35
36
```
36
37
37
- [ View source] ( https://github.com/finale-lua/lua-scripts/tree/refs/heads/master/src/library/smufl_glyphs.lua#L5938 )
38
+ [ View source] ( https://github.com/finale-lua/lua-scripts/tree/refs/heads/master/src/library/smufl_glyphs.lua#L7341 )
38
39
39
40
Returns an iterator over the standard SMuFL glyphs as defined in glyphnames.json.
40
41
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments