37 Commits (63cdd8ea6e47f6b4c591eacf040b28ccdd620a04)

Author SHA1 Message Date
Vladimír Vondruš 90dbb28763 Thorough CMakeLists cleanup. 13 years ago
Vladimír Vondruš e9efd87e12 Text: off-by-one mistake. 13 years ago
Vladimír Vondruš 2afda6f34d Text: split out HarfBuzz layouting into new HarfBuzzFont class. 13 years ago
Vladimír Vondruš 9525dfd51b Text: abstract base for fonts and layouters. 13 years ago
Vladimír Vondruš c864fefb95 Text: moved FontRenderer into Font header. 13 years ago
Vladimír Vondruš b4950b59ac Text: moved TextLayouter from TextRenderer internals to Font header. 13 years ago
Vladimír Vondruš 2944a4e205 Text: non-templated base for TextRenderer. 13 years ago
Vladimír Vondruš 0d7baef932 Text: no need to explicitly specify Z coordinate in 3D text. 13 years ago
Vladimír Vondruš 195ec4e9b2 Text: synchronized function parameter naming with documentation. 13 years ago
Vladimír Vondruš 91f0d302c2 Shaders: renamed TextShader to VectorShader. 13 years ago
Vladimír Vondruš 7a99a4b326 Shortened (texture) filtering types to comply with OpenGL naming. 13 years ago
Vladimír Vondruš 12f719f177 Text: prerendering Font for use with distance-field rendering. 13 years ago
Vladimír Vondruš babc850102 Text: minor code cleanup. 13 years ago
Vladimír Vondruš f07957a37f A little bit of const fascism. 13 years ago
Vladimír Vondruš a7a4d3eeb8 Text: using new type aliases in whole Text namespace. 13 years ago
Vladimír Vondruš faf94c74e2 Adapted to recent meshdata/shader changes. 13 years ago
Vladimír Vondruš b38ec8152b Text: ability to compile the library without HarfBuzz support. 13 years ago
Vladimír Vondruš 1cf2087817 Text: code cleanup -- merged two loops into one. 13 years ago
Vladimír Vondruš 0e5b676e27 Text: don't use HarfBuzz ICU functions. 13 years ago
Vladimír Vondruš afea4f34db Text: proper UTF-8 support in Font::prerender(). 13 years ago
Vladimír Vondruš 9a1f1e1a16 Text: mutable TextRenderer implementation. 13 years ago
Vladimír Vondruš a2e21020aa Text: reworked TextRenderer internals. 13 years ago
Vladimír Vondruš 3eef49ae8b Text: cleaned up TextRenderer header. 13 years ago
Vladimír Vondruš 794b94f4fe Doc++ 13 years ago
Vladimír Vondruš 6458b03a76 Text: ability to create Font from memory instead of file. 13 years ago
Vladimír Vondruš c59404bece Doc++ 13 years ago
Vladimír Vondruš a45454ca73 Using CORRADE_INTERNAL_ASSERT_OUTPUT() where appropriate. 13 years ago
Vladimír Vondruš 58aefb3fa0 Text: explicit Font constructor. 13 years ago
Vladimír Vondruš cc2eac41bc Text: removing duplicate glyphs in Font::prerender(). 13 years ago
Vladimír Vondruš 16571a884b Text: prerender font using dedicated function, not in constructor. 13 years ago
Vladimír Vondruš 5819dd4bd7 Math: matrix/vector rework, part 3: conversion as explicit constructor. 13 years ago
Vladimír Vondruš 2267627242 Text: return rendered rectangle from TextRenderer::render(). 13 years ago
Vladimír Vondruš dc5a4d83d9 Removing IndexedMesh, part 5: merged documentation, removed IndexedMesh. 13 years ago
Vladimír Vondruš 08d9f65b06 Text: assert that {ARB,EXT}_texture_rg is supported. 14 years ago
Vladimír Vondruš fdded7281d Renamed *Texture::set*Data() to set*Image(). 14 years ago
Vladimír Vondruš 9d260b72d8 Text: initial implementation of font and text rendering. 14 years ago
Vladimír Vondruš a208a289ba Initial support for Text library. 14 years ago