VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
AVR.UEditor.UI.AVR_FA_GlyphHelper_Editor Class Reference
Inheritance diagram for AVR.UEditor.UI.AVR_FA_GlyphHelper_Editor:

Public Member Functions

override void OnInspectorGUI ()
 

Private Types

enum  FA_type { FA_type.SOLID, FA_type.BRAND, FA_type.REGULAR }
 

Private Member Functions

void OnEnable ()
 
void FromUnicode (Font UseFont)
 
void Glyphs (List< int > unicodes, Font DisplayFont, Font UseFont)
 

Private Attributes

FA_type ShowType = FA_type.SOLID
 
string unicode_input
 
List< int > regular_unicodes = new List<int>()
 
List< int > solid_unicodes = new List<int>()
 
List< int > brand_unicodes = new List<int>()
 
Font regular_static
 
Font regular_dynamic
 
Font regular_runtime
 
Font brand_static
 
Font brand_dynamic
 
Font brand_runtime
 
Font solid_static
 
Font solid_dynamic
 
Font solid_runtime
 
GUIStyle button_style
 
Vector2 scrollPos = Vector2.zero
 
bool show_glyphs = false
 

Detailed Description

Definition at line 11 of file AVR_FA_GlyphHelper_Editor.cs.