Settextstyle function in graphics || Graphics Tutorial #9

Published: 01 January 1970
on channel: Programming Life
235
1

This video is the part of my Graphics playlist :

below is the source code:


int main(){
int gd=DETECT,gm;
initgraph(&gd,&gm,"");

// void settextstyle(font,direction,font_size);
settextstyle(COMPLEX_FONT,2,4);
outtextxy(200,200," pankaj ");



getch();
closegraph();
return 0;
}


fonts:-

0. DEFAULT_FONT,

1. TRIPLEX_FONT,
2. SMALL_FONT,

3. SANS_SERIF_FONT,

4. GOTHIC_FONT,

5. SCRIPT_FONT,

6. SIMPLEX_FONT,

7. TRIPLEX_SCR_FONT,

8. COMPLEX_FONT,

9. EUROPEAN_FONT,

10. BOLD_FONT


On this page of the site you can watch the video online Settextstyle function in graphics || Graphics Tutorial #9 with a duration of hours minute second in good quality, which was uploaded by the user Programming Life 01 January 1970, share the link with friends and acquaintances, this video has already been watched 235 times on youtube and it was liked by 1 viewers. Enjoy your viewing!