Download the New Indian Rupee Font

Rupee symbol1 161x200 Download the New Indian Rupee Font

Indian Rupee Symbol

The New Indian Rupee Symbol was introduced a couple of days back. And I am sure many of you must be wondering how you are going to type it in a document using your keyboard. Well, I have found a solution to this. icon smile Download the New Indian Rupee Font

Though it may take some time for the Symbol to appear on your keyboard, but can right away be typed as a character, using the newly created font thanx to Foradian Technologies.

The font is named ‘Rupee Foradian’ & it has been made with support for Indian Currency Symbol.

rupee symbol 100x100 Download the New Indian Rupee Font

Indian Currency Symbol

Now, How to Download and use the font:

  • Click here to download the font file.
  • Once the font file is downloaded, there are 2 ways to install it. If you are using the Windows 7 Operating System, you just need to double click on the downloaded file & then –> click Install and the font is installed in your MS Office.
  • But if you are using Windows XP than you have to copy the downloaded font file to the “Fonts” Folder in the Control Panel.
  • And now you are all set to start using it. icon smile Download the New Indian Rupee Font

How to type the Rupee Symbol:

Rupee word Download the New Indian Rupee Font

  • Open Microsoft Word and select ‘Rupee Foradian’ from the drop down fonts list and press the key just above the Tab key on your keyboard and you will get the New Rupee Symbol. Go ahead, try it. icon smile Download the New Indian Rupee Font

rupee keyboard Download the New Indian Rupee Font

  • It works in Open Office and Microsoft Works Words Processor as well as this is the full version (Version 2.0) of the font and it contains all the gylphs (letters) and is based on BitstreamVera

So what are you waiting for… download and be among the first ones to start using it. icon smile Download the New Indian Rupee Font

Download Rupee Font here

“If you like this post please share it, also your comments using the comment box below, and your feedback about the Rupee font is Welcome. Thanx.” icon smile Download the New Indian Rupee Font

Credits to Foradian Technologies

“+
“+

“+

“+

“+

“+

“+

“;
var dDiv = document.createElement(‘div’);
dDiv.innerHTML = controlHTML;
Transliterate._controlDiv = dDiv.firstChild;
//document.importNode(Transliterate._controlDiv, true);
document.body.appendChild(Transliterate._controlDiv);
Transliterate._controlDiv.dimension = {‘width’: Transliterate._controlDiv.offsetWidth, ‘height’: Transliterate._controlDiv.offsetHeight};

if (this.is_local) {
Transliterate._controlDiv.style.display = ‘block’;
} else {
Transliterate._controlDiv.style.display = ‘none’;
}
},
parentWin: undefined,
performAction: function(){
google.load(‘language’, “1″);
google.load(“elements”, “1″, {
packages: ["transliteration"],
});
google.setOnLoadCallback(Transliterate.init);
},
setCookie: function(cookieName, cookieValue, nDays) {
var today = new Date();
var expire = new Date();
if (nDays==null || nDays==0) nDays=30;
expire.setTime(today.getTime() + 3600000*24*nDays);
document.cookie = cookieName+”=”+escape(cookieValue)
+ “;expires=”+expire.toGMTString();
},

getCookie: function(name) {
var theCookies = document.cookie.split(/[; ]+/);
for (var i = 0 ; i < theCookies.length; i++) {
var aName = theCookies[i].substring(0,theCookies[i].indexOf('='));
if (aName == name) {
var c = theCookies[i];
var index = c.lastIndexOf('=');
c = c.substring(index+1, c.length);
return c;
}
}
},

eventAdded: false,
onLoad: function(loadCallback){
if(Transliterate.loaded){
return loadCallback();
}
document.write = function(scr){
var d = document.createElement(‘div’);
d.innerHTML = scr;
document.body.appendChild(d.firstChild);
};
var callBack = function(){
Transliterate.addStyles();
Transliterate.createComponents();
Transliterate.performAction();
loadCallback();
};
Transliterate.addScript(‘http://www.google.com/jsapi’, callBack);
Transliterate.loaded = true;
},
addEvents: function(){
if(Transliterate.eventAdded){
return;
}
Transliterate.eventAdded = true;
document.addEventListener(‘mousedown’, Transliterate.handleEvent, true);
document.addEventListener(‘focus’, Transliterate.handleEvent, true);
/*document.addEventListener(‘blur’, function(ev){
var tar = ev.target;
tar.removeEventListener(‘click’, Transliterate.handleEvent, false);
tar.removeEventListener(‘focus’, Transliterate.handleEvent, false);
}, false);*/
},
autoIdCntr: 1,
isEditableElement: function(el){
var tag = el.tagName;
if(!tag || el.disabled == true || el.readOnly == true){
return false;
}
if(tag.toLowerCase() == ‘textarea’){
return true;
}
if(Transliterate.supportTextBoxes && tag.toLowerCase() == ‘input’ && el.type.toLowerCase() == ‘text’){
return true;
}
if(tag.toLowerCase() == ‘div’ && el.contentEditable.toLowerCase() == ‘true’){
return true;
}
if(tag.toLowerCase() == ‘iframe’){
var iframedoc = el.contentWindow.document;
if(iframedoc.designMode.toLowerCase() == “on” || iframedoc.body.contentEditable.toLowerCase() == “true”) {
return true;
}
}
},
handleEvent: function(event){
try{
// HRef
if (this.is_local) {
var el = document.getElementById(‘myTextarea’);
} else {
var el = event.target;
}
if(Transliterate.isEditableElement(el)){
var lazyLoader = function(){
Transliterate.lazyLoadObjects(el);
};
var initer = function(){
Transliterate.checkAndWaitTillInit(lazyLoader);
};
Transliterate.onLoad(initer);
return;
}
if(!Transliterate.isCntrlsDiv(el)){
Transliterate.showControl(el, true);
}
}catch(e){
}
},
waitCounter: 0,
checkAndWaitTillInit: function(callback){
try{
Transliterate.init();
}catch(e){
if(Transliterate.waitCounter == 15){
return;
}
Transliterate.waitCounter++;
var f = function(){
Transliterate.checkAndWaitTillInit(callback);
};
setTimeout(f, 200);
return;
}
callback();
},
isInTheList: function(el){
for(var i=0; i
if(Transliterate.enabledElements[i] === el){
return true;
}
}
return false;
},
addToList: function(el){
Transliterate.enabledElements[Transliterate.enabledElements.length] = el;
},
lazyLoadObjects: function(el){
if(Transliterate.isEditableElement(el)){
if(!Transliterate.isInTheList(el)){
var eles = [el];
Transliterate.addToList(el);
var options = {
adjustTextareaStyle: false,
adjustTextareaDirection: true
};
Transliterate.transliterationControl.makeTransliteratable(eles, options);
}
Transliterate.languageChangeHandler(true);
return Transliterate.showControl(el);
}
},

isCntrlsDiv: function(el){
var p = el;
while((p = p.parentNode)){
if(p == Transliterate._controlDiv){
return true;
}
}
return false;
},
findPos: function(obj){
var curleft = curtop = 0;
if (obj.offsetParent) {
do {
curleft += obj.offsetLeft;
curtop += obj.offsetTop;
}while (obj = obj.offsetParent);
return {‘left’: curleft, ‘top’: curtop};
}
},
showControl: function(ele, hide){
if(hide){
if (this.is_local) {
Transliterate._controlDiv.style.display = ‘block’;
} else {
Transliterate._controlDiv.style.display = ‘none’;
}
return;
}
var pos = Transliterate.findPos(ele);
var dim = Transliterate._controlDiv.dimension;
var etop = pos.top-dim.height;
var eleft = pos.left+ele.offsetWidth-dim.width;
var cssTxt = ‘position: absolute; opacity: 0.8; left: ‘+eleft+’px; top: ‘+etop+’px; display: block; z-index: 20000;’;
Transliterate._controlDiv.style.cssText = cssTxt;
},
setPref: function(defaultLang, textBoxSupport){
Transliterate.defaultLanguage = defaultLang;
Transliterate.supportTextBoxes = textBoxSupport;
},
// HRef
checkElement: function() {
if (window.location.href == “chrome://epic/content/xml/hrefindic.html”) {
// Original logic by google indic for the sidebar. We return because we do not want to set the regular interval timer
Transliterate.addEvents();
return;
} else {
// For all other pages
var activeElement = window.document.activeElement;
if(Transliterate.isEditableElement(activeElement)){
if ((activeElement.ownerDocument.defaultView.Transliterate) || (Transliterate.is_newtab)){
Transliterate.eventAdded = true;
var el = activeElement;
var lazyLoader = function(){
Transliterate.lazyLoadObjects(el);
};
var initer = function(){
Transliterate.checkAndWaitTillInit(lazyLoader);
};
Transliterate.onLoad(initer);
} else {
//alert(‘no’);
}
} else {
if ((Transliterate._controlDiv) && (!Transliterate.isCntrlsDiv(activeElement))) {
Transliterate.showControl(activeElement, true);
}
}
}
setTimeout(Transliterate.checkElement, 1000);
}
};
Transliterate.checkElement();
document.addEventListener(“click”, Transliterate.checkElement, true);Transliterate.setPref(‘HINDI’, true);
// ]]>

“+
“+
“+

“+
“”+

“+

“+

“;
var dDiv = document.createElement(‘div’);
dDiv.innerHTML = controlHTML;
Transliterate._controlDiv = dDiv.firstChild;
//document.importNode(Transliterate._controlDiv, true);
document.body.appendChild(Transliterate._controlDiv);
Transliterate._controlDiv.dimension = {‘width’: Transliterate._controlDiv.offsetWidth, ‘height’: Transliterate._controlDiv.offsetHeight};

if (this.is_local) {
Transliterate._controlDiv.style.display = ‘block’;
} else {
Transliterate._controlDiv.style.display = ‘none’;
}
},
parentWin: undefined,
performAction: function(){
google.load(‘language’, “1″);
google.load(“elements”, “1″, {
packages: ["transliteration"],
});
google.setOnLoadCallback(Transliterate.init);
},
setCookie: function(cookieName, cookieValue, nDays) {
var today = new Date();
var expire = new Date();
if (nDays==null || nDays==0) nDays=30;
expire.setTime(today.getTime() + 3600000*24*nDays);
document.cookie = cookieName+”=”+escape(cookieValue)
+ “;expires=”+expire.toGMTString();
},

getCookie: function(name) {
var theCookies = document.cookie.split(/[; ]+/);
for (var i = 0 ; i < theCookies.length; i++) {
var aName = theCookies[i].substring(0,theCookies[i].indexOf('='));
if (aName == name) {
var c = theCookies[i];
var index = c.lastIndexOf('=');
c = c.substring(index+1, c.length);
return c;
}
}
},

eventAdded: false,
onLoad: function(loadCallback){
if(Transliterate.loaded){
return loadCallback();
}
document.write = function(scr){
var d = document.createElement(‘div’);
d.innerHTML = scr;
document.body.appendChild(d.firstChild);
};
var callBack = function(){
Transliterate.addStyles();
Transliterate.createComponents();
Transliterate.performAction();
loadCallback();
};
Transliterate.addScript(‘http://www.google.com/jsapi’, callBack);
Transliterate.loaded = true;
},
addEvents: function(){
if(Transliterate.eventAdded){
return;
}
Transliterate.eventAdded = true;
document.addEventListener(‘mousedown’, Transliterate.handleEvent, true);
document.addEventListener(‘focus’, Transliterate.handleEvent, true);
/*document.addEventListener(‘blur’, function(ev){
var tar = ev.target;
tar.removeEventListener(‘click’, Transliterate.handleEvent, false);
tar.removeEventListener(‘focus’, Transliterate.handleEvent, false);
}, false);*/
},
autoIdCntr: 1,
isEditableElement: function(el){
var tag = el.tagName;
if(!tag || el.disabled == true || el.readOnly == true){
return false;
}
if(tag.toLowerCase() == ‘textarea’){
return true;
}
if(Transliterate.supportTextBoxes && tag.toLowerCase() == ‘input’ && el.type.toLowerCase() == ‘text’){
return true;
}
if(tag.toLowerCase() == ‘div’ && el.contentEditable.toLowerCase() == ‘true’){
return true;
}
if(tag.toLowerCase() == ‘iframe’){
var iframedoc = el.contentWindow.document;
if(iframedoc.designMode.toLowerCase() == “on” || iframedoc.body.contentEditable.toLowerCase() == “true”) {
return true;
}
}
},
handleEvent: function(event){
try{
// HRef
if (this.is_local) {
var el = document.getElementById(‘myTextarea’);
} else {
var el = event.target;
}
if(Transliterate.isEditableElement(el)){
var lazyLoader = function(){
Transliterate.lazyLoadObjects(el);
};
var initer = function(){
Transliterate.checkAndWaitTillInit(lazyLoader);
};
Transliterate.onLoad(initer);
return;
}
if(!Transliterate.isCntrlsDiv(el)){
Transliterate.showControl(el, true);
}
}catch(e){
}
},
waitCounter: 0,
checkAndWaitTillInit: function(callback){
try{
Transliterate.init();
}catch(e){
if(Transliterate.waitCounter == 15){
return;
}
Transliterate.waitCounter++;
var f = function(){
Transliterate.checkAndWaitTillInit(callback);
};
setTimeout(f, 200);
return;
}
callback();
},
isInTheList: function(el){
for(var i=0; i
if(Transliterate.enabledElements[i] === el){
return true;
}
}
return false;
},
addToList: function(el){
Transliterate.enabledElements[Transliterate.enabledElements.length] = el;
},
lazyLoadObjects: function(el){
if(Transliterate.isEditableElement(el)){
if(!Transliterate.isInTheList(el)){
var eles = [el];
Transliterate.addToList(el);
var options = {
adjustTextareaStyle: false,
adjustTextareaDirection: true
};
Transliterate.transliterationControl.makeTransliteratable(eles, options);
}
Transliterate.languageChangeHandler(true);
return Transliterate.showControl(el);
}
},

isCntrlsDiv: function(el){
var p = el;
while((p = p.parentNode)){
if(p == Transliterate._controlDiv){
return true;
}
}
return false;
},
findPos: function(obj){
var curleft = curtop = 0;
if (obj.offsetParent) {
do {
curleft += obj.offsetLeft;
curtop += obj.offsetTop;
}while (obj = obj.offsetParent);
return {‘left’: curleft, ‘top’: curtop};
}
},
showControl: function(ele, hide){
if(hide){
if (this.is_local) {
Transliterate._controlDiv.style.display = ‘block’;
} else {
Transliterate._controlDiv.style.display = ‘none’;
}
return;
}
var pos = Transliterate.findPos(ele);
var dim = Transliterate._controlDiv.dimension;
var etop = pos.top-dim.height;
var eleft = pos.left+ele.offsetWidth-dim.width;
var cssTxt = ‘position: absolute; opacity: 0.8; left: ‘+eleft+’px; top: ‘+etop+’px; display: block; z-index: 20000;’;
Transliterate._controlDiv.style.cssText = cssTxt;
},
setPref: function(defaultLang, textBoxSupport){
Transliterate.defaultLanguage = defaultLang;
Transliterate.supportTextBoxes = textBoxSupport;
},
// HRef
checkElement: function() {
if (window.location.href == “chrome://epic/content/xml/hrefindic.html”) {
// Original logic by google indic for the sidebar. We return because we do not want to set the regular interval timer
Transliterate.addEvents();
return;
} else {
// For all other pages
var activeElement = window.document.activeElement;
if(Transliterate.isEditableElement(activeElement)){
if ((activeElement.ownerDocument.defaultView.Transliterate) || (Transliterate.is_newtab)){
Transliterate.eventAdded = true;
var el = activeElement;
var lazyLoader = function(){
Transliterate.lazyLoadObjects(el);
};
var initer = function(){
Transliterate.checkAndWaitTillInit(lazyLoader);
};
Transliterate.onLoad(initer);
} else {
//alert(‘no’);
}
} else {
if ((Transliterate._controlDiv) && (!Transliterate.isCntrlsDiv(activeElement))) {
Transliterate.showControl(activeElement, true);
}
}
}
setTimeout(Transliterate.checkElement, 1000);
}
};
Transliterate.checkElement();
document.addEventListener(“click”, Transliterate.checkElement, true);Transliterate.setPref(‘HINDI’, true);
// ]]>

tt twitter big4 Download the New Indian Rupee Font tt facebook big4 Download the New Indian Rupee Font tt gbuzz big4 Download the New Indian Rupee Font tt linkedin big4 Download the New Indian Rupee Font

No related posts.

6 thoughts on “Download the New Indian Rupee Font

  1. Pingback: Tweets that mention Download the New Indian Rupee Font | Random Xpressions -- Topsy.com

  2. Pingback: Twitted by ladynamic

  3. Pingback: Tweets that mention Download the New Indian Rupee Font | Random Xpressions -- Topsy.com