home
wiki
classes/clusters list
class information
+
Point of view
INTERNALS_HANDLER
ANY
DRAW_STYLE
BASIC_FONT
INTERNALS_HANDLER
All features
class FONT
Summary
top
Class
FONT
allow to draw characters in style defined by some
BASIC_FONT
and add some decoration like underline.
Direct parents
inherit list:
BASIC_FONT
Overview
top
creation features
make
(basic:
BASIC_FONT
)
make_system_specific
(font_name:
STRING
)
It's recommended not to use this function.
exported features
height
:
INTEGER_32
base_line
:
INTEGER_32
height from the top to the bottom of characters like
'P'
or
'k'
.
text_width
(text:
UNICODE_STRING
):
INTEGER_32
height
:
INTEGER_32
writable attribute
top
base_line
:
INTEGER_32
writable attribute
top
height from the top to the bottom of characters like
'P'
or
'k'
.
Height is bigger due to characters that go under the base line like
'j'
or
'p'
.
text_width
(text:
UNICODE_STRING
):
INTEGER_32
effective function
top