[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.Font.LocalFamilyName

Struct Font.LocalFamilyName

Namespace
GrapeCity.Documents.Text
Assembly
GcDocs.Imaging.dll

Associates a localized font family name with the language ID.

public struct Font.LocalFamilyName
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

Fields

LanguageID

Gets the language ID.

public readonly int LanguageID

Field Value

int

Name

Gets the localized font family name.

public readonly string Name

Field Value

string

Methods

ToString()

Returns a string that represents the Font.LocalFamilyName.

public override string ToString()

Returns

string