Then x0000.bit does not contain a glyph with code zero. Change it to
something like

0x0000 0x0020 someexistingfont/latin1.9
0x0020 0x003f x0020.bit

This will take all the control characters from a font known to have them.

-rob

On Wed, Jan 11, 2017 at 3:16 AM, Mathieu Lonjaret <
mathieu.lonja...@gmail.com> wrote:

> Ah thanks, I had forgotten to try reading that one. Here goes:
>
> $ 9p read 'font/Go Mono/11/font'
>          16          13
> 0x0000 0x001f x0000.bit
> 0x0020 0x003f x0020.bit
> ...
>
>
> On 10 January 2017 at 17:13, andrey mirtchovski <mirtchov...@gmail.com>
> wrote:
>
>> > Sorry, I don't understand what you mean by the textual Plan 9 font file.
>>
>> do $ 9p read 'font/Go Mono/11/font' instead. the second line should
>> point to the glyph file for runes 0x0 to 0xff, something like:
>>
>> 0x0000 0x00ff x0000.bit
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to