Francois Gouget
4c13e84a7c
gdiplus: Use Liberation Mono as a fallback for Courier New for the monospace family.
2011-09-13 11:27:42 +02:00
Vincent Povirk
11f0662c60
gdiplus: Don't settle on a font size until absolutely necessary.
...
When we create a new font, we should store its height in a REAL field so
we don't have to round it. Further, when we calculate the width, we should
base the calculation on the metrics of a font at the height we will use, to
prevent rounding errors when the graphics transform will enlarge the font.
2011-04-05 13:36:56 +02:00
Vincent Povirk
ca5b5d2a05
gdiplus: Fall back to Liberation Serif if Times New Roman is missing.
2011-03-30 13:28:04 +02:00
Francois Gouget
769dcd8447
gdiplus: Make load_ttf_name_id() static.
2011-03-16 14:14:23 +01:00
Maarten Lankhorst
8794f8f708
gdiplus: Implement in-memory font storage.
2011-02-22 12:27:59 +01:00
Vincent Povirk
cb21d1caf4
gdiplus: Don't rely on an HDC in GdipGetFontHeight.
2010-11-01 11:33:31 +01:00
Vincent Povirk
5694825ae3
gdiplus: Return copies of fonts from GdipGetFontCollectionFamilyList.
2010-07-19 14:49:07 +02:00
Vincent Povirk
b7c9adcd06
gdiplus: Implement GdipIsStyleAvailable.
2010-05-10 10:02:24 +02:00
Vincent Povirk
531219f84d
gdiplus: Do not create FontFamilies for bitmap fonts.
2010-04-16 12:01:42 +02:00
Vincent Povirk
049aa8dacd
gdiplus: Ensure GdipGetGenericFontFamilySansSerif returns a truetype font.
2010-04-16 12:01:39 +02:00
Vincent Povirk
541d7a5ab2
gdiplus: Print the GdipGetFamilyName FIXME only once.
2010-04-09 18:35:00 +02:00
Justin Chevrier
b7679da9a7
gdiplus: Handle UnitWorld in GdipGetFontHeightGivenDPI.
2010-03-26 10:31:25 +01:00
Vincent Povirk
2d8fb9ade3
gdiplus: Add traces for values of newly-created font objects.
2009-12-21 15:01:23 +01:00
Vincent Povirk
ef4d0d970d
gdiplus: Populate the installed font collection.
2009-05-14 17:23:03 +02:00
Vincent Povirk
47e70af50b
gdiplus: Correct the lfHeight calculation in GdipCreateFontFromLogfontW.
...
Negative lfHeight values do not include internal leading. This was
making fonts created from LOGFONT structures larger than they should be.
2009-05-04 12:50:05 +02:00
Vincent Povirk
73eea0d05f
gdiplus: Create a static InstalledFontCollection object, currently empty.
2009-04-28 13:10:02 +02:00
Paul Vriens
40f812c110
gdiplus: Convert lfFaceName from W to A, not the other way around.
2009-04-24 11:56:52 +02:00
Paul Vriens
7bf6a3030b
gdiplus: Return the correct result in GdipCreateFontFromLogfontA.
2009-04-24 11:56:38 +02:00
Francois Gouget
5ef481922f
Assorted spelling fixes.
2009-04-20 15:25:26 +02:00
Nikolay Sivov
c17266de9e
gdiplus: Implemented GdipGetLogFontA.
2009-02-04 15:41:09 +01:00
Nikolay Sivov
e2615cc059
gdiplus: Fix Font test failure on charset mismatch.
2008-12-16 12:52:38 +01:00
Michael Stefaniuc
50ff549420
gdiplus: Remove some superfluous casts.
2008-12-05 12:36:41 +01:00
Hans Leidekker
8656f6db50
gdiplus: Better implementation of GdipGetFontHeightGivenDPI.
2008-12-01 14:01:14 +01:00
Hans Leidekker
80a54ca53f
gdiplus: Implement GdipGetFontCollectionFamilyCount and GdipGetFontCollectionFamilyList.
2008-11-24 14:25:10 +01:00
Hans Leidekker
2b8c6fe4db
gdiplus: Add a stub implementation of GdipPrivateAddMemoryFont.
2008-11-24 14:25:10 +01:00
Hans Leidekker
ea323d1349
gdiplus: Implement GdipNewPrivateFontCollection and GdipDeletePrivateFontCollection.
2008-11-24 14:25:10 +01:00
Hans Leidekker
c04b7c5b0f
gdiplus: Implement GdipGetLineSpacing.
2008-11-24 14:25:10 +01:00
Aric Stewart
799a76e8c9
gdiplus: Stub implementation of GdipNewInstalledFontCollection.
2008-11-04 11:18:38 +01:00
Nikolay Sivov
c9d4046bcf
gdiplus: Add TRACE(..) for font calls.
2008-09-03 14:21:41 +02:00
Adam Petaccia
f5e9a01cce
gdiplus: GdipGetFontHeightGivenDPI: Return a valid value for UnitPixel.
2008-08-28 11:52:37 +02:00
Adam Petaccia
74c8117a4b
gdiplus: Don't create a font if there is no facename.
2008-08-28 11:51:16 +02:00
Adam Petaccia
5361f074a3
gdiplus: Implement GdipGetFontHeight.
2008-08-28 11:51:09 +02:00
Adam Petaccia
ce40fde689
gdiplus: Implement GdipGetFontStyle.
2008-08-28 11:50:32 +02:00
Adam Petaccia
69b6e0bde2
gdiplus: Implement GdipGetFamily.
2008-08-28 11:50:24 +02:00
Adam Petaccia
6dc67fd0d0
gdiplus: Stub GdipGetFontStyle.
2008-08-28 11:49:57 +02:00
Adam Petaccia
cb39d787e4
gdiplus: Stub GdipGetFamily.
2008-08-28 11:49:48 +02:00
Francois Gouget
eb16f43bdf
Add some API documentation stubs to make winapi_check happy.
2008-07-28 11:34:45 +02:00
Adam Petaccia
b4a77bcd53
gdiplus: Stub GdipIsStyleAvailable.
2008-07-25 12:41:38 +02:00
Adam Petaccia
70c747d9f7
gdiplus: Stub GdipGetFontCollectionFamilyList.
2008-07-23 12:37:32 +02:00
Adam Petaccia
6966c690b9
gdiplus: Stub GdipGetFontCollectionFamilyCount.
2008-07-23 12:37:21 +02:00
Adam Petaccia
01d607dceb
gdiplus: Stub GdipPrivateAddFontFile.
2008-07-23 12:37:06 +02:00
Adam Petaccia
cfde278584
gdiplus: Stub GdipDeletePrivateFontCollection.
2008-07-23 12:36:48 +02:00
Adam Petaccia
8d06fb4f9f
gdiplus: Stub GdipNewPrivateFontCollection.
2008-07-23 12:36:23 +02:00
Andrew Talbot
dbc57826d6
gdiplus: Remove unneeded address-of operator from array name.
2008-07-11 13:58:52 +02:00
Francois Gouget
f7c5736340
gdiplus: Add/fix the trailing '\n' to Wine traces.
2008-07-10 13:40:26 +02:00
Alexandre Julliard
ed985acd9f
gdiplus: Store the family name directly in the GpFontFamily structure.
2008-07-07 14:53:10 +02:00
Adam Petaccia
d17d566412
gdiplus: Implement GdipGetEmHeight.
2008-07-07 14:47:45 +02:00
Adam Petaccia
e96b07d73f
gdiplus: Implement GdipGetCellDescent.
2008-07-07 14:47:39 +02:00
Adam Petaccia
6fabc90219
gdiplus: Implement GdipGetCellAscent.
2008-07-07 14:47:33 +02:00
Adam Petaccia
c027f427ef
gdiplus: Use a better framework for filling out FontFamilies.
2008-07-07 14:46:49 +02:00