![]() |
Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
![]() |
#include <FXRotatableFont.h>
Public Methods | |
FXFontMatrix (FXfloat FontSz=1.0) | |
FXFontMatrix (const FXFontMatrix &M) | |
void | setFontSz (FXfloat FontSz) |
void | setRotate (FXfloat T) |
void | setShear (FXfloat T) |
void | setAnamorphic (FXfloat a1, FXfloat d1) |
void | setMirrorX () |
void | setMirrorY () |
Friends | |
class | FXRotatableFont |
FXFontMatrix | operator * (FXFontMatrix M1, FXFontMatrix M2) |
Definition at line 33 of file FXRotatableFont.h.
|
build font metrics.
|
|
provide copy constructor.
|
|
adjust font size.
|
|
rotation angle (+) Rotates counter-clockwise.
|
|
set shear metric (+) Shears counter-clockwise.
|
|
set font to anamorphic.
|
|
set font to mirror about X.
|
|
set font to mirror about Y.
|
|
Definition at line 34 of file FXRotatableFont.h. |
|
allow font metrics multiplication.
|