Changeset 497 for trunk/Include/Classes/System/Drawing/Font.ab
- Timestamp:
- Mar 28, 2008, 5:43:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/Classes/System/Drawing/Font.ab
r473 r497 250 250 251 251 Const Function Name() As String 252 #ifdef __STRING_IS_NOT_UNICODE 252 #ifdef UNICODE 253 Dim lf As LOGFONTW 254 GetLogFontW(0, lf) 255 #else 253 256 Dim lf As LOGFONTA 254 257 GetLogFontA(0, lf) 255 #else256 Dim lf As LOGFONTW257 GetLogFontW(0, lf)258 258 #endif 259 259 Return lf.lfFaceName
Note:
See TracChangeset
for help on using the changeset viewer.