[go: up one dir, main page]

Menu

[9a0086]: / man / man3 / TextStyle.3  Maximize  Restore  History

Download this file

89 lines (86 with data), 710 Bytes

 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
.TH "txtstyle" 3 "Mar 12, 2023"
.SH TextStyle
.PP
.B
Inherits from:
String
.PP
.B
Maturity Index:
Experimental
.SH Class Description
.PP
Temporary implementation of a class such as the Smalltalk (Squeak) class
.B
TextStyle
\&. This implementation is merely a subclass of
.B
String
and only implements the methods
.B
named:
and
.B
name
of the Squeak counterpart\&.
.SH Method types
.PP
.B
Creation
.RS 3
.br
* default
.br
* named:
.RE
.PP
.B
Accessing
.RS 3
.br
* name
.RE
.PP
.B
Printing
.RS 3
.br
* printOn:
.RE
.SH Methods
.PP
default
.RS 1
+
.B
default
.RE
.PP
named:
.RS 1
+
.B
named
:(STR)
.I
name
.RE
.PP
name
.RS 1
- (
STR
)
.B
name
.RE
.PP
printOn:
.RS 1
-
.B
printOn
:(IOD)
.I
aFile
.RE