Current scale factor between FLTK and drawing units: drawing = FLTK * scale() */
| 261 | inline void font_descriptor(Fl_Font_Descriptor *d) { font_descriptor_ = d;} |
| 262 | /** Current scale factor between FLTK and drawing units: drawing = FLTK * scale() */ |
| 263 | float scale() { return scale_; } |
| 264 | /** Sets the current value of the scaling factor */ |
| 265 | virtual void scale(float f); |
| 266 | /** Return whether the graphics driver can do alpha blending */ |
no outgoing calls
no test coverage detected