Table of Contents ▸ List of Commands ▸ Input / Output ▸ font | ◀ echo_file | font2gmz ▶ |
font
Arguments:
- { 'Font_name' | font_number | font.gmz },_font_height[%]>0,_is_bold={ 0:No | 1:Yes }
Description:
Return font identifier (variable name) that can be further used in command text as a custom font.Font name can be { Acme | Arial | ArialBlack | BlackOpsOne | BlackChancery | CabinSketch | Caprasimo | CarnevaleeFreakshow | CheeseBurger | Cheque | ChequeBlack | Chlorinar | ComicSansMS | CourierNew | Creepster | Georgia | Hidayatullah | Impact | Jaro | Lobster | LuckiestGuy | Macondo | MedievalSharp | OdinRounded | Oswald | PalatinoLinotype | PlayfairDisplay | Roboto | Satisfy | Sofia | SundayMilk | TexGyreAdventor | TimesNewRoman | TitanOne | Typewriter | Verdana }.
If a filename font.gmz is specified, it must be a file converted with command font2gmz.
Default values:
font_height=64 and is_bold=0.
Example of use:
400,300,1,3 text "Hello World!",0.5~,0.5~,${"font \"Cheese Burger\",80"},1,255,255,128
