ocaml / graphics

The Graphics library from OCaml, in a standalone repository
Other
58 stars 30 forks source link

set_text_size doesn't work #7

Open vicuna opened 15 years ago

vicuna commented 15 years ago

Original bug ID: 4677 Reporter: Outsider Status: confirmed (set by @damiendoligez on 2012-09-17T11:37:50Z) Resolution: open Priority: normal Severity: text Version: 3.11.0+beta Target version: later Category: standard library Monitored by: Outsider

Bug description

It is like I said : it doesn't work and it bothers me. I have to create a little game and I hoped to changed things the way I liked. It is not a major problem but it could be better to fix this problem.

vicuna commented 11 years ago

Comment author: @damiendoligez

Under X window, you're probably better off using set_font instead, as the font name includes the size.

kabirwalia8300 commented 2 years ago

Any update on this?