1484 lines
77 KiB
XML
1484 lines
77 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<Type Name="Font" FullName="System.Drawing.Font">
|
||
<TypeSignature Language="C#" Maintainer="auto" Value="public sealed class Font : MarshalByRefObject, ICloneable, IDisposable, System.Runtime.Serialization.ISerializable" />
|
||
<AssemblyInfo>
|
||
<AssemblyName>System.Drawing</AssemblyName>
|
||
<AssemblyPublicKey>[00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 07 D1 FA 57 C4 AE D9 F0 A3 2E 84 AA 0F AE FD 0D E9 E8 FD 6A EC 8F 87 FB 03 76 6C 83 4C 99 92 1E B2 3B E7 9A D9 D5 DC C1 DD 9A D2 36 13 21 02 90 0B 72 3C F9 80 95 7F C4 E1 77 10 8F C6 07 77 4F 29 E8 32 0E 92 EA 05 EC E4 E8 21 C0 A5 EF E8 F1 64 5C 4C 0C 93 C1 AB 99 28 5D 62 2C AA 65 2C 1D FA D6 3D 74 5D 6F 2D E5 F1 7E 5E AF 0F C4 96 3D 26 1C 8A 12 43 65 18 20 6D C0 93 34 4D 5A D2 93]</AssemblyPublicKey>
|
||
<AssemblyVersion>1.0.3300.0</AssemblyVersion>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
|
||
<Base>
|
||
<BaseTypeName>System.MarshalByRefObject</BaseTypeName>
|
||
</Base>
|
||
<Interfaces>
|
||
<Interface>
|
||
<InterfaceName>System.ICloneable</InterfaceName>
|
||
</Interface>
|
||
<Interface>
|
||
<InterfaceName>System.IDisposable</InterfaceName>
|
||
</Interface>
|
||
<Interface>
|
||
<InterfaceName>System.Runtime.Serialization.ISerializable</InterfaceName>
|
||
</Interface>
|
||
</Interfaces>
|
||
<Attributes>
|
||
<Attribute>
|
||
<AttributeName>System.ComponentModel.TypeConverter(typeof(System.Drawing.FontConverter))</AttributeName>
|
||
</Attribute>
|
||
<Attribute>
|
||
<AttributeName>System.ComponentModel.Editor("System.Drawing.Design.FontEditor, System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))</AttributeName>
|
||
</Attribute>
|
||
<Attribute>
|
||
<AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName>
|
||
</Attribute>
|
||
</Attributes>
|
||
<Docs>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>For more information about how to construct fonts, see <format type="text/html"><a href="d3a4a223-9492-4b54-9afd-db1c31c3cefd">How To: Construct Font Families and Fonts</a></format>. Windows Forms applications support TrueType fonts and have limited support for OpenType fonts. If you attempt to use a font that is not supported, or the font is not installed on the machine that is running the application, the Microsoft Sans Serif font will be substituted.</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Defines a particular format for text, including font face, size, and style attributes. This class cannot be inherited.</para>
|
||
</summary>
|
||
</Docs>
|
||
<Members>
|
||
<Member MemberName=".ctor">
|
||
<MemberSignature Language="C#" Value="public Font (System.Drawing.Font prototype, System.Drawing.FontStyle newStyle);" />
|
||
<MemberType>Constructor</MemberType>
|
||
<ReturnValue />
|
||
<Parameters>
|
||
<Parameter Name="prototype" Type="System.Drawing.Font" />
|
||
<Parameter Name="newStyle" Type="System.Drawing.FontStyle" />
|
||
</Parameters>
|
||
<Docs>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>For localized applications that are based on the dnprdnlong and earlier releases, specifying a font for <paramref name="prototype" /> when that font has not been installed on the computer that is used to build your application will cause the Microsoft Sans Serif font to be used instead. If your application depends on this behavior and you must recompile your application for the .NET Framework 3.0, you should specify the Microsoft Sans Serif font for <paramref name="prototype" />.</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Initializes a new <see cref="T:System.Drawing.Font" /> that uses the specified existing <see cref="T:System.Drawing.Font" /> and <see cref="T:System.Drawing.FontStyle" /> enumeration.</para>
|
||
</summary>
|
||
<param name="prototype">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The existing <see cref="T:System.Drawing.Font" /> from which to create the new <see cref="T:System.Drawing.Font" />. </param>
|
||
<param name="newStyle">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.FontStyle" /> to apply to the new <see cref="T:System.Drawing.Font" />. Multiple values of the <see cref="T:System.Drawing.FontStyle" /> enumeration can be combined with the OR operator. </param>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName=".ctor">
|
||
<MemberSignature Language="C#" Value="public Font (System.Drawing.FontFamily family, float emSize);" />
|
||
<MemberType>Constructor</MemberType>
|
||
<ReturnValue />
|
||
<Parameters>
|
||
<Parameter Name="family" Type="System.Drawing.FontFamily" />
|
||
<Parameter Name="emSize" Type="System.Single" />
|
||
</Parameters>
|
||
<Docs>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>The resulting font has its <see cref="P:System.Drawing.Font.Style" /> property set to <see cref="F:System.Drawing.FontStyle.Regular" /> and its <see cref="P:System.Drawing.Font.Unit" /> property set to <see cref="F:System.Drawing.GraphicsUnit.Point" />.</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Initializes a new <see cref="T:System.Drawing.Font" /> using a specified size. </para>
|
||
</summary>
|
||
<param name="family">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.FontFamily" /> of the new <see cref="T:System.Drawing.Font" />. </param>
|
||
<param name="emSize">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The em-size, in points, of the new font. </param>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName=".ctor">
|
||
<MemberSignature Language="C#" Value="public Font (string familyName, float emSize);" />
|
||
<MemberType>Constructor</MemberType>
|
||
<ReturnValue />
|
||
<Parameters>
|
||
<Parameter Name="familyName" Type="System.String" />
|
||
<Parameter Name="emSize" Type="System.Single" />
|
||
</Parameters>
|
||
<Docs>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>The resulting font has its <see cref="P:System.Drawing.Font.Style" /> property set to <see cref="F:System.Drawing.FontStyle.Regular" /> and its <see cref="P:System.Drawing.Font.Unit" /> property set to <see cref="F:System.Drawing.GraphicsUnit.Point" />. Windows Forms applications support TrueType fonts and have limited support for OpenType fonts. If the <paramref name="familyName" /> parameter specifies a font that is not installed on the machine running the application or is not supported, Microsoft Sans Serif will be substituted.</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Initializes a new <see cref="T:System.Drawing.Font" /> using a specified size. </para>
|
||
</summary>
|
||
<param name="familyName">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />A string representation of the <see cref="T:System.Drawing.FontFamily" /> for the new <see cref="T:System.Drawing.Font" />. </param>
|
||
<param name="emSize">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The em-size, in points, of the new font. </param>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName=".ctor">
|
||
<MemberSignature Language="C#" Value="public Font (System.Drawing.FontFamily family, float emSize, System.Drawing.FontStyle style);" />
|
||
<MemberType>Constructor</MemberType>
|
||
<ReturnValue />
|
||
<Parameters>
|
||
<Parameter Name="family" Type="System.Drawing.FontFamily" />
|
||
<Parameter Name="emSize" Type="System.Single" />
|
||
<Parameter Name="style" Type="System.Drawing.FontStyle" />
|
||
</Parameters>
|
||
<Docs>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>The resulting font has its <see cref="P:System.Drawing.Font.Unit" /> property set to <see cref="F:System.Drawing.GraphicsUnit.Point" />.</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Initializes a new <see cref="T:System.Drawing.Font" /> using a specified size and style. </para>
|
||
</summary>
|
||
<param name="family">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.FontFamily" /> of the new <see cref="T:System.Drawing.Font" />. </param>
|
||
<param name="emSize">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The em-size, in points, of the new font. </param>
|
||
<param name="style">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.FontStyle" /> of the new font. </param>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName=".ctor">
|
||
<MemberSignature Language="C#" Value="public Font (System.Drawing.FontFamily family, float emSize, System.Drawing.GraphicsUnit unit);" />
|
||
<MemberType>Constructor</MemberType>
|
||
<ReturnValue />
|
||
<Parameters>
|
||
<Parameter Name="family" Type="System.Drawing.FontFamily" />
|
||
<Parameter Name="emSize" Type="System.Single" />
|
||
<Parameter Name="unit" Type="System.Drawing.GraphicsUnit" />
|
||
</Parameters>
|
||
<Docs>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>The resulting font has its <see cref="P:System.Drawing.Font.Style" /> property set to <see cref="F:System.Drawing.FontStyle.Regular" />.</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Initializes a new <see cref="T:System.Drawing.Font" /> using a specified size and unit. Sets the style to <see cref="F:System.Drawing.FontStyle.Regular" />.</para>
|
||
</summary>
|
||
<param name="family">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.FontFamily" /> of the new <see cref="T:System.Drawing.Font" />. </param>
|
||
<param name="emSize">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The em-size of the new font in the units specified by the <paramref name="unit" /> parameter. </param>
|
||
<param name="unit">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.GraphicsUnit" /> of the new font. </param>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName=".ctor">
|
||
<MemberSignature Language="C#" Value="public Font (string familyName, float emSize, System.Drawing.FontStyle style);" />
|
||
<MemberType>Constructor</MemberType>
|
||
<ReturnValue />
|
||
<Parameters>
|
||
<Parameter Name="familyName" Type="System.String" />
|
||
<Parameter Name="emSize" Type="System.Single" />
|
||
<Parameter Name="style" Type="System.Drawing.FontStyle" />
|
||
</Parameters>
|
||
<Docs>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>The resulting font has its <see cref="P:System.Drawing.Font.Unit" /> property set to <see cref="F:System.Drawing.GraphicsUnit.Point" />. Windows Forms applications support TrueType fonts and have limited support for OpenType fonts. If the <paramref name="familyName" /> parameter specifies a font that is not installed on the machine running the application or is not supported, Microsoft Sans Serif will be substituted.</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Initializes a new <see cref="T:System.Drawing.Font" /> using a specified size and style. </para>
|
||
</summary>
|
||
<param name="familyName">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />A string representation of the <see cref="T:System.Drawing.FontFamily" /> for the new <see cref="T:System.Drawing.Font" />. </param>
|
||
<param name="emSize">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The em-size, in points, of the new font. </param>
|
||
<param name="style">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.FontStyle" /> of the new font. </param>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName=".ctor">
|
||
<MemberSignature Language="C#" Value="public Font (string familyName, float emSize, System.Drawing.GraphicsUnit unit);" />
|
||
<MemberType>Constructor</MemberType>
|
||
<ReturnValue />
|
||
<Parameters>
|
||
<Parameter Name="familyName" Type="System.String" />
|
||
<Parameter Name="emSize" Type="System.Single" />
|
||
<Parameter Name="unit" Type="System.Drawing.GraphicsUnit" />
|
||
</Parameters>
|
||
<Docs>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>The resulting font has its <see cref="P:System.Drawing.Font.Style" /> property set to <see cref="F:System.Drawing.FontStyle.Regular" />.</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Initializes a new <see cref="T:System.Drawing.Font" /> using a specified size and unit. The style is set to <see cref="F:System.Drawing.FontStyle.Regular" />.</para>
|
||
</summary>
|
||
<param name="familyName">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />A string representation of the <see cref="T:System.Drawing.FontFamily" /> for the new <see cref="T:System.Drawing.Font" />. </param>
|
||
<param name="emSize">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The em-size of the new font in the units specified by the <paramref name="unit" /> parameter. </param>
|
||
<param name="unit">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.GraphicsUnit" /> of the new font. </param>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName=".ctor">
|
||
<MemberSignature Language="C#" Value="public Font (System.Drawing.FontFamily family, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit);" />
|
||
<MemberType>Constructor</MemberType>
|
||
<ReturnValue />
|
||
<Parameters>
|
||
<Parameter Name="family" Type="System.Drawing.FontFamily" />
|
||
<Parameter Name="emSize" Type="System.Single" />
|
||
<Parameter Name="style" Type="System.Drawing.FontStyle" />
|
||
<Parameter Name="unit" Type="System.Drawing.GraphicsUnit" />
|
||
</Parameters>
|
||
<Docs>
|
||
<remarks>To be added</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Initializes a new <see cref="T:System.Drawing.Font" /> using a specified size, style, and unit.</para>
|
||
</summary>
|
||
<param name="family">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.FontFamily" /> of the new <see cref="T:System.Drawing.Font" />. </param>
|
||
<param name="emSize">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The em-size of the new font in the units specified by the <paramref name="unit" /> parameter. </param>
|
||
<param name="style">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.FontStyle" /> of the new font. </param>
|
||
<param name="unit">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.GraphicsUnit" /> of the new font. </param>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName=".ctor">
|
||
<MemberSignature Language="C#" Value="public Font (string familyName, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit);" />
|
||
<MemberType>Constructor</MemberType>
|
||
<ReturnValue />
|
||
<Parameters>
|
||
<Parameter Name="familyName" Type="System.String" />
|
||
<Parameter Name="emSize" Type="System.Single" />
|
||
<Parameter Name="style" Type="System.Drawing.FontStyle" />
|
||
<Parameter Name="unit" Type="System.Drawing.GraphicsUnit" />
|
||
</Parameters>
|
||
<Docs>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Windows Forms applications support TrueType fonts and have limited support for OpenType fonts. If the <paramref name="familyName" /> parameter specifies a font that is not installed on the machine running the application or is not supported, Microsoft Sans Serif will be substituted.</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Initializes a new <see cref="T:System.Drawing.Font" /> using a specified size, style, and unit.</para>
|
||
</summary>
|
||
<param name="familyName">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />A string representation of the <see cref="T:System.Drawing.FontFamily" /> for the new <see cref="T:System.Drawing.Font" />. </param>
|
||
<param name="emSize">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The em-size of the new font in the units specified by the <paramref name="unit" /> parameter. </param>
|
||
<param name="style">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.FontStyle" /> of the new font. </param>
|
||
<param name="unit">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.GraphicsUnit" /> of the new font. </param>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName=".ctor">
|
||
<MemberSignature Language="C#" Value="public Font (System.Drawing.FontFamily family, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit, byte gdiCharSet);" />
|
||
<MemberType>Constructor</MemberType>
|
||
<ReturnValue />
|
||
<Parameters>
|
||
<Parameter Name="family" Type="System.Drawing.FontFamily" />
|
||
<Parameter Name="emSize" Type="System.Single" />
|
||
<Parameter Name="style" Type="System.Drawing.FontStyle" />
|
||
<Parameter Name="unit" Type="System.Drawing.GraphicsUnit" />
|
||
<Parameter Name="gdiCharSet" Type="System.Byte" />
|
||
</Parameters>
|
||
<Docs>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>The <paramref name="gdiCharSet" /> parameter takes a value from the list defined in the Windows SDK header file WinGDI.h.</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Initializes a new <see cref="T:System.Drawing.Font" /> using a specified size, style, unit, and character set.</para>
|
||
</summary>
|
||
<param name="family">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.FontFamily" /> of the new <see cref="T:System.Drawing.Font" />. </param>
|
||
<param name="emSize">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The em-size of the new font in the units specified by the <paramref name="unit" /> parameter. </param>
|
||
<param name="style">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.FontStyle" /> of the new font. </param>
|
||
<param name="unit">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.GraphicsUnit" /> of the new font. </param>
|
||
<param name="gdiCharSet">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Byte" /> that specifies a </param>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName=".ctor">
|
||
<MemberSignature Language="C#" Value="public Font (string familyName, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit, byte gdiCharSet);" />
|
||
<MemberType>Constructor</MemberType>
|
||
<ReturnValue />
|
||
<Parameters>
|
||
<Parameter Name="familyName" Type="System.String" />
|
||
<Parameter Name="emSize" Type="System.Single" />
|
||
<Parameter Name="style" Type="System.Drawing.FontStyle" />
|
||
<Parameter Name="unit" Type="System.Drawing.GraphicsUnit" />
|
||
<Parameter Name="gdiCharSet" Type="System.Byte" />
|
||
</Parameters>
|
||
<Docs>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>The <paramref name="gdiCharSet" /> parameter takes a value from the list defined in the Windows SDK header file WinGDI.h. Windows Forms applications support TrueType fonts and have limited support for OpenType fonts. If the <paramref name="familyName" /> parameter specifies a font that is not installed on the machine running the application or is not supported, Microsoft Sans Serif will be substituted.</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Initializes a new <see cref="T:System.Drawing.Font" /> using a specified size, style, unit, and character set.</para>
|
||
</summary>
|
||
<param name="familyName">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />A string representation of the <see cref="T:System.Drawing.FontFamily" /> for the new <see cref="T:System.Drawing.Font" />. </param>
|
||
<param name="emSize">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The em-size of the new font in the units specified by the <paramref name="unit" /> parameter. </param>
|
||
<param name="style">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.FontStyle" /> of the new font. </param>
|
||
<param name="unit">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.GraphicsUnit" /> of the new font. </param>
|
||
<param name="gdiCharSet">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Byte" /> that specifies a ndptecgdi character set to use for this font. </param>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName=".ctor">
|
||
<MemberSignature Language="C#" Value="public Font (System.Drawing.FontFamily family, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit, byte gdiCharSet, bool gdiVerticalFont);" />
|
||
<MemberType>Constructor</MemberType>
|
||
<ReturnValue />
|
||
<Parameters>
|
||
<Parameter Name="family" Type="System.Drawing.FontFamily" />
|
||
<Parameter Name="emSize" Type="System.Single" />
|
||
<Parameter Name="style" Type="System.Drawing.FontStyle" />
|
||
<Parameter Name="unit" Type="System.Drawing.GraphicsUnit" />
|
||
<Parameter Name="gdiCharSet" Type="System.Byte" />
|
||
<Parameter Name="gdiVerticalFont" Type="System.Boolean" />
|
||
</Parameters>
|
||
<Docs>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>The <paramref name="gdiCharSet" /> parameter takes a value from the list defined in the Windows SDK header file WinGDI.h.</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Initializes a new <see cref="T:System.Drawing.Font" /> using a specified size, style, unit, and character set.</para>
|
||
</summary>
|
||
<param name="family">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.FontFamily" /> of the new <see cref="T:System.Drawing.Font" />. </param>
|
||
<param name="emSize">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The em-size of the new font in the units specified by the <paramref name="unit" /> parameter. </param>
|
||
<param name="style">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.FontStyle" /> of the new font. </param>
|
||
<param name="unit">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.GraphicsUnit" /> of the new font. </param>
|
||
<param name="gdiCharSet">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Byte" /> that specifies a </param>
|
||
<param name="gdiVerticalFont">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />A Boolean value indicating whether the new font is derived from a ndptecgdi vertical font. </param>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName=".ctor">
|
||
<MemberSignature Language="C#" Value="public Font (string familyName, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit, byte gdiCharSet, bool gdiVerticalFont);" />
|
||
<MemberType>Constructor</MemberType>
|
||
<ReturnValue />
|
||
<Parameters>
|
||
<Parameter Name="familyName" Type="System.String" />
|
||
<Parameter Name="emSize" Type="System.Single" />
|
||
<Parameter Name="style" Type="System.Drawing.FontStyle" />
|
||
<Parameter Name="unit" Type="System.Drawing.GraphicsUnit" />
|
||
<Parameter Name="gdiCharSet" Type="System.Byte" />
|
||
<Parameter Name="gdiVerticalFont" Type="System.Boolean" />
|
||
</Parameters>
|
||
<Docs>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>The <paramref name="gdiCharSet" /> parameter takes a value from the list defined in the Windows SDK header file WinGDI.h. If the <paramref name="familyName" /> parameter specifies a font that is not installed on the machine running the application or is not supported, Microsoft Sans Serif will be substituted.</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Initializes a new <see cref="T:System.Drawing.Font" /> using the specified size, style, unit, and character set.</para>
|
||
</summary>
|
||
<param name="familyName">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />A string representation of the <see cref="T:System.Drawing.FontFamily" /> for the new <see cref="T:System.Drawing.Font" />. </param>
|
||
<param name="emSize">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The em-size of the new font in the units specified by the <paramref name="unit" /> parameter. </param>
|
||
<param name="style">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.FontStyle" /> of the new font. </param>
|
||
<param name="unit">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.GraphicsUnit" /> of the new font. </param>
|
||
<param name="gdiCharSet">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Byte" /> that specifies a ndptecgdi character set to use for this font. </param>
|
||
<param name="gdiVerticalFont">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />A Boolean value indicating whether the new <see cref="T:System.Drawing.Font" /> is derived from a ndptecgdi vertical font. </param>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName="Bold">
|
||
<MemberSignature Language="C#" Value="public bool Bold { get; }" />
|
||
<MemberType>Property</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Boolean</ReturnType>
|
||
</ReturnValue>
|
||
<Docs>
|
||
<value>To be added: an object of type 'bool'</value>
|
||
<remarks>To be added</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Gets a value that indicates whether this <see cref="T:System.Drawing.Font" /> is bold.</para>
|
||
</summary>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
<Attributes>
|
||
<Attribute>
|
||
<AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName>
|
||
</Attribute>
|
||
</Attributes>
|
||
</Member>
|
||
<Member MemberName="Clone">
|
||
<MemberSignature Language="C#" Value="public object Clone ();" />
|
||
<MemberType>Method</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Object</ReturnType>
|
||
</ReturnValue>
|
||
<Parameters />
|
||
<Docs>
|
||
<remarks>To be added</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Creates an exact copy of this <see cref="T:System.Drawing.Font" />.</para>
|
||
</summary>
|
||
<returns>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>The <see cref="T:System.Drawing.Font" /> this method creates, cast as an <see cref="T:System.Object" />.</para>
|
||
</returns>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName="Dispose">
|
||
<MemberSignature Language="C#" Value="public void Dispose ();" />
|
||
<MemberType>Method</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Void</ReturnType>
|
||
</ReturnValue>
|
||
<Parameters />
|
||
<Docs>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Calling <see cref="M:System.Drawing.Font.Dispose" /> allows the resources used by this <see cref="T:System.Drawing.Font" /> to be reallocated for other purposes.</para>
|
||
<para>Call <see cref="M:System.Drawing.Font.Dispose" /> when you are finished using the <see cref="T:System.Drawing.Font" />. The <see cref="M:System.Drawing.Font.Dispose" /> method leaves the <see cref="T:System.Drawing.Font" /> in an unusable state. After calling <see cref="M:System.Drawing.Font.Dispose" />, you must release all references to the <see cref="T:System.Drawing.Font" /> so the garbage collector can reclaim the memory that the <see cref="T:System.Drawing.Font" /> was occupying. For more information, see <format type="text/html"><a href="a17b0066-71c2-4ba4-9822-8e19332fc213">Cleaning Up Unmanaged Resources</a></format> and <format type="text/html"><a href="eb4e1af0-3b48-4fbc-ad4e-fc2f64138bf9">Implementing a Dispose Method</a></format>. </para>
|
||
<block subset="none" type="note">
|
||
<para>Always call <see cref="M:System.Drawing.Font.Dispose" /> before you release your last reference to the <see cref="T:System.Drawing.Font" />. Otherwise, the resources it is using will not be freed until the garbage collector calls the <see cref="T:System.Drawing.Font" /> object's Finalize method.</para>
|
||
</block>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Releases all resources used by this <see cref="T:System.Drawing.Font" />.</para>
|
||
</summary>
|
||
<returns>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>This method does not return a value.</para>
|
||
</returns>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName="Equals">
|
||
<MemberSignature Language="C#" Value="public override bool Equals (object obj);" />
|
||
<MemberType>Method</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Boolean</ReturnType>
|
||
</ReturnValue>
|
||
<Parameters>
|
||
<Parameter Name="obj" Type="System.Object" />
|
||
</Parameters>
|
||
<Docs>
|
||
<remarks>To be added</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Indicates whether the specified object is a <see cref="T:System.Drawing.Font" /> and has the same <see cref="P:System.Drawing.Font.FontFamily" />, <see cref="P:System.Drawing.Font.GdiVerticalFont" />, <see cref="P:System.Drawing.Font.GdiCharSet" />, <see cref="P:System.Drawing.Font.Style" />, <see cref="P:System.Drawing.Font.Size" />, and <see cref="P:System.Drawing.Font.Unit" /> property values as this <see cref="T:System.Drawing.Font" />.</para>
|
||
</summary>
|
||
<returns>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>true if the <paramref name="obj" /> parameter is a <see cref="T:System.Drawing.Font" /> and has the same <see cref="P:System.Drawing.Font.FontFamily" />, <see cref="P:System.Drawing.Font.GdiVerticalFont" />, <see cref="P:System.Drawing.Font.GdiCharSet" />, <see cref="P:System.Drawing.Font.Style" />, <see cref="P:System.Drawing.Font.Size" />, and <see cref="P:System.Drawing.Font.Unit" /> property values as this <see cref="T:System.Drawing.Font" />; otherwise, false.</para>
|
||
</returns>
|
||
<param name="obj">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The object to test. </param>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName="Finalize">
|
||
<MemberSignature Language="C#" Value="~Font ();" />
|
||
<MemberType>Method</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Void</ReturnType>
|
||
</ReturnValue>
|
||
<Parameters />
|
||
<Docs>
|
||
<summary>To be added</summary>
|
||
<remarks>To be added</remarks>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName="FontFamily">
|
||
<MemberSignature Language="C#" Value="public System.Drawing.FontFamily FontFamily { get; }" />
|
||
<MemberType>Property</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Drawing.FontFamily</ReturnType>
|
||
</ReturnValue>
|
||
<Docs>
|
||
<value>To be added: an object of type 'FontFamily'</value>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>A <see cref="T:System.Drawing.FontFamily" /> represents a group of fonts that have a similar font face, but may have different sizes and styles (for example, Arial, Times New Roman, and Verdana).</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Gets the <see cref="T:System.Drawing.FontFamily" /> associated with this <see cref="T:System.Drawing.Font" />.</para>
|
||
</summary>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
<Attributes>
|
||
<Attribute>
|
||
<AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
|
||
</Attribute>
|
||
</Attributes>
|
||
</Member>
|
||
<Member MemberName="FromHdc">
|
||
<MemberSignature Language="C#" Value="public static System.Drawing.Font FromHdc (IntPtr hdc);" />
|
||
<MemberType>Method</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Drawing.Font</ReturnType>
|
||
</ReturnValue>
|
||
<Parameters>
|
||
<Parameter Name="hdc" Type="System.IntPtr" />
|
||
</Parameters>
|
||
<Docs>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>For this method to work, the <paramref name="hdc" /> parameter must contain a handle to a device context in which a font is selected. This method will not work with an <paramref name="hdc" /> handle acquired from a ndptecgdiplus <see cref="T:System.Drawing.Graphics" /> object because the <paramref name="hdc" /> handle does not have a font selected.</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Creates a <see cref="T:System.Drawing.Font" /> from the specified Windows handle to a device context.</para>
|
||
</summary>
|
||
<returns>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>The <see cref="T:System.Drawing.Font" /> this method creates.</para>
|
||
</returns>
|
||
<param name="hdc">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />A handle to a device context. </param>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName="FromHfont">
|
||
<MemberSignature Language="C#" Value="public static System.Drawing.Font FromHfont (IntPtr hfont);" />
|
||
<MemberType>Method</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Drawing.Font</ReturnType>
|
||
</ReturnValue>
|
||
<Parameters>
|
||
<Parameter Name="hfont" Type="System.IntPtr" />
|
||
</Parameters>
|
||
<Docs>
|
||
<remarks>To be added</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Creates a <see cref="T:System.Drawing.Font" /> from the specified Windows handle.</para>
|
||
</summary>
|
||
<returns>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>The <see cref="T:System.Drawing.Font" /> this method creates.</para>
|
||
</returns>
|
||
<param name="hfont">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />A Windows handle to a ndptecgdi font. </param>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName="FromLogFont">
|
||
<MemberSignature Language="C#" Value="public static System.Drawing.Font FromLogFont (object lf);" />
|
||
<MemberType>Method</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Drawing.Font</ReturnType>
|
||
</ReturnValue>
|
||
<Parameters>
|
||
<Parameter Name="lf" Type="System.Object" />
|
||
</Parameters>
|
||
<Docs>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>A ndptecgdi <unmanagedCodeEntityReference>LOGFONT</unmanagedCodeEntityReference>, or logical font, is a structure that contains 14 properties that describe a particular font. For more information, see "The Logical Font" in the Windows Development documentation at <see cref="http://msdn.microsoft.com/library">http://msdn.microsoft.com/library</see>.</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Creates a <see cref="T:System.Drawing.Font" /> from the specified GDI logical font (<unmanagedCodeEntityReference>LOGFONT</unmanagedCodeEntityReference>) structure.</para>
|
||
</summary>
|
||
<returns>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>The <see cref="T:System.Drawing.Font" /> that this method creates.</para>
|
||
</returns>
|
||
<param name="lf">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Object" /> that represents the ndptecgdi LOGFONT structure from which to create the <see cref="T:System.Drawing.Font" />. </param>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName="FromLogFont">
|
||
<MemberSignature Language="C#" Value="public static System.Drawing.Font FromLogFont (object lf, IntPtr hdc);" />
|
||
<MemberType>Method</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Drawing.Font</ReturnType>
|
||
</ReturnValue>
|
||
<Parameters>
|
||
<Parameter Name="lf" Type="System.Object" />
|
||
<Parameter Name="hdc" Type="System.IntPtr" />
|
||
</Parameters>
|
||
<Docs>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>A ndptecgdi <unmanagedCodeEntityReference>LOGFONT</unmanagedCodeEntityReference>, or logical font, is a structure that contains 14 properties that describe a particular font. For more information, see "The Logical Font" in the Windows Development documentation at <see cref="http://msdn.microsoft.com/library">http://msdn.microsoft.com/library</see>.</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Creates a <see cref="T:System.Drawing.Font" /> from the specified GDI logical font (<unmanagedCodeEntityReference>LOGFONT</unmanagedCodeEntityReference>) structure.</para>
|
||
</summary>
|
||
<returns>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>The <see cref="T:System.Drawing.Font" /> that this method creates.</para>
|
||
</returns>
|
||
<param name="lf">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Object" /> that represents the ndptecgdi LOGFONT structure from which to create the <see cref="T:System.Drawing.Font" />. </param>
|
||
<param name="hdc">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />A handle to a device context that contains additional information about the <paramref name="lf" /> structure. </param>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName="GdiCharSet">
|
||
<MemberSignature Language="C#" Value="public byte GdiCharSet { get; }" />
|
||
<MemberType>Property</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Byte</ReturnType>
|
||
</ReturnValue>
|
||
<Docs>
|
||
<value>To be added: an object of type 'byte'</value>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>This property returns 1, unless a different character set is specified in the <see cref="M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte)" /> constructor. This property takes a value from the list defined in the Windows SDK header file WinGDI.h. The character sets and byte values are listed in the following table. </para>
|
||
<list type="table">
|
||
<listheader>
|
||
<item>
|
||
<term>
|
||
<para>Character set</para>
|
||
</term>
|
||
<description>
|
||
<para>Value</para>
|
||
</description>
|
||
</item>
|
||
</listheader>
|
||
<item>
|
||
<term>
|
||
<para>ANSI</para>
|
||
</term>
|
||
<description>
|
||
<para>0</para>
|
||
</description>
|
||
</item>
|
||
<item>
|
||
<term>
|
||
<para>DEFAULT</para>
|
||
</term>
|
||
<description>
|
||
<para>1</para>
|
||
</description>
|
||
</item>
|
||
<item>
|
||
<term>
|
||
<para>SYMBOL</para>
|
||
</term>
|
||
<description>
|
||
<para>2</para>
|
||
</description>
|
||
</item>
|
||
<item>
|
||
<term>
|
||
<para>SHIFTJIS</para>
|
||
</term>
|
||
<description>
|
||
<para>128</para>
|
||
</description>
|
||
</item>
|
||
<item>
|
||
<term>
|
||
<para>HANGEUL</para>
|
||
</term>
|
||
<description>
|
||
<para>129</para>
|
||
</description>
|
||
</item>
|
||
<item>
|
||
<term>
|
||
<para>HANGUL</para>
|
||
</term>
|
||
<description>
|
||
<para>129</para>
|
||
</description>
|
||
</item>
|
||
<item>
|
||
<term>
|
||
<para>GB2312</para>
|
||
</term>
|
||
<description>
|
||
<para>134</para>
|
||
</description>
|
||
</item>
|
||
<item>
|
||
<term>
|
||
<para>CHINESEBIG5</para>
|
||
</term>
|
||
<description>
|
||
<para>136</para>
|
||
</description>
|
||
</item>
|
||
<item>
|
||
<term>
|
||
<para>OEM</para>
|
||
</term>
|
||
<description>
|
||
<para>255</para>
|
||
</description>
|
||
</item>
|
||
<item>
|
||
<term>
|
||
<para>JOHAB</para>
|
||
</term>
|
||
<description>
|
||
<para>130</para>
|
||
</description>
|
||
</item>
|
||
<item>
|
||
<term>
|
||
<para>HEBREW</para>
|
||
</term>
|
||
<description>
|
||
<para>177</para>
|
||
</description>
|
||
</item>
|
||
<item>
|
||
<term>
|
||
<para>ARABIC</para>
|
||
</term>
|
||
<description>
|
||
<para>178</para>
|
||
</description>
|
||
</item>
|
||
<item>
|
||
<term>
|
||
<para>GREEK</para>
|
||
</term>
|
||
<description>
|
||
<para>161</para>
|
||
</description>
|
||
</item>
|
||
<item>
|
||
<term>
|
||
<para>TURKISH</para>
|
||
</term>
|
||
<description>
|
||
<para>162</para>
|
||
</description>
|
||
</item>
|
||
<item>
|
||
<term>
|
||
<para>VIETNAMESE</para>
|
||
</term>
|
||
<description>
|
||
<para>163</para>
|
||
</description>
|
||
</item>
|
||
<item>
|
||
<term>
|
||
<para>THAI</para>
|
||
</term>
|
||
<description>
|
||
<para>222</para>
|
||
</description>
|
||
</item>
|
||
<item>
|
||
<term>
|
||
<para>EASTEUROPE</para>
|
||
</term>
|
||
<description>
|
||
<para>238</para>
|
||
</description>
|
||
</item>
|
||
<item>
|
||
<term>
|
||
<para>RUSSIAN</para>
|
||
</term>
|
||
<description>
|
||
<para>204</para>
|
||
</description>
|
||
</item>
|
||
<item>
|
||
<term>
|
||
<para>MAC</para>
|
||
</term>
|
||
<description>
|
||
<para>77</para>
|
||
</description>
|
||
</item>
|
||
<item>
|
||
<term>
|
||
<para>BALTIC</para>
|
||
</term>
|
||
<description>
|
||
<para>186</para>
|
||
</description>
|
||
</item>
|
||
</list>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Gets a byte value that specifies the GDI character set that this <see cref="T:System.Drawing.Font" /> uses.</para>
|
||
</summary>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
<Attributes>
|
||
<Attribute>
|
||
<AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName>
|
||
</Attribute>
|
||
</Attributes>
|
||
</Member>
|
||
<Member MemberName="GdiVerticalFont">
|
||
<MemberSignature Language="C#" Value="public bool GdiVerticalFont { get; }" />
|
||
<MemberType>Property</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Boolean</ReturnType>
|
||
</ReturnValue>
|
||
<Docs>
|
||
<value>To be added: an object of type 'bool'</value>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Use this property to determine if a font is compatible with native Win32 controls on non-Unicode platforms.</para>
|
||
<para>
|
||
<see cref="P:System.Drawing.Font.GdiVerticalFont" /> only returns true if this font was created from a classic GDI</para>
|
||
<para>font definition, like a LOGFONT or HFONT.</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Gets a Boolean value that indicates whether this <see cref="T:System.Drawing.Font" /> is derived from a GDI vertical font.</para>
|
||
</summary>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
<Attributes>
|
||
<Attribute>
|
||
<AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName>
|
||
</Attribute>
|
||
</Attributes>
|
||
</Member>
|
||
<Member MemberName="GetHashCode">
|
||
<MemberSignature Language="C#" Value="public override int GetHashCode ();" />
|
||
<MemberType>Method</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Int32</ReturnType>
|
||
</ReturnValue>
|
||
<Parameters />
|
||
<Docs>
|
||
<remarks>To be added</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Gets the hash code for this <see cref="T:System.Drawing.Font" />.</para>
|
||
</summary>
|
||
<returns>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>The hash code for this <see cref="T:System.Drawing.Font" />.</para>
|
||
</returns>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName="GetHeight">
|
||
<MemberSignature Language="C#" Value="public float GetHeight ();" />
|
||
<MemberType>Method</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Single</ReturnType>
|
||
</ReturnValue>
|
||
<Parameters />
|
||
<Docs>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>The line spacing of a <see cref="T:System.Drawing.Font" /> is the vertical distance between the base lines of two consecutive lines of text. Thus, the line spacing includes the blank space between lines along with the height of the character itself.</para>
|
||
<para>If the <see cref="P:System.Drawing.Font.Unit" /> property of the font is set to anything other than <see cref="F:System.Drawing.GraphicsUnit.Pixel" />, the height (in pixels) is calculated using the vertical resolution of the screen display. For example, suppose the font unit is inches and the font size is 0.3. Also suppose that for the corresponding font family, the em-height is 2048 and the line spacing is 2355. For a screen display that has a vertical resolution of 96 dots per inch, you can calculate the height as follows: </para>
|
||
<para>2355*(0.3/2048)*96 = 33.11719 </para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Returns the line spacing, in pixels, of this font. </para>
|
||
</summary>
|
||
<returns>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>The line spacing, in pixels, of this font.</para>
|
||
</returns>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName="GetHeight">
|
||
<MemberSignature Language="C#" Value="public float GetHeight (System.Drawing.Graphics graphics);" />
|
||
<MemberType>Method</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Single</ReturnType>
|
||
</ReturnValue>
|
||
<Parameters>
|
||
<Parameter Name="graphics" Type="System.Drawing.Graphics" />
|
||
</Parameters>
|
||
<Docs>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>The line spacing of a <see cref="T:System.Drawing.Font" /> is the vertical distance between the base lines of two consecutive lines of text. Thus, the line spacing includes the blank space between lines along with the height of the character itself.</para>
|
||
<para>If the <see cref="P:System.Drawing.Font.Unit" /> property of the font is set to anything other than <see cref="F:System.Drawing.GraphicsUnit.Pixel" />, the height, in pixels, is calculated using the vertical resolution of the specified <see cref="T:System.Drawing.Graphics" /> object. For example, suppose the font unit is inches and the font size is 0.3. Also suppose that for the corresponding font family, the em-height is 2048 and the line spacing is 2355. If the <see cref="T:System.Drawing.Graphics" /> object has a <see cref="P:System.Drawing.Font.Unit" /> property value of <see cref="F:System.Drawing.GraphicsUnit.Pixel" /> and a <see cref="P:System.Drawing.Graphics.DpiY" /> property value of 96 dots per inch, the height is calculated as follows: </para>
|
||
<para>2355*(0.3/2048)*96 = 33.1171875 </para>
|
||
<para>Continuing with the same example, suppose the <see cref="P:System.Drawing.Font.Unit" /> property of the <see cref="T:System.Drawing.Graphics" /> object is set to <see cref="F:System.Drawing.GraphicsUnit.Millimeter" /> rather than <see cref="F:System.Drawing.GraphicsUnit.Pixel" />. Then (using 1 inch = 25.4 millimeters) the height, in millimeters, is calculated as follows: </para>
|
||
<para>2355*(0.3/2048)25.4 = 8.762256 </para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Returns the line spacing, in the current unit of a specified <see cref="T:System.Drawing.Graphics" />, of this font. </para>
|
||
</summary>
|
||
<returns>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>The line spacing, in pixels, of this font.</para>
|
||
</returns>
|
||
<param name="graphics">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Drawing.Graphics" /> that holds the vertical resolution, in dots per inch, of the display device as well as settings for page unit and page scale. </param>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName="GetHeight">
|
||
<MemberSignature Language="C#" Value="public float GetHeight (float dpi);" />
|
||
<MemberType>Method</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Single</ReturnType>
|
||
</ReturnValue>
|
||
<Parameters>
|
||
<Parameter Name="dpi" Type="System.Single" />
|
||
</Parameters>
|
||
<Docs>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>If the <see cref="P:System.Drawing.Font.Unit" /> property of the font is set to anything other than <see cref="F:System.Drawing.GraphicsUnit.Pixel" />, the height (in pixels) is calculated using the vertical resolution of the screen display. For example, suppose the font unit is inches and the font size is 0.3. Also suppose that for the corresponding font family, the em-height is 2048 and the line spacing is 2355. If the specified vertical resolution is 96 dots per inch, the height is calculated as follows: </para>
|
||
<para>2355*(0.3/2048)*96 = 33.1171875 </para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Returns the height, in pixels, of this <see cref="T:System.Drawing.Font" /> when drawn to a device with the specified vertical resolution.</para>
|
||
</summary>
|
||
<returns>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>The height, in pixels, of this <see cref="T:System.Drawing.Font" />.</para>
|
||
</returns>
|
||
<param name="dpi">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The vertical resolution, in dots per inch, used to calculate the height of the font. </param>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName="Height">
|
||
<MemberSignature Language="C#" Value="public int Height { get; }" />
|
||
<MemberType>Property</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Int32</ReturnType>
|
||
</ReturnValue>
|
||
<Docs>
|
||
<value>To be added: an object of type 'int'</value>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>The line spacing is the vertical distance between the base lines of two consecutive lines of text. Thus, the line spacing includes the blank space between lines along with the height of the character itself.</para>
|
||
<para>If the <see cref="P:System.Drawing.Font.Unit" /> property of the font is set to anything other than <see cref="F:System.Drawing.GraphicsUnit.Pixel" />, the height (in pixels) is calculated using the vertical resolution of the screen display. For example, suppose the font unit is inches and the font size is 0.3. Also suppose that for the corresponding font family, the em-height is 2048 and the line spacing is 2355. For a screen display that has a vertical resolution of 96 dots per inch, you can calculate the height as follows: </para>
|
||
<para>2355*(0.3/2048)*96 = 33.11719 </para>
|
||
<para>The value returned by the <see cref="M:System.Drawing.Font.GetHeight" /> method would be 33.11719, and the value returned by the <see cref="P:System.Drawing.Font.Height" /> property would be 34. The <see cref="P:System.Drawing.Font.Height" /> property is the value returned by <see cref="M:System.Drawing.Font.GetHeight" />, rounded up to the nearest integer.</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Gets the line spacing of this font.</para>
|
||
</summary>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
<Attributes>
|
||
<Attribute>
|
||
<AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
|
||
</Attribute>
|
||
</Attributes>
|
||
</Member>
|
||
<Member MemberName="IsSystemFont">
|
||
<MemberSignature Language="C#" Value="public bool IsSystemFont { get; }" />
|
||
<MemberType>Property</MemberType>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
<Attributes>
|
||
<Attribute>
|
||
<AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
|
||
</Attribute>
|
||
</Attributes>
|
||
<ReturnValue>
|
||
<ReturnType>System.Boolean</ReturnType>
|
||
</ReturnValue>
|
||
<Docs>
|
||
<value>To be added.</value>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>When the user changes the system font, the <see cref="P:System.Drawing.Font.IsSystemFont" /> property could return true, even if the font is not actually a system font. To avoid this situation, if you are using system fonts in your application, you should track user preference changes by handling the <see cref="E:Microsoft.Win32.SystemEvents.UserPreferenceChanging" /> or <see cref="E:Microsoft.Win32.SystemEvents.UserPreferenceChanged" /> event.</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Gets a value indicating whether the font is a member of <see cref="T:System.Drawing.SystemFonts" />. </para>
|
||
</summary>
|
||
</Docs>
|
||
</Member>
|
||
<Member MemberName="Italic">
|
||
<MemberSignature Language="C#" Value="public bool Italic { get; }" />
|
||
<MemberType>Property</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Boolean</ReturnType>
|
||
</ReturnValue>
|
||
<Docs>
|
||
<value>To be added: an object of type 'bool'</value>
|
||
<remarks>To be added</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Gets a value that indicates whether this font has the italic style applied.</para>
|
||
</summary>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
<Attributes>
|
||
<Attribute>
|
||
<AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName>
|
||
</Attribute>
|
||
</Attributes>
|
||
</Member>
|
||
<Member MemberName="Name">
|
||
<MemberSignature Language="C#" Value="public string Name { get; }" />
|
||
<MemberType>Property</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.String</ReturnType>
|
||
</ReturnValue>
|
||
<Docs>
|
||
<value>To be added: an object of type 'string'</value>
|
||
<remarks>To be added</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Gets the face name of this <see cref="T:System.Drawing.Font" />.</para>
|
||
</summary>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
<Attributes>
|
||
<Attribute>
|
||
<AttributeName>System.ComponentModel.TypeConverter(typeof(System.Drawing.FontConverter+FontNameConverter))</AttributeName>
|
||
</Attribute>
|
||
<Attribute>
|
||
<AttributeName>System.ComponentModel.Editor("System.Drawing.Design.FontNameEditor, System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))</AttributeName>
|
||
</Attribute>
|
||
<Attribute>
|
||
<AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName>
|
||
</Attribute>
|
||
</Attributes>
|
||
</Member>
|
||
<Member MemberName="Size">
|
||
<MemberSignature Language="C#" Value="public float Size { get; }" />
|
||
<MemberType>Property</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Single</ReturnType>
|
||
</ReturnValue>
|
||
<Docs>
|
||
<value>To be added: an object of type 'float'</value>
|
||
<remarks>To be added</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Gets the em-size of this <see cref="T:System.Drawing.Font" /> measured in the units specified by the <see cref="P:System.Drawing.Font.Unit" /> property.</para>
|
||
</summary>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName="SizeInPoints">
|
||
<MemberSignature Language="C#" Value="public float SizeInPoints { get; }" />
|
||
<MemberType>Property</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Single</ReturnType>
|
||
</ReturnValue>
|
||
<Docs>
|
||
<value>To be added: an object of type 'float'</value>
|
||
<remarks>To be added</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Gets the em-size, in points, of this <see cref="T:System.Drawing.Font" />.</para>
|
||
</summary>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
<Attributes>
|
||
<Attribute>
|
||
<AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
|
||
</Attribute>
|
||
</Attributes>
|
||
</Member>
|
||
<Member MemberName="Strikeout">
|
||
<MemberSignature Language="C#" Value="public bool Strikeout { get; }" />
|
||
<MemberType>Property</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Boolean</ReturnType>
|
||
</ReturnValue>
|
||
<Docs>
|
||
<value>To be added: an object of type 'bool'</value>
|
||
<remarks>To be added</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Gets a value that indicates whether this <see cref="T:System.Drawing.Font" /> specifies a horizontal line through the font.</para>
|
||
</summary>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
<Attributes>
|
||
<Attribute>
|
||
<AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName>
|
||
</Attribute>
|
||
</Attributes>
|
||
</Member>
|
||
<Member MemberName="Style">
|
||
<MemberSignature Language="C#" Value="public System.Drawing.FontStyle Style { get; }" />
|
||
<MemberType>Property</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Drawing.FontStyle</ReturnType>
|
||
</ReturnValue>
|
||
<Docs>
|
||
<value>To be added: an object of type 'FontStyle'</value>
|
||
<remarks>To be added</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Gets style information for this <see cref="T:System.Drawing.Font" />.</para>
|
||
</summary>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
<Attributes>
|
||
<Attribute>
|
||
<AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
|
||
</Attribute>
|
||
</Attributes>
|
||
</Member>
|
||
<Member MemberName="System.Runtime.Serialization.ISerializable.GetObjectData">
|
||
<MemberSignature Language="C#" Value="void ISerializable.GetObjectData (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context);" />
|
||
<MemberType>Method</MemberType>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
<ReturnValue>
|
||
<ReturnType>System.Void</ReturnType>
|
||
</ReturnValue>
|
||
<Parameters>
|
||
<Parameter Name="si" Type="System.Runtime.Serialization.SerializationInfo" />
|
||
<Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" />
|
||
</Parameters>
|
||
<Docs>
|
||
<remarks>To be added.</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with the data needed to serialize the target object.</para>
|
||
</summary>
|
||
<param name="si">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> to populate with data.</param>
|
||
<param name="context">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext" />) for this serialization.</param>
|
||
</Docs>
|
||
</Member>
|
||
<Member MemberName="SystemFontName">
|
||
<MemberSignature Language="C#" Value="public string SystemFontName { get; }" />
|
||
<MemberType>Property</MemberType>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
<Attributes>
|
||
<Attribute>
|
||
<AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
|
||
</Attribute>
|
||
</Attributes>
|
||
<ReturnValue>
|
||
<ReturnType>System.String</ReturnType>
|
||
</ReturnValue>
|
||
<Docs>
|
||
<value>To be added.</value>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>The name returned by the <see cref="P:System.Drawing.Font.SystemFontName" /> property will be one of the members of the <see cref="T:System.Drawing.SystemFonts" />, converted to a string.</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Gets the name of the system font if the <see cref="P:System.Drawing.Font.IsSystemFont" /> property returns true.</para>
|
||
</summary>
|
||
</Docs>
|
||
</Member>
|
||
<Member MemberName="ToHfont">
|
||
<MemberSignature Language="C#" Value="public IntPtr ToHfont ();" />
|
||
<MemberType>Method</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.IntPtr</ReturnType>
|
||
</ReturnValue>
|
||
<Parameters />
|
||
<Docs>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>When using this method, you must dispose of the resulting <unmanagedCodeEntityReference>Hfont</unmanagedCodeEntityReference> using the ndptecgdi <unmanagedCodeEntityReference>DeleteObject</unmanagedCodeEntityReference> method to ensure the resources are released.</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Returns a handle to this <see cref="T:System.Drawing.Font" />.</para>
|
||
</summary>
|
||
<returns>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>A Windows handle to this <see cref="T:System.Drawing.Font" />.</para>
|
||
</returns>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName="ToLogFont">
|
||
<MemberSignature Language="C#" Value="public void ToLogFont (object logFont);" />
|
||
<MemberType>Method</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Void</ReturnType>
|
||
</ReturnValue>
|
||
<Parameters>
|
||
<Parameter Name="logFont" Type="System.Object" />
|
||
</Parameters>
|
||
<Docs>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>For more information about logical fonts, search for "LOGFONT" in the MSDN library at <see cref="">http://msdn.microsoft.com/library</see>.</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Creates a GDI logical font (<unmanagedCodeEntityReference>LOGFONT</unmanagedCodeEntityReference>) structure from this <see cref="T:System.Drawing.Font" />.</para>
|
||
</summary>
|
||
<param name="logFont">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Object" /> that represents the LOGFONT structure that this method creates. </param>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName="ToLogFont">
|
||
<MemberSignature Language="C#" Value="public void ToLogFont (object logFont, System.Drawing.Graphics graphics);" />
|
||
<MemberType>Method</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Void</ReturnType>
|
||
</ReturnValue>
|
||
<Parameters>
|
||
<Parameter Name="logFont" Type="System.Object" />
|
||
<Parameter Name="graphics" Type="System.Drawing.Graphics" />
|
||
</Parameters>
|
||
<Docs>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>For more information about logical fonts, search for "LOGFONT" in the MSDN library at <see cref="">http://msdn.microsoft.com/library</see>.</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Creates a GDI logical font (<unmanagedCodeEntityReference>LOGFONT</unmanagedCodeEntityReference>) structure from this <see cref="T:System.Drawing.Font" />.</para>
|
||
</summary>
|
||
<param name="logFont">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Object" /> that represents the LOGFONT structure that this method creates. </param>
|
||
<param name="graphics">
|
||
<attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Drawing.Graphics" /> that provides additional information for the LOGFONT structure. </param>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName="ToString">
|
||
<MemberSignature Language="C#" Value="public override string ToString ();" />
|
||
<MemberType>Method</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.String</ReturnType>
|
||
</ReturnValue>
|
||
<Parameters />
|
||
<Docs>
|
||
<remarks>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>The returned string has the following format:</para>
|
||
<para>[Font: Name=fontName, Size=size, Units=units, GDiCharSet=gdiCharSet, GdiVerticalFont=boolean]</para>
|
||
</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Returns a human-readable string representation of this <see cref="T:System.Drawing.Font" />.</para>
|
||
</summary>
|
||
<returns>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>A string that represents this <see cref="T:System.Drawing.Font" />.</para>
|
||
</returns>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
</Member>
|
||
<Member MemberName="Underline">
|
||
<MemberSignature Language="C#" Value="public bool Underline { get; }" />
|
||
<MemberType>Property</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Boolean</ReturnType>
|
||
</ReturnValue>
|
||
<Docs>
|
||
<value>To be added: an object of type 'bool'</value>
|
||
<remarks>To be added</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Gets a value that indicates whether this <see cref="T:System.Drawing.Font" /> is underlined.</para>
|
||
</summary>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
<Attributes>
|
||
<Attribute>
|
||
<AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName>
|
||
</Attribute>
|
||
</Attributes>
|
||
</Member>
|
||
<Member MemberName="Unit">
|
||
<MemberSignature Language="C#" Value="public System.Drawing.GraphicsUnit Unit { get; }" />
|
||
<MemberType>Property</MemberType>
|
||
<ReturnValue>
|
||
<ReturnType>System.Drawing.GraphicsUnit</ReturnType>
|
||
</ReturnValue>
|
||
<Docs>
|
||
<value>To be added: an object of type 'GraphicsUnit'</value>
|
||
<remarks>To be added</remarks>
|
||
<summary>
|
||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
<para>Gets the unit of measure for this <see cref="T:System.Drawing.Font" />.</para>
|
||
</summary>
|
||
</Docs>
|
||
<AssemblyInfo>
|
||
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
</AssemblyInfo>
|
||
<Attributes>
|
||
<Attribute>
|
||
<AttributeName>System.ComponentModel.TypeConverter(typeof(System.Drawing.FontConverter+FontUnitConverter))</AttributeName>
|
||
</Attribute>
|
||
</Attributes>
|
||
</Member>
|
||
</Members>
|
||
</Type> |