- indexing
- title: "Character formatter with justify actions"
- copyright: "Object Tools, 1996-1998"
- version: "1.1"
- cluster: formats
class G_CHARACTER_FORMATTER
- inherit
-
G_STRING_FORMATTER
-
- rename
-
make
as string_make
- end
-
G_ABSTRACT_FORMATTER
-
- undefine
- set_align_center,
- set_align_left,
- set_align_right,
- set_precision,
- set_width
-
- redefine
- make
-
- select
- make
- end
- creation
- make
- feature
-
make (c: CHARACTER_REF)
-
- require
-
format_char:
c /= void
end -- class G_CHARACTER_FORMATTER