milsko/src/cursor/text.c
Nishi da20432c31
Some checks are pending
pyrite-dev/milsko/pipeline/head Build queued...
ugh
2026-04-24 01:43:38 +09:00

50 lines
867 B
C

#include <Mw/Milsko.h>
/**
* Created by bitmaptobdf
*
* Copyright notice:
* These ""glyphs"" are unencumbered
*/
MwCursor MwCursorText = {
7, 14, -3, -7,
{
119, /* ###.### */
28, /* ..###.. */
8, /* ...#... */
8, /* ...#... */
8, /* ...#... */
8, /* ...#... */
8, /* ...#... */
8, /* ...#... */
8, /* ...#... */
8, /* ...#... */
8, /* ...#... */
8, /* ...#... */
28, /* ..###.. */
119, /* ###.### */
0,
0
}
};
MwCursor MwCursorTextMask = {
9, 16, -4, -8,
{
495, /* ####.#### */
511, /* ######### */
511, /* ######### */
124, /* ..#####.. */
56, /* ...###... */
56, /* ...###... */
56, /* ...###... */
56, /* ...###... */
56, /* ...###... */
56, /* ...###... */
56, /* ...###... */
56, /* ...###... */
124, /* ..#####.. */
511, /* ######### */
511, /* ######### */
495 /* ####.#### */
}
};