jscript: Use single string instance for strings representing NULL BSTR instead of...
[wine] / dlls / dwrite / font.c
2013-03-11  Andrew Talbotdwrite: Avoid signed-unsigned integer comparisons.
2013-01-28  Dmitry Timoshkovdwrite: Avoid triggering an exception on DLL_PROCESS_DE...
2012-11-29  Nikolay Sivovdwrite: Handle allocation error (Coverity).
2012-10-24  Nikolay Sivovdwrite: Partially implement IDWriteFontFace::GetGlyphIn...
2012-10-23  Nikolay Sivovdwrite: Added basic GetFirstMatchingFont() for font...
2012-10-23  Nikolay Sivovdwrite: Implement GetFontFamily() for system font colle...
2012-10-23  Nikolay Sivovdwrite: Keep a single instance of system font collection.
2012-10-22  Nikolay Sivovdwrite: Implement FindFamilyName() for system font...
2012-10-22  Nikolay Sivovdwrite: Add all installed font families to system font...
2012-10-22  Nikolay Sivovdwrite: Fix a stupid copy/paste typo in Release return...
2012-10-22  Nikolay Sivovdwrite: Added a stub for IDWriteFontCollection.
2012-10-16  Nikolay Sivovdwrite: Implement GetMetrics() for IDWriteFont.
2012-10-15  Nikolay Sivovdwrite: Correct reference count behavior for font face...
2012-10-12  Nikolay Sivovdwrite: Implement GetWeight() for IDWriteFont.
2012-10-12  Nikolay Sivovdwrite: Use proper table field as stretch value.
2012-10-10  Nikolay Sivovdwrite: Implement GetFontStretch().
2012-10-08  Nikolay Sivovdwrite: Add family name to string array.
2012-10-08  Nikolay Sivovdwrite: Added IDWriteFontFace stub.
2012-10-08  Nikolay Sivovdwrite: Added IDWriteLocalizedStrings stub.
2012-10-08  Nikolay Sivovdwrite: Store font family name in IDWriteFontFamily...
2012-08-27  Nikolay Sivovdwrite: Added IDWriteFontFamily stub.
2012-08-13  Nikolay Sivovdwrite: Store font style provided in LOGFONT data.
2012-08-13  Nikolay Sivovdwrite: Added IDWriteFont stub.