com.moesol.bindings.platform_sdk.windows_api
Class HFONT
java.lang.Object
com.moesol.bindings.platform_sdk.windows_api.HANDLE
com.moesol.bindings.platform_sdk.windows_api.HGDIOBJ
com.moesol.bindings.platform_sdk.windows_api.HFONT
public class HFONT
- extends HGDIOBJ
Holds a Win32 HFONT.
ANSI_CHARSET
public static final byte ANSI_CHARSET
- See Also:
- Constant Field Values
DEFAULT_CHARSET
public static final byte DEFAULT_CHARSET
- See Also:
- Constant Field Values
SYMBOL_CHARSET
public static final byte SYMBOL_CHARSET
- See Also:
- Constant Field Values
OEM_CHARSET
public static final byte OEM_CHARSET
- See Also:
- Constant Field Values
createFontIndirect
public static HFONT createFontIndirect(LOGFONT logfont)
- Create a font using CreateFontIndirect.
- Parameters:
logfont
-
- Returns:
- the HFONT that was created.
Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.