IFont Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface class IFont
[System.Runtime.InteropServices.Guid("BEF6E002-A874-101A-8BBA-00AA00300CAB")]
[System.Runtime.InteropServices.InterfaceType(1)]
[System.Runtime.InteropServices.TypeLibType(16)]
public interface IFont
[System.Runtime.InteropServices.Guid("BEF6E002-A874-101A-8BBA-00AA00300CAB")]
[System.Runtime.InteropServices.InterfaceType(1)]
[System.Runtime.InteropServices.ComVisible(false)]
public interface IFont
[<System.Runtime.InteropServices.Guid("BEF6E002-A874-101A-8BBA-00AA00300CAB")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
[<System.Runtime.InteropServices.TypeLibType(16)>]
type IFont = interface
[<System.Runtime.InteropServices.Guid("BEF6E002-A874-101A-8BBA-00AA00300CAB")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type IFont = interface
Public Interface IFont
- Derived
- Attributes
Properties
Bold | |
Charset | |
hFont | |
Italic | |
Name | |
Size | |
Strikethrough | |
Underline | |
Weight |
Methods
AddRefHfont(Int32) | |
Clone(IFont) | |
IsEqual(IFont) | |
ReleaseHfont(Int32) | |
SetRatio(Int32, Int32) |