Search found 1 match

by adriana_sbircea
Tue Mar 19, 2013 5:56 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Adjusting font-size in oxy_editor
Replies: 2
Views: 3216

Re: Adjusting font-size in oxy_editor

Hello Stefan, By default, a form control uses the font for GUI setting in <oXygen/> (Preferences/Fonts page). To achieve the desired behavior you can use the "fontInherit" property, like this: oxy_textfield( edit, "@attribute", fontInherit, true); } The "fontInherit" pr...