Contents:

 

 

Introduction


News blog


What is Servoy?


Getting Started


Comparison Servoy/VFP


Performance


How-To's

 

Code Reference

 

VFP2Servoy Toolkit

 

 

Contact / feedback

 

 

 

 

 

 

 

 

 

 

 

 

 

 

GETFONT() - application.showFontChooser()



Shows the Font Chooser Dialog.

 

VFP code example

? GETFONT()         && returns the chosen font i.e.: Arial,12,B  

 

Servoy code example

// 0=Regular, 1=Bold, 2=Italic, 3=BoldItalic
application.showFontChooser();  // returns a font i.e.: Book Antiqua,0,11

// alternatively:

globals.GETFONT(); 


Note: GETFONT() is a function of the VFP2Servoy Toolkit

 

 

External resources:

 

vfp plugin

 

ServoyWorld 2012 pics

 

Official Servoy website

 

Ken Levy on Servoy

 

Servoy info

 

Servoy Forum

 

Servoy Documentation

 

VisualFoxpro.com © 2010-2012 • All rights reserved • Contact: info@visualfoxpro.com