plan9port

[fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port # fast
git clone https://src.adamsgaard.dk/plan9port.git # slow
Log | Files | Refs | README | LICENSE Back to index

nowsys.c (241B)


      1 #include <u.h>
      2 #include <libc.h>
      3 #include <draw.h>
      4 #include <memdraw.h>
      5 #include "a.h"
      6 
      7 void
      8 loadfonts(void)
      9 {
     10 }
     11 
     12 void
     13 load(XFont *f)
     14 {
     15 }
     16 
     17 Memsubfont*
     18 mksubfont(XFont *f, char *name, int lo, int hi, int size, int antialias)
     19 {
     20 	return nil;
     21 }