Partager via


StdFontClass Class

Definition

public ref class StdFontClass : stdole::IFont, stdole::StdFont
public ref class StdFontClass
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.ComSourceInterfaces("stdole.FontEvents\0")]
[System.Runtime.InteropServices.Guid("0BE35203-8F91-11CE-9DE3-00AA004BB851")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class StdFontClass : stdole.IFont, stdole.StdFont
[System.Runtime.InteropServices.Guid("0BE35203-8F91-11CE-9DE3-00AA004BB851")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComSourceInterfaces("stdole.FontEvents")]
[System.Runtime.InteropServices.ComVisible(false)]
public class StdFontClass
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("stdole.FontEvents\0")>]
[<System.Runtime.InteropServices.Guid("0BE35203-8F91-11CE-9DE3-00AA004BB851")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type StdFontClass = class
    interface Font
    interface StdFont
    interface FontEvents_Event
    interface IFont
[<System.Runtime.InteropServices.Guid("0BE35203-8F91-11CE-9DE3-00AA004BB851")>]
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("stdole.FontEvents")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type StdFontClass = class
Public Class StdFontClass
Implements IFont, StdFont
Public Class StdFontClass
Inheritance
StdFontClass
Attributes
Implements

Constructors

StdFontClass()

Properties

Bold
Charset
hFont
IFont_Bold
IFont_Charset
IFont_Italic
IFont_Name
IFont_Size
IFont_Strikethrough
IFont_Underline
IFont_Weight
Italic
Name
Size
Strikethrough
Underline
Weight

Methods

add_FontChanged(FontEvents_FontChangedEventHandler)
AddRefHfont(Int32)
Clone(IFont)
IFont_get_Bold()
IFont_get_Charset()
IFont_get_Italic()
IFont_get_Name()
IFont_get_Size()
IFont_get_Strikethrough()
IFont_get_Underline()
IFont_get_Weight()
IFont_set_Bold(Boolean)
IFont_set_Charset(Int16)
IFont_set_Italic(Boolean)
IFont_set_Name(String)
IFont_set_Size(Decimal)
IFont_set_Strikethrough(Boolean)
IFont_set_Underline(Boolean)
IFont_set_Weight(Int16)
IsEqual(IFont)
ReleaseHfont(Int32)
remove_FontChanged(FontEvents_FontChangedEventHandler)
SetRatio(Int32, Int32)

Events

FontChanged

Applies to