Mansour Behabadi

Results 16 issues of Mansour Behabadi

A lot of `s = strings.Replace(s, ...` is in the code which eats up memory is slow on larger files. Should have some slices of new objects and only write...

Use case: I want to get attributes of elements but don't care if nothing matches. With existing hardcoded minimum requirement, it's not possible and I have to do an extra...

Add it both to the library and the command line interface.

enhancement

Add a guided test option to command line utility that writes and then reads back what it wrote and verifies it. Make sure you warn the user before the test.

enhancement

Things like setting bit density, running various tests, etc.

enhancement

[Due to the change](https://github.com/tinygo-org/tinyfont/commit/05eb156cff8b312112ba7e43e414d7072da89950#diff-f0b89e750537c3a28298638ffc89ccc618960aac62d8f0b28e1297c97346f8f6L32-L34) from `Glypher` to `Glyph`. Attempting to use a font created by [tinyfontgen-ttf](https://github.com/tinygo-org/tinyfont/tree/release/cmd/tinyfontgen-ttf) and using it, yields: ``` main.go:31:28: cannot use font (variable of type *Font) as...

next-release