Explorar el Código

* Created a built-in font from Bitstream Vera (Monospace 9).

tags/v0.99.beta14
Sam Hocevar sam hace 19 años
padre
commit
d8821beb81
Se han modificado 3 ficheros con 4889 adiciones y 0 borrados
  1. +1
    -0
      cucul/Makefile.am
  2. +5
    -0
      cucul/font.c
  3. +4883
    -0
      cucul/font_monospace9.h

+ 1
- 0
cucul/Makefile.am Ver fichero

@@ -26,6 +26,7 @@ libcucul_la_SOURCES = \
sprite.c \
dither.c \
font.c \
font_monospace9.h \
export_irc.c \
export_ansi.c \
export_html.c \


+ 5
- 0
cucul/font.c Ver fichero

@@ -32,6 +32,11 @@
#include "cucul.h"
#include "cucul_internals.h"

/* Internal fonts */
uint8_t const font_monospace9[] =
#include "font_monospace9.h"
;

struct font_header
{
uint32_t control_size, data_size;


+ 4883
- 0
cucul/font_monospace9.h
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


Cargando…
Cancelar
Guardar