GUIDOLib
1.7.7
A Music Score Rendering Engine
|
Go to the documentation of this file. 51 virtual const char *
GetName()
const = 0;
53 virtual int GetSize()
const = 0 ;
virtual void * GetNativeContext() const =0
Exports all graphical data to an image file.
virtual void GetExtent(const char *s, int inCharCount, float *outWidth, float *outHeight, VGDevice *context) const =0
void * GetContext(VGDevice *context) const
Definition: VGFont.h:74
virtual int GetProperties() const =0
Returns the current object's property value(s) (see enum above)
virtual const char * GetName() const =0
Returns the current object's name (as a string)
virtual int GetSize() const =0
Returns the current object's size (as an int)
Generic platform independant drawing device.
Definition: VGDevice.h:68
virtual ~VGFont()
Definition: VGFont.h:47
Generic pure virtual & device-independant font class.
Definition: VGFont.h:36