Share via


FamilyTypeface.AdjustedFaceNames Propiedad

Definición

Obtiene una colección de los nombres de tipo de fuente adaptados ajustados por el diferenciador de fuentes.

public:
 property System::Collections::Generic::IDictionary<System::Windows::Markup::XmlLanguage ^, System::String ^> ^ AdjustedFaceNames { System::Collections::Generic::IDictionary<System::Windows::Markup::XmlLanguage ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<System.Windows.Markup.XmlLanguage,string> AdjustedFaceNames { get; }
member this.AdjustedFaceNames : System.Collections.Generic.IDictionary<System.Windows.Markup.XmlLanguage, string>
Public ReadOnly Property AdjustedFaceNames As IDictionary(Of XmlLanguage, String)

Valor de propiedad

IDictionary<XmlLanguage,String>

Matriz de tipo IDictionary<TKey,TValue> que representa los nombres de los tipo de letra adaptados.

Se aplica a