-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLibraryInfo.dm
More file actions
44 lines (29 loc) · 1.28 KB
/
LibraryInfo.dm
File metadata and controls
44 lines (29 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*
SByIo Library V3 - Open Source
By Joshua Moss (Bandock)
Credits:
Magnum2k - For suggesting an input cursor selection based on
mouse clicking of the position.
Gooseheaded - For suggesting a way to handle input objects that
require no border or/and background.
Mechanios - For suggesting use of images and contributing to the
project.
Danbriggs - For also suggesting use of images.
Forum_account - For suggesting the use of default arguments and
variable font width support.
Contributors - For providing any bit of work to the library.
You - For using this library.
This library enables the use of text objects as well as onscreen
input. More features maybe provided in the near future.
When creating fonts to work with this library, make sure to use as
dark of the colors as possible if you're planning to use the SetColor
procedure. However, you may use different shades of color to create
nifty text.
The demo source code included can show you what a program that uses
these features looks like.
Warning 1: May want to test your project when dealing with large
text objects (in terms of size and length of the text) while placing
them on the screen. Otherwise, it will affect the screen and cause
distortion to other text objects. Does not have much impact on
map-placed text objects.
*/