manpagez: man pages & more
info mathgl
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

9.5.8 Font faces sample

../png/fonts

C++ code

float h=1.1, d=0.25;
gr->LoadFont("STIX");		gr->Puts(mglPoint(0,h), "default font (STIX)");
gr->LoadFont("adventor");	gr->Puts(mglPoint(0,h-d), "adventor font");
gr->LoadFont("bonum");		gr->Puts(mglPoint(0,h-2*d), "bonum font");
gr->LoadFont("chorus");		gr->Puts(mglPoint(0,h-3*d), "chorus font");
gr->LoadFont("cursor");		gr->Puts(mglPoint(0,h-4*d), "cursor font");
gr->LoadFont("heros");		gr->Puts(mglPoint(0,h-5*d), "heros font");
gr->LoadFont("heroscn");	gr->Puts(mglPoint(0,h-6*d), "heroscn font");
gr->LoadFont("pagella");	gr->Puts(mglPoint(0,h-7*d), "pagella font");
gr->LoadFont("schola");		gr->Puts(mglPoint(0,h-8*d), "schola font");
gr->LoadFont("termes");		gr->Puts(mglPoint(0,h-9*d), "termes font");

MGL code

NOT AVAILABLE

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.