Function FontRotate() Foundation
Mirrors or rotates characters of a font.
FontRotate( <cFontString> , ;
<nDirection> , ;
[<nPixelHeight>], ; // Default: CharPix()
[<nStart>] ; // Default: 0
) --> cNewFontString
Returns the modified font as a string.
<cFontString>
This parameter is the return value of GetFont()
<nDirection> =
1 --> Rotates characters 90° counter clockwise
2 --> Mirrors characters vertically
3 --> Mirrors characters horizontally
<nPixelHeight>
Is only relevant for <nDirection> == 1 or 3
<nStart>
Is only relevant for <nDirection> == 1
This function is not supported under Windows.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.