GUI.Toggle button Issue

Helloooo…

Guys for the first time i am using the toggle buttons in my app,and i want to provide a GUIStyle to my toggle buttons,but while i am applying a new font in it then it will hide the buttons there,it just showing me the text/String.
i have done lot of googling for this but cannot find why to solve the issue.

can any one help me or suggest me something to solve my problem.

Thanks in advance and apologize for my english.
Niki.j
Skype- nitinjindal1986

please reply some suggestions if anyone have used GUI.Toggle() with GUIStyle → Font.

Thanks

Hi Nitin,

Means button are missing there. No issue you need to specify tis thing manually
Please try this code

GUIStyle B_G1=new GUIStyle(GUI.skin.toggle);
		B_G1.active.background=bt_Texture;
		B_G1.normal.background=bt_Texture;
		B_G1.hover.background=bt_Texture;

use this GUIStyle in your Button.