-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFontRChangelog.txt
48 lines (40 loc) · 2.05 KB
/
FontRChangelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Font Rendering Changelog
---------------------------------------------------------------------------------------
Pending
---------------------------------------------------------------------------------------
- Pending : categorization of fonts (size, type) + tag research
- Pending : auto-download fonts on Google
- Pending : A/B comparisons
0.0.3 (10/06/15)
---------------------------------------------------------------------------------------
- New : multi-columns display of text
- New : double click on the text allows to change its content
- Solved : issue with the removing of glyphs when the text to display is too long
0.0.2 (12/05/15)
---------------------------------------------------------------------------------------
- New : Font Rendering options in a ComboBox
- New : OpenGL capabilities (after having updated my Intel Graphical Chip manually)
- New : support for DirectWrite on Windows 7 (if JUCE_USE_DIRECTWRITE is defined)
- New : support for both Software Renderer and CoreGraphics Renderer on Mac OS X
- New : Extra Kerning and Horizontal Scale Combo
- New : support for Font files loading
- New : height of Fonts in points
- Changed : names of the controls in the ComboBoxes popup menus
- Changed : dropped underlined style support
- Note : dropped support for now for CPL Subpixel / FreeType / Direct2D
0.0.1 (09/05/15)
---------------------------------------------------------------------------------------
- Initial version
- New : TextContentGenerator class with various method returning more or less random
strings to feel space, with Lorem Ipsum, ASCII characters and the Quick Brown Fox
famous sentences.
- New : Text drawing method which puts justified horizontally and vertically text into
a specific bounded box
- New : Justification ComboBox
- New : Font Height ComboBox
- New : Font Name ComboBox
- New : Content ComboBox
- New : the application window is resizeable
- New : bold / italic / underlined styles with ToggleButtons
- New : background and text colour ComboBoxes
- New : Justification with all the width space being used (already in JUCE !)