 | PdfiumFPDFFont_GetSubstFont Method |
Get SubstFont
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFFont_GetSubstFont(
IntPtr font,
out IntPtr ExtHandle,
out string Family,
out int Charset,
out FontSubstFlags SubstFlags,
out int Weight,
out int ItalicAngle,
out bool SubstOfCJK,
out int WeightCJK,
out bool ItlicCJK
)
Public Shared Sub FPDFFont_GetSubstFont (
font As IntPtr,
<OutAttribute> ByRef ExtHandle As IntPtr,
<OutAttribute> ByRef Family As String,
<OutAttribute> ByRef Charset As Integer,
<OutAttribute> ByRef SubstFlags As FontSubstFlags,
<OutAttribute> ByRef Weight As Integer,
<OutAttribute> ByRef ItalicAngle As Integer,
<OutAttribute> ByRef SubstOfCJK As Boolean,
<OutAttribute> ByRef WeightCJK As Integer,
<OutAttribute> ByRef ItlicCJK As Boolean
)
public:
static void FPDFFont_GetSubstFont(
IntPtr font,
[OutAttribute] IntPtr% ExtHandle,
[OutAttribute] String^% Family,
[OutAttribute] int% Charset,
[OutAttribute] FontSubstFlags% SubstFlags,
[OutAttribute] int% Weight,
[OutAttribute] int% ItalicAngle,
[OutAttribute] bool% SubstOfCJK,
[OutAttribute] int% WeightCJK,
[OutAttribute] bool% ItlicCJK
)
static member FPDFFont_GetSubstFont :
font : IntPtr *
ExtHandle : IntPtr byref *
Family : string byref *
Charset : int byref *
SubstFlags : FontSubstFlags byref *
Weight : int byref *
ItalicAngle : int byref *
SubstOfCJK : bool byref *
WeightCJK : int byref *
ItlicCJK : bool byref -> unit
public static void FPDFFont_GetSubstFont(
IntPtr font,
/** @attribute OutAttribute */ /** @ref */IntPtr ExtHandle,
/** @attribute OutAttribute */ /** @ref */String Family,
/** @attribute OutAttribute */ /** @ref */int Charset,
/** @attribute OutAttribute */ /** @ref */FontSubstFlags SubstFlags,
/** @attribute OutAttribute */ /** @ref */int Weight,
/** @attribute OutAttribute */ /** @ref */int ItalicAngle,
/** @attribute OutAttribute */ /** @ref */boolean SubstOfCJK,
/** @attribute OutAttribute */ /** @ref */int WeightCJK,
/** @attribute OutAttribute */ /** @ref */boolean ItlicCJK
)
Patagames.Pdf.Pdfium.FPDFFont_GetSubstFont = function(font, ExtHandle, Family, Charset, SubstFlags, Weight, ItalicAngle, SubstOfCJK, WeightCJK, ItlicCJK);
Parameters
- font IntPtr
- Handle to the font obtained by {0} Overload or FPDFTextObj_GetFont(IntPtr)
- ExtHandle IntPtr
- Handle
- Family String
- Font family
- Charset Int32
- Charset
- SubstFlags FontSubstFlags
- Flags
- Weight Int32
- Wight
- ItalicAngle Int32
- Italic angel
- SubstOfCJK Boolean
- Is Chines Japan Korean
- WeightCJK Int32
- Weight of CJK
- ItlicCJK Boolean
- Is italick CJK
See Also