Skip to content

Commit e757f45

Browse files
chore: autopublish 2025-07-28T23:15:44Z
1 parent 5e28095 commit e757f45

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/library/smufl_glyphs.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# SMuFL Glyphs
22

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.
56

67
## Functions
78

@@ -14,7 +15,7 @@ The `glyphs` and `by_codepoint` tables were programmatically generated from it.
1415
smufl_glyphs.get_glyph_info(codepoint_or_name, font_info_or_name)
1516
```
1617

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)
1819

1920
Returns the SMuFL glyph name and a new table containing the `codepoint` and its `description`.
2021

@@ -34,7 +35,7 @@ Returns the SMuFL glyph name and a new table containing the `codepoint` and its
3435
smufl_glyphs.iterate_glyphs()
3536
```
3637

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)
3839

3940
Returns an iterator over the standard SMuFL glyphs as defined in glyphnames.json.
4041

src/lib/lib/script-data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)