~ubuntu-branches/ubuntu/warty/koffice/warty

« back to all changes in this revision

Viewing changes to kivio/kiviopart/pics/hi16-action-font_size.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2004-05-09 11:33:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040509113300-vfrdadqsvjfuhn3b
Tags: 1:1.3.1-1
* New upstream bugfix release.
* Built against newer imagemagick (closes: #246623).
* Made koffice-libs/kformula recommend/depend on latex-xft-fonts, which
  provides mathematical fonts that the formula editor can use.  Also
  patched the kformula part to make these fonts the default.
* Changed kword menu hint from "WordProcessors" to "Word processors"
  (closes: #246209).
* Spellchecker configuration is now fixed (closes: #221256, #227568).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* XPM */
2
 
static const char *magick[] = {
3
 
/* columns rows colors chars-per-pixel */
4
 
"16 16 3 1",
5
 
"  c Gray0",
6
 
". c #808080",
7
 
"X c None",
8
 
/* pixels */
9
 
"XXXXXXXXXXXXXXXX",
10
 
"XXXXXXXXXXXXXXXX",
11
 
"XXXXXX. . . . .X",
12
 
"XXXXX. .XXXXXX X",
13
 
"XXXXX   XXXXX   ",
14
 
"XXXX.   .XXXXX X",
15
 
"XXXX  .  XXXXX X",
16
 
"XXX. .X  .XXXX X",
17
 
"XXX  XX.  XXXX X",
18
 
"XX.       .XXX X",
19
 
"XX  XXXX.  XXX X",
20
 
"X. XXXXXX  .X   ",
21
 
"    XXXX     X X",
22
 
"XXXXXXXXXXXXXXXX",
23
 
"XXXXXXXXXXXXXXXX",
24
 
"XXXXXXXXXXXXXXXX"
25
 
};