Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/04/2009, 10:46
Avatar de ACX_POISON
ACX_POISON
 
Fecha de Ingreso: abril-2008
Ubicación: Talca-Chile
Mensajes: 750
Antigüedad: 16 años
Puntos: 7
Pregunta ultimo paso -> mostrar texto con fuente no comun

Gracias X leerlo

amigos estoy realizando un sistema web y lo ultimo que necesito es que se muestre un codigo de barras... es simple solo es un texto que debe mostrarse con una fuente (ttf) de la que dispongo.... el problema es que no me ha funcioado...

he probado este codigo de los FAQ

Código PHP:
<&#37;@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml">
<
head>
<
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<
title>Documento sin t&iacute;tulo</title>
<
style type="text/css" media="screen">
h1 {
font-family:'Code 128'georgiaserif;
}

/* TODOS LOS NAVEGADORES MODERNOS*/
@font-face{
font-family:'stencil';
srcurl('code128.ttf'format('truetype'/*u ('opentype') si lo fuera*/;
}
</
style>

/* PARA INTERNET EXPLORER*/
<!--[if IE]>
<
style type="text/css" media="screen">
@
font-face{
font-family:'stencil';
srcurl(code128.ttf);
}
</
style>
<![endif]-->
</
head>
<
body>
<
h1>
123456789
</h1>
</
body>
</
html
pero no anda para nada en FF....
¿que hago mal....?
¿hay alguna otra forma de solucionar esto?

tambien e probado haciendolo con un sistema que te reemplazaba el texo por un flash y aunque se veia bien no me sirve pues debe imprimirse....

¿Sugerencias,? es lo ultimo que me va faltando.....

gracias----->
__________________
Me junto con los que Saben, Queriendo Saber.