mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-12 11:49:23 +02:00
23 lines
472 B
C
23 lines
472 B
C
/* XPM */
|
|
static char * fonts_xpm[] = {
|
|
"19 17 2 1",
|
|
" c None",
|
|
". c #000000",
|
|
" ... ",
|
|
" ... ",
|
|
" ..... ",
|
|
" .. ... ",
|
|
" . ... ",
|
|
" .. ... ",
|
|
" . .... ",
|
|
" . .... ",
|
|
" .. ... ",
|
|
" .......... ",
|
|
" .. .... ",
|
|
" . .... ",
|
|
" .. .... ",
|
|
" .. ... ",
|
|
" .... ..... ",
|
|
"...... ........ ",
|
|
" "};
|