x/image/font/{sfnt,opentype}: expose more SFNT tables #45325
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes.
What operating system and processor architecture are you using (
go env
)?go env
Outputtext layouting and typesetting
in the context of text layouting and typesetting, it would be great for the
sfnt
package to expose way to access more informations from the font tables.e.g. somebody trying to replicate or port (parts of) the HarfBuzz library would want to have access to the informations provided by the tables
sfnt
is currently decoding but hiding from public consumption:for the purpose of drawing mathematical equations, having access to the
math
table informations would also be quite useful.(but this might be a separate issue)
@nigeltao
The text was updated successfully, but these errors were encountered: