mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
forgot this
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14928 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f7ce3ed166
commit
741d9831c6
19
lib/images/README
Normal file
19
lib/images/README
Normal file
@ -0,0 +1,19 @@
|
||||
|
||||
All icons to be used should follow this, so that the icons
|
||||
look alike.
|
||||
|
||||
- size 20x20 pixels
|
||||
|
||||
- five color:
|
||||
#000000000000
|
||||
#BFBFBFBFBFBF
|
||||
#FFFFFFFFFFFF
|
||||
navy
|
||||
#B2B2ABABACAC
|
||||
|
||||
- two color:
|
||||
#BFBFBFBFBFBF
|
||||
black
|
||||
|
||||
Hint: for editing a bitmap, remove the 'const' with
|
||||
a text editor.
|
27
lib/images/font-smallcaps.xpm
Normal file
27
lib/images/font-smallcaps.xpm
Normal file
@ -0,0 +1,27 @@
|
||||
/* XPM */
|
||||
static char const * smallcaps_xpm[] = {
|
||||
"20 20 2 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" . ",
|
||||
" . ",
|
||||
" . . .... .... ",
|
||||
" . . . . .. ",
|
||||
" . . . . . ",
|
||||
" ..... ... . ",
|
||||
" . . . . . ",
|
||||
" . . . . .. ",
|
||||
"... ...... .... ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user