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.
COM wrapper for a Windows font object. For more information, see IFont.
public interface class IFont
public interface class IFont
__interface IFont
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("BEF6E002-A874-101A-8BBA-00AA00300CAB")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IFont
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("BEF6E002-A874-101A-8BBA-00AA00300CAB")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IFont
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("BEF6E002-A874-101A-8BBA-00AA00300CAB")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IFont = interface
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("BEF6E002-A874-101A-8BBA-00AA00300CAB")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IFont = interface
Public Interface IFont
- Attributes