File: README.Debian

package info (click to toggle)
vflib3 3.6.14.dfsg-3%2Bnmu4
  • links: PTS
  • area: main
  • in suites: buster
  • size: 11,936 kB
  • sloc: ansic: 36,071; sh: 10,354; asm: 3,290; makefile: 960; lisp: 123; perl: 109; awk: 43
file content (26 lines) | stat: -rw-r--r-- 1,034 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
vflib3 for Debian
-----------------

Major differences between VFlib 3.x and VFlib 2.x

  VFlib 2.x was designed only for Japanese Kanji fonts
    VFlib 3.6 has been multi-lingualized, so it can handle not only 
    Japanese Kanji fonts but also fonts for other languages 
    (e.g. Korean).
  
  Concept of font metrics is introduced in VFlib 3.6
    VFlib 2.x does not have the concept of font metrics since it assumes all
    characters have the same metrics. Font metrics is introduced in
    VFlib 3.6 and proportional fonts can be used now.
  
  Syntax of vflibcap file has been changed
    The syntax of vflibcap file is massively revised. VFlib 2.x adopted
    termcap-like notation, but now VFlib 3.6 adopts lisp-like
    notation.
  
  Arguments and return values of functions have been changed
    In VFlib 2.x, bitmaps of characters are written in a frame buffer
    which is given by an argument. But in VFlib 3.6, a bitmap object
    is returned.

 -- Masayuki Hatta <mhatta@debian.org>, Sun,  8 Jul 2001 16:10:42 +0900