[Done] FontID and multiple form project
Posted: Thu Mar 14, 2013 5:40 am
Hello,
I want to create a multi form project and on each form I wish have different fonts.
Currently, it's not possible because Form Designer uses the same naming for constants :
Could you modify the naming by adding a differentiator ?
Why not the form name ?
I want to create a multi form project and on each form I wish have different fonts.
Currently, it's not possible because Form Designer uses the same naming for constants :
Code: Select all
Enumeration #PB_Compiler_EnumerationValue
#Font_0
#Font_1
...
EndEnumeration
Why not the form name ?
Code: Select all
Enumeration #PB_Compiler_EnumerationValue
#Font_Window_Main_0
#Font_Window_Main_1
...
EndEnumeration