|
VSTGUI
4.2
Graphical User Interface Framework not only for VST plugins
|
platform font class More...
Inheritance diagram for IPlatformFont:
Collaboration diagram for IPlatformFont:Public Member Functions | |
| virtual double | getAscent () const =0 |
| returns the ascent line offset of the baseline of this font. If not supported returns -1 More... | |
| virtual double | getDescent () const =0 |
| returns the descent line offset of the baseline of this font. If not supported returns -1 More... | |
| virtual double | getLeading () const =0 |
| returns the space between lines for this font. If not supported returns -1 More... | |
| virtual double | getCapHeight () const =0 |
| returns the height of the highest capital letter for this font. If not supported returns -1 More... | |
| virtual IFontPainter * | getPainter ()=0 |
Reference Counting Methods | |
| virtual void | forget () |
| decrease refcount and delete object if refcount == 0 More... | |
| virtual void | remember () |
| increase refcount More... | |
| virtual int32_t | getNbReference () const |
| get refcount More... | |
Message Methods | |
| virtual CMessageResult | notify (CBaseObject *sender, IdStringPtr message) |
Static Public Member Functions | |
| static IPlatformFont * | create (UTF8StringPtr name, const CCoord &size, const int32_t &style) |
| static bool | getAllPlatformFontFamilies (std::list< std::string > &fontFamilyNames) |
platform font class
Encapsulation of a platform font. You should never need to call IPlatformFont::create(..), instead use CFontDesc::getPlatformFont().
|
static |
Here is the caller graph for this function:
|
inlinevirtualinherited |
decrease refcount and delete object if refcount == 0
|
static |
Here is the caller graph for this function:
|
pure virtual |
returns the ascent line offset of the baseline of this font. If not supported returns -1
Here is the caller graph for this function:
|
pure virtual |
returns the height of the highest capital letter for this font. If not supported returns -1
Here is the caller graph for this function:
|
pure virtual |
returns the descent line offset of the baseline of this font. If not supported returns -1
Here is the caller graph for this function:
|
pure virtual |
returns the space between lines for this font. If not supported returns -1
Here is the caller graph for this function:
|
inlinevirtualinherited |
get refcount
|
pure virtual |
Here is the caller graph for this function:
|
inlinevirtualinherited |
Reimplemented in CView, GenericStringListDataBrowserSource, CDataBrowser, CScrollbar, CRockerSwitch, CScrollView, CViewContainer, CAnimationSplashScreen, CRowColumnView, UIDescriptionViewSwitchController, CShadowViewContainer, and CTooltipSupport.
Here is the caller graph for this function:
|
inlinevirtualinherited |
increase refcount
Here is the caller graph for this function: