Cita Iniciado por Izagues Ver mensaje
Tengo un problema,lo que pasa es que ya habia subido un font al celular,pero si se lo quiero cambiar como le hago?
por ejemplo puse este..
Código:
<xml>
  <engine cache_size="131072" default="yes">
    <font style="sans-serif" weight="normal">/tpa/preset/system/fonts/Continuum light.TTF</font>
  </engine>
 
  <engine cache_size="262144" default="no">
    <font style="sans-serif" weight="bold">/tpa/preset/system/fonts/Continuum Bold.TTF</font> 
    <font style="sans-serif" weight="italic" s01="20">/tpa/preset/system/fonts/Continuum Medium.TTF</font>
    <font style="sans-serif" weight="bold-italic" s01="20">/tpa/preset/system/fonts/Continuum Medium.TTF</font>
   </engine>
</xml>
fue el primero qe puse,pero tengo la duda qe si lo qiero cambiar como le haria?
mira lo unico que tienes que hacer es quitar lo que esta en negritas y remplazarlo por el nombre de la nueva font y listo
Código:
]<xml>
  <engine cache_size="131072" default="yes">
    <font style="sans-serif" weight="normal">/tpa/preset/system/fonts/Continuum light.TTF</font>
  </engine>
 
  <engine cache_size="262144" default="no">
    <font style="sans-serif" weight="bold">/tpa/preset/system/fonts/Continuum Bold.TTF</font> 
    <font style="sans-serif" weight="italic" s01="20">/tpa/preset/system/fonts/Continuum Medium.TTF</font>
    <font style="sans-serif" weight="bold-italic" s01="20">/tpa/preset/system/fonts/Continuum Medium.TTF</font>
   </engine>
</xml>