Alphabetical Index | Tags by Size | Find tag:

Font

Related tags: Atlas, AtlasTexture, Bank, ColorBank, DisplayMode, FontBank, GL, GL Texture Manager, GL2, GLBuffer, GLES, GLFramebuffer, GLInfo, GLProgram, GLSandbox, GLShader, GLShaderBank, GLState, GLTarget, GLTextComposer, GLTexture, GLTextureUnit, GLUniform, GLWindow, Image, ImageBank, InfoBank, libgui, ModelBank, OpenGL, RuleBank, TextureBank

Authorship: 97% skyjake, 3% danij

View commits by groups

January 2020
2020-01-05 libgui : Workaround for vertical metrics
June 2019
2019-06-15 libgui : Improved text rendering
2019-06-15 libgui : Implemented stb_truetype rasterization
2019-06-14 libgui : Rasterizing text with stb_truetype
May 2019
2019-05-31 libgui : Working on SDL_ttf font rasterizer
February 2017
2017-02-10 libgui : Improved thread-safety
2017-02-05 Fixed | libgui : Text transformations for fonts
2017-02-03 libgui : Comment about clearing tab stops
January 2017
2017-01-21 libgui : Thread-safety when accessing fonts
2017-01-21 libgui | Performance : String measurement caching
October 2014
2014-10-30 Fixed | libgui : Memory leak (release font metrics rules)
July 2014
2014-07-03 Default Style | UI : Apply "separator.label" font in appropriate places
April 2014
2014-04-15 Fixed | Image | libgui : Complier warnings (missing explicit init in copy-ctor)
January 2014
2014-01-26 libgui | OS X : Working on Core Text font rendering
September 2013
2013-09-14 Fixed | libgui : Use normal weight ascent for other weights
August 2013
2013-08-05 libgui | Optimize | Refactor : Faster rich format subranges
June 2013
2013-06-09 Client | Fixed | RichFormat : Popping formats off the stack
2013-06-09 Documentation | libgui : How to use indentation and tab stops
2013-06-08 libgui | RichFormat : Revised interpretation of tab stops
2013-06-07 libgui | Refactor : Use EscapeParser to set up rich formatting
2013-06-07 Added | libgui | RichFormat : Added escape sequences for tab positions
2013-06-04 libgui : Clearing a RichFormat
May 2013
2013-05-27 Added | libgui : Added the Dim Accent color
2013-05-23 libgui : Rich format colors are acquired from an external object
2013-05-23 libgui : Rich formatting of text
2013-05-22 Fixed | libgui : Adjusted text rasterizer to avoid clipping
2013-05-21 libgui : Determining the advance width of a text
2013-05-18 libgui : Rasterizing a line of text onto an image
2013-05-16 Fixed | libgui : Measuring text is a const operation