It is accomplished ...

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
ejakowatz
2002-07-09 12:24:59 +00:00
commit 52a3801208
2025 changed files with 472889 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
Font Pref App
ISSUES
* Rescanning fonts causes the bold font to lose its boldness.
* Fixed width font selector should only show fixed width fonts
TODO
* When a style is selected, the font menu label needs to be updated to reflect this
* make a cache panel function that updates the slider labels with an int as a parameter
* Add the VMSettings code so that the panel uses the settings file for position/size
Matt McMinn
[email protected]
+112
View File
@@ -0,0 +1,112 @@
<documentation>
<appName>Fonts</appName>
<version>0.8</version>
<author>
<name>Matt McMinn</name>
<email>[email protected]</email>
<homePage>http://home.earthlink.net/~melfina/</homePage>
</author>
<description>
It's just a copy of the fonts preferences app that comes with BeOS.
</description>
<issues>
<issue>
<id>1</id>
<description>
Rescanning fonts causes the bold font to lose its boldness.
</description>
<relatedInfo />
</issue>
<issue>
<id>2</id>
<description>
Fixed width font selector should only show fixed width fonts.
</description>
<relatedInfo>
<note>
Should be relatively easy - just filter the fonts.
</note>
</relatedInfo>
</issue>
</issues>
<todoList>
<todo>
<id>1</id>
<forVersion>0.9</forVersion>
<description>
When a style is selected, the font menu label needs to be
updated to reflect this.
</description>
<relatedInfo />
</todo>
<todo>
<id>2</id>
<forVersion>0.9</forVersion>
<description>
Make a cache panel function that updates the slider labels with
an int as a parameter.
</description>
<relatedInfo />
</todo>
<todo>
<id>3</id>
<forVersion>0.9</forVersion>
<description>
Add the VMSettings code so that the panel uses the settings
file for position/size.
</description>
<relatedInfo />
</todo>
<todo>
<id>4</id>
<forVersion>0.9</forVersion>
<description>
Update the default fonts on close.
</description>
<relatedInfo />
</todo>
</todoList>
</documentation>