netsurf/framebuffer/res
Michael Drake 4cbc56ebc1 Add Unicode support to internal font.
+ Now contains more glpyhs (was previously limited to cp-1252).
  + When a glyph is unavailable, the codepoint is now rendered.
  + Added glyph data file.
  + Added converter to generate the font's .c file from the data.

TODO:

  The generated file is currently checked into the repo, but it
  should be generated as part of the build process, in the
  build-* directory.

  To update the generated source file, first build the converter:

      $ gcc -O2 -Wall framebuffer/convert_font.c -lm \
          -o build-Linux-framebuffer/tools/convert_font

  And then use it to generate the souce file:

      $ build-Linux-framebuffer/tools/convert_font \
         framebuffer/res/fonts/glyph_data \
         framebuffer/GEN_font_internal.c -v

  The converter's usage is:

     convert_font [options] <in_file> <out_file>

  See convert_font --help for more details.
2014-05-06 21:31:05 +01:00
..
fonts Add Unicode support to internal font. 2014-05-06 21:31:05 +01:00
icons Add OSK icon. 2012-09-28 19:52:21 +01:00
pointers Indicate hot spot locations. 2009-02-26 14:48:41 +00:00
adblock.css Fix framebuffer resource: handling 2011-03-17 12:29:42 +00:00
credits.html Fix framebuffer resource: handling 2011-03-17 12:29:42 +00:00
default.css Merged revisions 5309-5406,5409-5422 via svnmerge from 2008-09-23 14:00:40 +00:00
favicon.png Fix framebuffer 2011-10-07 21:20:45 +00:00
internal.css Fix framebuffer resource: handling 2011-03-17 12:29:42 +00:00
licence.html Fix framebuffer resource: handling 2011-03-17 12:29:42 +00:00
messages Merged revisions 5309-5406,5409-5422 via svnmerge from 2008-09-23 14:00:40 +00:00
netsurf.png Fix framebuffer resource: handling 2011-03-17 12:29:42 +00:00
quirks.css Merge LibCSS port to trunk. 2009-07-23 23:05:34 +00:00
throbber move framebuffer port to framebuffer toolkit 2009-03-10 21:45:54 +00:00
welcome.html Add welcome page resources. Add symlinks to English welcome page to gtk and framebuffer. 2012-07-21 13:09:14 +01:00