简体   繁体   中英

Actually changing text size with OCaml Graphics

I was wondering how to set text size in OCaml. I tried Graphics.set_text_size which should do the deal I guess.

But whether I put set_text_size 200 or set_text_size 20 doesn't change a thing…

maybe for now, Graphics.set_text_size is not implemented yet.

But, you can use: set_font

set_font "-misc-dejavu sans mono-bold-r-normal--256-0-0-0-m-0-iso8859-1";

this can set font size

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM