or play with below afl
nice to have it as template
// GFXFontSymbol Template By Panos 3-5-2012
SetChartBkColor( colorBlack );
GfxSetBkMode(1); // me to 1 den exei backround
FontList = ParamList( "Fonts Name","Webdings|Wingdings 1|Wingdings 2|Wingdings 3|StarFont Sans|Monotype Corsiva|Impact|Marlett ",0);
GfxSelectFont(FontList , 20, 500 );
GfxSetTextColor( ParamColor("Fonts Color",colorAqua));
GfxTextOut("1 2 3 4 5 6 7 8 9 0 - =", 20, 10 ); //keyboard first line Numbers
GfxTextOut("! @ # $ % ^ & * () _ +", 550, 10 ); //keyboard first line with Shift pressed
GfxTextOut("q w e r t y u i o p [ ]", 20, 40 ); // 2 line qwerty leters
GfxTextOut("Q W E R T Y U I O P [ ]", 550, 40 );
GfxTextOut("a s d f g h j k l ;", 20, 70 ); // 3 line
GfxTextOut("A S D F G H J K L :", 550, 70 );
GfxTextOut("z x c v b n m , . /", 20, 100 ); // 4 line
GfxTextOut("| z x C V b n m < > ?", 550, 100 );
// this is just for testing
GfxSetTextColor( ColorRGB( 100, 200, 100 ) );
GfxTextOut(" Type Here , ", 20, 140 );
@PanoS@Anthony I wanted to write that to be able to do the full rotation you might want to modify the the param line to allow it to change from 0 to 3600 because the angle is specified in 0.1 degree units:
... but I have just noticed, that you already modified your post that way
AFL: support for UCN (universal character numbers) \uXXXX where XXXX is hexadecimal character code. UCN output works in PlotText/PlotTextSetFont, GfxDrawText, GfxTextOut, Chart titles, Interpretation and Commentary windows. Requires Windows 2000 or higher
For example
heart "\u2764"
sun "\u2600"
star "\u2605"
EURO currency: "\u20ac"
Sigma (greek): "\u03a3"
alpha (greek): "\u03b1"
beta (greek): "\u03b2"
umbrella: "\u2602"
telephone: "\u260e"
hand pointing up "\u261D"
NOT all glyphs (graphical representations of characters) are actually present in current font. This depends on your operating system. For example Segoe UI in Windows 7 has lots of characters, but Windows 8 has more
That means Antony you must look in your PC if you have installed that fonts, or accidently you delete one or most of them.
I cannot help in this. the code should work out of the box.
HINT: try to open word office and type something on Webdings fonts to find out if is there
No problem Anthony. But if you still can, please do me a favour and correct this "Milsoz".
Milosz (Miłosz) is a quite nice - at least in my opinion, Slavic name (meaning someone who is loved). It used to be very rare, now it's becoming more and more popular in Poland
As far back as I can remember, Windows has had a utility program called "Character Map", which lives in the "Windows Accessories" folder on Windows 10, but in a similar folder on other versions.
The drop-down at the top has a list of all the fonts available on the PC:
, and it shows all of the glyphs available for each one: