![]() |
Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
![]() |
#include <FXRotatableFont.h>
Inheritance diagram for FXEX::FXRotatableFont::
Public Methods | |
FXRotatableFont (FXApp *a, const FXFontDesc &fontdesc, FXfloat ang=0) | |
FXRotatableFont (FXApp *a, const FXString &face, FXuint sz, FXfloat ang=0, FXuint wt=FONTWEIGHT_NORMAL, FXuint sl=FONTSLANT_REGULAR, FXuint enc=FONTENCODING_DEFAULT, FXuint setw=FONTSETWIDTH_DONTCARE, FXuint h=0) | |
void | displayText (FXDC &dc, const FXString &str, FXint xstart, FXint ystart) |
FXfloat | getAngle () const |
void | setAngle (FXfloat ang) |
void | create () |
It differs in that it has the ability to be able to draw the font at a specified angle, rather than the tradional left-to-right.
Definition at line 71 of file FXRotatableFont.h.
|
Construct font from font description.
|
|
Construct a font with given face name, size in points(pixels), weight, slant, character set encoding, setwidth, and hints.
|
|
display text using font.
|
|
return angle.
Definition at line 88 of file FXRotatableFont.h. |
|
set to new angle.
|
|
create font resources.
|