public class GlyphTypeface extends NetObject implements ISupportInitialize
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Media.GlyphTypeface
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: PresentationCore, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationCore
|
static java.lang.String |
className
Qualified class name: System.Windows.Media.GlyphTypeface
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
GlyphTypeface() |
GlyphTypeface(java.lang.Object instance)
Internal constructor.
|
GlyphTypeface(Uri typefaceSource) |
GlyphTypeface(Uri typefaceSource,
StyleSimulations styleSimulations) |
| Modifier and Type | Method and Description |
|---|---|
static GlyphTypeface |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into GlyphTypeface, a cast assert is made to check if types are compatible. |
double |
getBaseline() |
double |
getCapsHeight() |
FontEmbeddingRight |
getEmbeddingRights() |
Stream |
GetFontStream() |
Uri |
getFontUri() |
int |
getGlyphCount() |
Geometry |
GetGlyphOutline(UInt16 glyphIndex,
double renderingEmSize,
double hintingEmSize) |
double |
getHeight() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
FontStretch |
getStretch() |
double |
getStrikethroughPosition() |
double |
getStrikethroughThickness() |
FontStyle |
getStyle() |
StyleSimulations |
getStyleSimulations() |
boolean |
getSymbol() |
double |
getUnderlinePosition() |
double |
getUnderlineThickness() |
double |
getVersion() |
FontWeight |
getWeight() |
double |
getXHeight() |
void |
setFontUri(Uri FontUri) |
void |
setJCOInstance(JCObject instance) |
void |
setStyleSimulations(StyleSimulations StyleSimulations) |
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToStringBeginInit, EndInit, ToISupportInitializepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public GlyphTypeface()
throws java.lang.Throwable
java.lang.Throwablepublic GlyphTypeface(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic GlyphTypeface(Uri typefaceSource) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, PlatformNotSupportedException, CultureNotFoundException, InvalidEnumArgumentException, FileNotFoundException, UnauthorizedAccessException, FileFormatException, SecurityException, IOException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionUriFormatExceptionPlatformNotSupportedExceptionCultureNotFoundExceptionInvalidEnumArgumentExceptionFileNotFoundExceptionUnauthorizedAccessExceptionFileFormatExceptionSecurityExceptionIOExceptionpublic GlyphTypeface(Uri typefaceSource, StyleSimulations styleSimulations) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, UnreachableException, PlatformNotSupportedException, OutOfMemoryException, UriFormatException, FormatException, CultureNotFoundException, InvalidEnumArgumentException, FileNotFoundException, UnauthorizedAccessException, FileFormatException, ObjectDisposedException, SecurityException, IOException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionUnreachableExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionUriFormatExceptionFormatExceptionCultureNotFoundExceptionInvalidEnumArgumentExceptionFileNotFoundExceptionUnauthorizedAccessExceptionFileFormatExceptionObjectDisposedExceptionSecurityExceptionIOExceptionpublic static GlyphTypeface cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into GlyphTypeface, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedGlyphTypeface instancejava.lang.Throwable - in case of error during cast operationpublic double getBaseline()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException
public double getCapsHeight()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException
public FontEmbeddingRight getEmbeddingRights() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, FileNotFoundException, UnauthorizedAccessException, FileFormatException
public Stream GetFontStream() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException, UriFormatException, ArrayTypeMismatchException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, IOException, FileFormatException, WebException, Win32Exception, CookieException, OverflowException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionUriFormatExceptionArrayTypeMismatchExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionPathTooLongExceptionIOExceptionFileFormatExceptionWebExceptionWin32ExceptionCookieExceptionOverflowExceptionFormatExceptionpublic Uri getFontUri() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public int getGlyphCount()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
FileNotFoundException,
UnauthorizedAccessException,
FileFormatException
public Geometry GetGlyphOutline(UInt16 glyphIndex, double renderingEmSize, double hintingEmSize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, FileNotFoundException, UnauthorizedAccessException, FileFormatException, OutOfMemoryException, ArrayTypeMismatchException, Win32Exception, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionFileNotFoundExceptionUnauthorizedAccessExceptionFileFormatExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionWin32ExceptionIndexOutOfRangeExceptionpublic double getHeight()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ISupportInitializegetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ISupportInitializegetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ISupportInitializegetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ISupportInitializegetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ISupportInitializegetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic FontStretch getStretch() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public double getStrikethroughPosition()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException
public double getStrikethroughThickness()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException
public FontStyle getStyle() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public StyleSimulations getStyleSimulations() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public boolean getSymbol()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException
public double getUnderlinePosition()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException
public double getUnderlineThickness()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException
public double getVersion()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
FileNotFoundException,
UnauthorizedAccessException,
FileFormatException,
SecurityException,
IOException,
IndexOutOfRangeException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionFileNotFoundExceptionUnauthorizedAccessExceptionFileFormatExceptionSecurityExceptionIOExceptionIndexOutOfRangeExceptionOverflowExceptionpublic FontWeight getWeight() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public double getXHeight()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException
public void setFontUri(Uri FontUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setStyleSimulations(StyleSimulations StyleSimulations) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException