libtiger is a rendering library for Kate streams
using Pango and Cairo. More information about Kate
streams may be found at
http://wiki.xiph.org/index.php/OggKate.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Un problema en el que algunas imágenes eran invisibles con las nuevas versiones de El Cairo fue corregido. Esquema se hizo el efecto de fuente por defecto. Profundidad de clasificación se haya fijado, y los acontecimientos negativos de profundidad se mantienen ocultos.
A problem in which some images were invisible with newer versions of Cairo was fixed. Outline was made the default font effect. Depth sorting was fixed, and negative depth events are kept hidden.
Este lanzamiento remueve tiger_renderer_set_cairo_surface de la API. Hace Cchanging los parámetros por defecto de representación ahora invalida la caché.
Tags:
Minor bugfixes
This release removes tiger_renderer_set_cairo_surface from the API. Cchanging the default rendering parameters now invalidates cached renders.
Texto que ahora pueden ser descritas o sombra. El almacenamiento en caché ahora trabaja para texto vertical. El código de retorno de tiger_renderer_update mezcla 0 y 1 fue corregido. Topes ABGR Ahora hay soporte, además de amortiguadores ARGB. Un accidente tiger_renderer_set_quality cuando una superficie no se ha definido todavía fue corregido. El ajuste de calidad puede ser usado para ajustar la velocidad frente a la calidad en más casos.
Tags:
Minor feature enhancements
Text can now be outlined or shadowed. Caching now
works for vertical text. The return code of
tiger_renderer_update mixing 0 and 1 was fixed.
ABGR buffers are now supported, in addition to
ARGB buffers. A tiger_renderer_set_quality crash
when a surface isn't yet set was fixed. The
quality setting can be used to tweak speed versus
quality in more cases.
Esta versión está bajo la LGPL (desde Pango es necesario y está bajo la licencia LGPL). Tiene soporte para texto vertical, el apoyo a los marcadores, soporte de texto justificado, una caché de mapa de bits para evitar volver a crear (y fugas) El Cairo superficies, y una función tiger_renderer_is_dirty nuevo para optimizar la prestación de distancia innecesaria. Almacenamiento en caché de interior en la actualidad se puede activar y desactivar. PC desinstalar los archivos ahora enlazar con bibliotecas estáticas en lugar de los libtool.
Tags:
Major feature enhancements
This release is under the LGPL (since Pango is required and is under the LGPL). It has support for vertical text, support for markers, justified text support, a new bitmap cache to avoid recreating (and leaking) Cairo surfaces, and a new tiger_renderer_is_dirty function to optimize away unnecessary rendering. Internal caching can now be turned on and off. Uninstalled PC files now link against static libraries rather than libtool ones.