Source Code (Use browser search to find items of interest.)

Class Index

kdvi'bitmap (./kdegraphics/kdvi/glyph.h:10)

struct bitmap {
  unsigned short	w, h;		/* width and height in pixels */
  short		bytes_wide;	/* scan-line width in bytes */
  char		*bits;		/* pointer to the bits */
};

/*
 * Per-character information.
 * There is one of these for each character in a font (raster fonts only).
 * All fields are filled in at font definition time,
 * except for the bitmap, which is "faulted in"
 * when the character is first referenced.
 */