GUIDOLib  1.7.7
A Music Score Rendering Engine
Public Attributes | List of all members
GuidoInitDesc Struct Reference

A data structure containing all information required by GuidoInit() More...

Public Attributes

VGDevicegraphicDevice
 a graphic device pointer, if null a default device is used More...
 
void * reserved
 
const char * musicFont
 the music font name, defaults to "guido" font when null More...
 
const char * textFont
 a text font name, defaults to "times" font when null More...
 

Detailed Description

A data structure containing all information required by GuidoInit()

Member Data Documentation

◆ graphicDevice

VGDevice* GuidoInitDesc::graphicDevice

a graphic device pointer, if null a default device is used

◆ musicFont

const char* GuidoInitDesc::musicFont

the music font name, defaults to "guido" font when null

◆ reserved

void* GuidoInitDesc::reserved

◆ textFont

const char* GuidoInitDesc::textFont

a text font name, defaults to "times" font when null


Guido Project Copyright © 2019 Grame-CNCM