Signature
glutStrokeLength(
const(
string
)
)-> int
glutStrokeLengthf(
const(
string
)
)-> float
glutStrokeWidth(
int(
character
)
)-> int
glutStrokeWidthf(
int(
character
)
)-> float
Parameters
Variables | Description |
---|---|
font |
Stroke font to use. For valid values, see the
glutStrokeWidth
description.
|
character |
Character to return width of (not confined to 8 bits).
|
string |
Text string (8-bit characters), null terminated.
|