Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/fontloader/runtime/fontloader-reference.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18933,6 +18933,7 @@ function readers.gdef(f,fontdata,specification)
local class=classes[readushort(f)]
if class=="mark" then
marks[index]=true
glyphs[index].width=0
end
glyphs[index].class=class
end
Expand All @@ -18947,6 +18948,7 @@ function readers.gdef(f,fontdata,specification)
glyphs[index].class=class
if class=="mark" then
marks[index]=true
glyphs[index].width=0
end
end
end
Expand Down