If OpenWindow(0, 0, 0, 222, 130, "SetGadgetFont", #PB_Window_SystemMenu | #PB_Window_ScreenCentered) If LoadFont(0, "Arial", 24) SetGadgetFont(#PB_Default, FontID(0)) ; Set the loaded Arial 16 font as new standard EndIf ButtonGadget(0, 10, 2, 200, 40, "മലയാളം") SetGadgetFont(#PB_Default, #PB_Default) ; Set the font settings back to original standard font EditorGadget(1, 15, 50, 200, 40) For a = 0 To 2 AddGadgetItem(1, a, "മലയാളം") Next If LoadFont(1,"Courier",24, #PB_Font_Bold | #PB_Font_Underline) SetGadgetFont(#PB_Default, FontID(1)) ; Set the loaded Courier 10 font as new standard EndIf TextGadget(2, 10, 90, 200, 40, "മലയാളം", #PB_Text_Center) Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow EndIf a$="മലയാളം" MessageRequester("test",a$) ; IDE Options = PureBasic 5.50 (Windows - x86) ; CursorPosition = 6 ; EnableXP